Extension:MyTwitter: Difference between revisions
Appearance
Content deleted Content added
m →Website |
|||
| Line 40: | Line 40: | ||
==Website== |
==Website== |
||
* http://www.axllent.org/code/mytwit/ (MyTwit class) |
|||
* https://github.com/wiki-chan/MyTwitter (This extension) |
|||
* http://wiki-chan.net/ (Example) |
|||
Revision as of 07:08, 14 July 2016
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 |
|
|
| Licence | MIT License |
| Download | MyTwitter.zip or this page |
| Example | Wikichan web page |
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. 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
MyTwitterin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MyTwitter' );
- After install, you should install
php5-curlorphp7.0-curl.
Done – Navigate to Special:Versionon 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
- http://www.axllent.org/code/mytwit/ (MyTwit class)
- https://github.com/wiki-chan/MyTwitter (This extension)
- http://wiki-chan.net/ (Example)
