Extension:BlueskyFeed


MediaWiki extensions manual
BlueskyFeed
Release status: beta
MediaWiki
License No license specified
Download
README
Translate the BlueskyFeed extension if it is available at translatewiki.net

The BlueskyFeed extension allows a user to insert a Bsky social feed on a page. It adds a parser hook to MediaWiki, <tvar><blueskyfeed></tvar> to add the Bsky feed to pages.

Installation

edit
  • Download and move the extracted BlueskyFeed folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlueskyFeed
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BlueskyFeed' );
    $egBlueskyAppKey = "your-app-password";    //Replace your-app-password with a Bluesky App password that you can generate under 'Advanced' in the 'Settings' tab through your Bluesky portal.
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters

edit

User rights

edit

See also

edit