Ignore:
Timestamp:
07/15/11 12:31:36 (22 months ago)
Author:
jeroen
Message:

some doc fixes and additional CSS resets on labels/inputs of overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/sharing/doc/reference.html

    r1915 r1917  
    3333<p><img src="assets/sharing.png" alt="The sharing plugin in action" /></p> 
    3434 
    35 <p><em>Note that, with Facebook, it is possible to share an inline video player by <a href="http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags">setting some meta tags</a> in the &lt;head&gt; of your page.</em></p> 
     35<p><em>Note that, with Facebook, it is possible to share an inline video player by <a href="http://www.longtailvideo.com/support/addons/sharing-plugin/14048/facebook-video-sharing">setting some meta tags</a> in the &lt;head&gt; of your page.</em></p> 
    3636 
    3737 
     
    4343<dl> 
    4444<dt><b>sharing.link</b> ( <em>undefined</em> )</dt> 
    45 <dd>URL to display in the Video Link field of the plugin, for example <em>http://www.mywebsite.com/videos/12345/</em>. If no <b>link</b> is set, the page URL is automatically used.</dd> 
     45<dd>URL to display in the Video Link field of the plugin, for example <b>http://example.com/videos/12345/</b>.<br/> If no <b>link</b> is set, the URL of the current page is automatically used.</dd> 
    4646<dt><b>sharing.code</b> ( <em>undefined</em> )</dt> 
    4747<dd>Embed code to display in the Embed Code field of the plugin. If no <b>code</b> is set, the field is not shown. Example code:</dd> 
     48</dl> 
     49 
    4850<pre> 
    4951&lt;embed  
     
    7274       code: "%3Cembed src%3D%22http%3A%2F%2Fexample.com%2Fembeds%2F123.swf 
    7375              %22width%3D%22320 %2F%3E", 
    74        link: "http://www.website.com/videos/1775/" 
     76       link: "http://example.com/videos/1775/" 
    7577     } 
    7678   }, 
     
    104106     &lt;title&gt;Both code and link&lt;/title&gt; 
    105107     &lt;enclosure url="http://content.bitsontherun.com/videos/nPripu9l.mp4" /&gt; 
    106      &lt;jwplayer:sharing.link&gt; 
    107        http://www.longtailvideo.com 
    108      &lt;/jwplayer:sharing.link&gt; 
     108     &lt;jwplayer:sharing.link&gt;http://example.com/1234/&lt;/jwplayer:sharing.link&gt; 
    109109     &lt;jwplayer:sharing.code&gt; 
    110110       &lt;![CDATA[ 
     
    129129<p>Playlists, both inline and RSS, are fully supported in HTML5.</p> 
    130130 
    131 <p>When using this plugin in HTML5 mode, it is best to use &lt;iframe&gt; embed codes instead of &lt;embed&gt; embed codes, since some HTML5 devices (like the iPad) do not support Flash. Please see our <a href="http://www.longtailvideo.com/support/addons/sharing-plugin/14049/setting-clean-embed-codes">Setting clean embedcodes guide</a> for more info.</p> 
     131<p>When using this plugin in HTML5 mode, it is best to use &lt;iframe&gt; embed codes instead of &lt;embed&gt; embed codes, since some HTML5 devices (like the iPad) do not support Flash. Please see our <a href="http://www.longtailvideo.com/support/addons/sharing-plugin/14049/setting-clean-embed-codes">Setting clean embed codes guide</a> for more info.</p> 
    132132 
    133133<h2>Changelog</h2> 
Note: See TracChangeset for help on using the changeset viewer.