Changes between Version 1 and Version 2 of Ticket #527


Ignore:
Timestamp:
09/10/09 16:30:05 (4 years ago)
Author:
jeroen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #527

    • Property Summary changed from sharing: per playlistitem share/embed codes. to sharing: fallback to page URL
  • Ticket #527 – Description

    v1 v2  
    1 For example, the plugin can display codes like this: 
    2  
    3 {{{ 
    4 <item> 
    5         <title>FLV Video</title> 
    6         <link>http://www.bigbuckbunny.org/</link> 
    7         <description>Big Buck Bunny is a short animated film.</description> 
    8         <media:content url="../../testing/files/bunny.flv" /> 
    9         <jwplayer:sharing.code><![CDATA[<embed src="http://developer.longtailvideo.com/players/8238592.swf" width="400" height="300" />]]></jwplayer:sharing.code> 
    10 </item> 
    11 }}} 
     1Right now, the sharing.link button only works if a '''link''' property is added to the page. However, a fallback to the page URL (with an externalInterface call) can be easily added!