Extension:Social
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension}} infobox. |
Social is a group of extensions that add social media features to the wiki. This allows users to quickly communicate on the wiki and to express their opinions on pages more easily.
Usage / features
[edit]BlueSpiceSocial provides the architecture for all Social extensions. This extension is required by all Social extensions. Without another Social extension (e.g., BlueSpiceSocialBlog), this extension has no effect.
External links
[edit]- Helpdesk: Social
The following Social extensions are available:
- SocialArticleActions
- SocialBlog
- SocialComments
- SocialProfile
- SocialRating
- SocialResolve
- SocialTags
- SocialTimelineUpdate
- SocialTopics
- SocialWatch
- SocialWikiPage
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceSocial.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceSocial) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceSocial.git" } ], "require": { "mediawiki/BlueSpiceSocial": "BlueSpiceSocial" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceSocial' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit]
- Unmaintained extensions
- Extensions with invalid or missing type
- BSEntityDelete extensions
- BSEntitySaveComplete extensions
- BSRSSFeederBeforeGetRecentChanges extensions
- BSUEModulePDFBeforeAddingStyleBlocks extensions
- BeforePageDisplay extensions
- ChangesListSpecialPageStructuredFilters extensions
- GetPreferences extensions
- HtmlPageLinkRendererEnd extensions
- LoadExtensionSchemaUpdates extensions
- MWStakeCommonUILessVarsInit extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- MergeAccountFromTo extensions
- SendWatchlistEmailNotification extensions
- SkinBuildSidebar extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- Unmaintained BlueSpice extensions
- Social media extensions

