Youtube Integration to be AnySurfer compliant
Project description
Introduction
This addon adds controls over youtube video to display them while being compliant with anysurfer 2.0.
AnySurfer 2.0
French: http://www.anysurfer.org/fr/video-dans-un-lecteur-flash Nederlands: http://www.anysurfer.org/video-in-een-flashplayer
How to install
This addon can be installed as any other plone addons. Please follow official documentation.
Features
Add play/pause links to control video
Add transcription and captions support
Add link options to download MP4 files with subs
Add components to easy embed youtube video in custom views/viewlet
Add portlet to display youtube video
Players
This addon at the moment supports only nomensa jquery media player. By default this player support TTML captions. You can find a working captions at https://raw.github.com/nomensa/Accessible-Media-Player/master/example/captions/captions-order-of-content.xml
How to integrate the player in a template
To integrate this player in a custom template you just have to use this snippet:
<h2><a href="" tal:attributes="href item/link_url" tal:content="item/title">video title</a></h2> <div class="nomensa"> <p> <a class="videoanysurfer" tal:attributes="href item/youtube_url" tal:content="item/title">VIDEO TITLE</a> <a class="captions" style="display:none;" tal:condition="item/captions|nothing" tal:attributes="href item/captions">Captions</a> </p> </div>
Where item should look like:
{'youtube_url': 'http://www.youtube.com/watch?v=kXiGXcq4pqY', 'captions': 'http://localhost:8080/Plone/youtube_link/@@videoanysurfer_captions', 'link_url': 'http://localhost:8080/Plone/youtube_link', 'title': 'Order of content by Emily Coward'}
Credits
Companies
Authors
JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
Changelog
1.0.3 (2012-07-04)
Move the edit video form link into edit bar
Make nomensa media player the default one
1.0.2 (2012-07-03)
use height of the parent container
1.0.1 (2012-07-03)
add package metadatas
1.0 (2012-07-03)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.videoanysurfer-1.0.3.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8323841210c1968169a03d99d672439947990acee04fc7c4cc795587c860b050 |
|
MD5 | 57817ad6496069e74678a87a3715fbe1 |
|
BLAKE2b-256 | 2e5280f3ccae79a30d0d2d714c5b323832b3899bb81861e196b10c6de97d8942 |