Extension:StorifyWidget

Category:Unmaintained extensions#StorifyWidget Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
StorifyWidget
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
Description Lets you embed a story from Storify in your wiki
Author(s) Flavien Bossiaux (BFlavientalk)
Latest version 0.1 (2013-06-27)
MediaWiki 1.19+Category:Extensions with manual MediaWiki version
PHP 5.4+
Database changes No
License GNU General Public License 2.0
Download Category:Extensions in GitHub version control
README
<storifywidget>
Category:All extensionsCategory:Extensions not in ExtensionJson

The StorifyWidget extension let you embed a story from Storify in your wiki.

Installation

Configuration parameters

Just insert the tag where you want the stream to appear.

You can configure it with the following parameters :

is the default values if you don't set them.

  • src : URI of the story you want to import (Doesn't work without it)

The URI needed is the URI of the story when it is full page : http://storify.com/[USERNAME]/[URI-ENCODED-TITLE-OF-THE-STORY]

ie : http://storify.com/torontostar/search-for-rusty-the-red-panda

  • width (default "32") : The width of the widget (em)
  • height (default "50") : The height of the widget (em)

Troubleshooting

Storify widget is an extremely simple extension; all it does is convert a "storifywidget" tag into the export link from Storify but add the possibility to set the width and height.

Wiki Compatibility

StorifyWidget uses ResourceLoader, which was introduced in MW 1.17. I only have access to a wiki running 1.19.2, so I cannot guarantee that StorifyWidget will work on earlier versions of MediaWiki. Another way to do it is to use the export link from Storify story.

Changelog

v0.1 : Inital version

Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Tag extensions Category:Unmaintained extensions