| 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 | | }}} |
| | 1 | Right 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! |