Mediawiki Empressr slideshow presentation extenstion
From unthinkMedia
The EmpressrTag is a MediaWiki extension which enables you to embed Empressr slideshow presentations into your wiki. These presentation could be created in empressr, or could be uploaded from exsisting powerpoint files.
- Project Homepage
- Empressr mediawiki
- Source Code
- source | SVN
- Licensing
- EmpressrTag is released under The MIT License.
Contents |
Example
Installation
- Download EmpressrTag, and be sure to rename the downloaded file to EmpressrTag.php.
- Drop this script in $IP/extensions
- Note: $IP is your MediaWiki install directory.
- Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/EmpressrTag.php');
Usage
Sample code:
<empressr token="7IngWQkRfVM=" height="370" width="500" />- height: desired presentation height.
- width: desired presentation width.
- token: this random id could be grabbed from the direct url to your presention on the empressr website.
How to find your token:
Go to your empressr presentation. The URL will look similar to the one below, except for the 7IngWQkRfVM=
Ex. http://www.empressr.com/View.aspx?token=7IngWQkRfVM=
The token in this URL is: 7IngWQkRfVM=
What is Empressr
Empressr is the first of its kind rich Internet application that provides users with the tools to create and share Multi-media visual stories online. Armed with only a Web browser, users can combine photographs, artwork, text, music, videos, audio recordings and charts to produce anything from a simple slide show to a state-of-the-art business presentation. Empressr embraces the best of what the Internet has to offer with features such as asset tagging, Web mashups, embedded data and a comprehensive selection of rich media features. Once created, an empressr can be distributed in many ways. It can be published to the community site or your social networking page, sent in an email and even embedded in a blog or wiki.

