The author recommends using a different release of this plugin!
Features:
Screenshots:
Video Widget
Simple Example of Video on Front Page
Description: This plugin provides a widget for embedding video in a user profile or for an admin to embed a video on the front page. The videos must be flash videos from sites like youtube. The plugin will handle the video url or the <embed> code. More than one video can be added to a profile by adding the widget more than once. The user can add a title and a single comment about the video through the widget edit area.
Installation: Unzip and place in mod directory. Activate through Tools Administration. There is an admin setting for video width that can be changed after activation. Just reload the Tools Administration and click "more info". This allows Elgg sites with custom themes to adjust the widget to fit their theme.
Usage: As currently configured, this plugin enables users to add videos to their profiles. The user needs to add the video widget to the profile page, edit the widget and then paste the url or embed code into the video url textbox.
Administrators can use this to easily add a video to their Elgg front page. Set the video url and width in the Tool Administration settings. Then insert the function embedvideo_frontpage() in your front page plugin. It might look something like $content .= embedvideo_frontpage();
Requirements:Should work with Elgg 1.1 and Elgg 1.2
Bug Reports: Please include the actual url text that was pasted.
Video Sites Supported: youtube, google, vimeo, metacafe, veoh, daily motion
Changelog:
version 0.7
- added support for veoh and daily motion
- moved style information into css to make it easier for admins to add theme information
- added support for front page video
- fixed a bug with removing an empty widget
version 0.6
- added support for vimeo and metacafe
- added title field
- added river support
