Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The question may have not been correctly worded. The term "API" was misleading to a couple of folks - and I apologize for that. </p> <p>What I was trying to do was to "share" a video by linking it in Facebook, AND to have it play in the profile feed (ie. to not leave the Facebook site while viewing the video - just like YouTube and Hulu.com do).</p> <p>After digging into the JavaScript that Hulu was using to get this behavior, we noticed that a link tag was missing between our version of the <code>&lt;meta&gt;</code> and <code>&lt;link&gt;</code> tags, and Hulu's.</p> <p>Facebook's web page, <a href="http://www.facebook.com/share_partners.php" rel="nofollow noreferrer">http://www.facebook.com/share_partners.php</a>, was missing a tag that you should have if the content is a video, and you want it played in the profile feed.</p> <p>Along with: </p> <pre><code>&lt;link rel="video_src" href="http://www.example.com/player.swf?video_id=123456789"/&gt; ... </code></pre> <p>You should include: </p> <pre><code>&lt;link rel="media:video" href="http://www.example.com/player.swf?video_id=123456789"/&gt; </code></pre> <p>That will get it to play in the feed. BUT, your domain name must be whitelisted.</p> <p>To get your domain whitelisted, fill out this form: <a href="http://www.facebook.com/share_partners.php#/developers/developer_help.php" rel="nofollow noreferrer">http://www.facebook.com/share_partners.php#/developers/developer_help.php</a></p> <p>I got a reply, and approval, within a day! Kudos to the Facebook developer support staff! </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload