Skip to content

arlolra/mediawiki-extensions-TwitterWidget

 
 

Repository files navigation

mediawiki-extensions-TwitterWidget

Adds a tag to embed a Twitter timeline widget

To install, add this to LocalSettings.php:

wfLoadExtension( 'TwitterWidget' );

You can use this to place a Twitter widget on a page:

<twitter account="TwitterDev" />

The account parameter is mandatory, which should be the Twitter account name you want to display.

Other recognized parameters:

lang, show-replies, chrome, theme, width, height, tweet-limit, link-color, border-color, aria-polite, dnt

More information: https://developer.twitter.com/en/docs/twitter-for-websites/timelines/guides/parameter-reference

About

Adds a tag to embed a Twitter widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.9%
  • JavaScript 9.1%