Jump to content

Extension:MyTwitter: Difference between revisions

From mediawiki.org
Content deleted Content added
mNo edit summary
Line 15: Line 15:
}}
}}


MyTwitter is Mediawiki extension to embed a Twitter comments into a web page, using Ralph Slooten's MyTwit class. This extension needs Twitter's Oauth and curl commands.
MyTwitter is a Mediawiki extension to embed a Twitter comments into a web page, using Ralph Slooten's MyTwit class. This extension needs Twitter's Oauth and curl commands.
License is MIT-style license (http://opensource.org/licenses/MIT).
License is MIT-style license (http://opensource.org/licenses/MIT).



Revision as of 08:45, 14 July 2016

MediaWiki extensions manual
MyTwitter
Release status: beta
Implementation Tag
Description Show twitter widget in mediawiki, using Ralph's MyTwit class.
Author(s) Ralph Slooten, 페네트- (페네트-talk)
Latest version 1.0 (2016-07-14)
MediaWiki 1.16
  • $wgTwitterOAUTHAccessTokenSecret
  • $wgTwitterUser
  • $wgTwitterConsumerKey
  • $wgTwitterCacheExpire
  • $wgTwitterOpenLinksInBlank
  • $wgTwitterExcludeReplies
  • $wgTwitterOAUTHAccessToken
  • $wgTwitterConsumerSecret
  • $wgTwitterPostLimit
Licence MIT License
Download MyTwitter.zip or this page
Example Wikichan web page

MyTwitter is a Mediawiki extension to embed a Twitter comments into a web page, using Ralph Slooten's MyTwit class. This extension needs Twitter's Oauth and curl commands. License is MIT-style license (http://opensource.org/licenses/MIT).

MyTwit

MyTwit is a PHP class used to embed a Twitter user's public comments into a web page. It keeps it's own cache, and (by default) updates only every 10 minutes when the page is loaded to prevent overloading twitter (and possibly getting banned). As of version 0.5, it uses an in-built Oauth and curl to fetch feeds.

Installation

  • Optionally, you may download using git:
cd /path/to/your/wiki/
cd extensions/
git clone https://github.com/wiki-chan/MyTwitter.git
  • Download and place the file(s) in a directory called MyTwitter in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MyTwitter' );
    
  • After install, you should install php5-curl or php7.0-curl.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

On Mediawiki page, use <twitter/> tag. You can use <twitter>ERRORMESSAGE</twitter> for showing error message in case of error. Built-in css code works only in Main page.

Website