Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook swf embed works only for selected domains
    primarykey
    data
    text
    <p>Since about a week or two the facebook swf embed feature stopped working for my website. I realized that it stopped working for a few websites but was still working for soundcloud.com. After doing some research i was able to pinpoint the issue to a single open graph tag.</p> <p>A website containing the following does seam to work:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt; &lt;meta charset="utf-8"&gt; &lt;meta content="music.song" property="og:type"&gt; &lt;meta content="http://venc.pl/test.html" property="og:url"&gt; &lt;meta content="Asd - Keygen Music" property="og:title"&gt; &lt;meta content="http://i1.sndcdn.com/artworks-000026602093-dp518o-t500x500.jpg?16b9957" property="og:image"&gt; &lt;meta content="Listen to Asd / Asd - Keygen Music | Explore the largest community of artists, bands, podcasters and creators of music &amp;amp; audio." property="og:description"&gt; &lt;meta content="SoundCloud" property="og:site_name"&gt; &lt;meta content="video" name="medium"&gt; &lt;meta content="98" property="og:video:height"&gt; &lt;meta content="460" property="og:video:width"&gt; &lt;meta content="application/x-shockwave-flash" property="og:video:type"&gt; &lt;meta content="http://player.soundcloud.com/player2.swf" property="og:video"&gt; &lt;/head&gt;&lt;/html&gt; </code></pre> <p>But the following does not</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt; &lt;meta charset="utf-8"&gt; &lt;meta content="music.song" property="og:type"&gt; &lt;meta content="http://venc.pl/test2.html" property="og:url"&gt; &lt;meta content="Asd - Keygen Music" property="og:title"&gt; &lt;meta content="http://i1.sndcdn.com/artworks-000026602093-dp518o-t500x500.jpg?16b9957" property="og:image"&gt; &lt;meta content="Listen to Asd / Asd - Keygen Music | Explore the largest community of artists, bands, podcasters and creators of music &amp;amp; audio." property="og:description"&gt; &lt;meta content="SoundCloud" property="og:site_name"&gt; &lt;meta content="video" name="medium"&gt; &lt;meta content="98" property="og:video:height"&gt; &lt;meta content="460" property="og:video:width"&gt; &lt;meta content="application/x-shockwave-flash" property="og:video:type"&gt; &lt;meta content="http://venc.pl/player.swf" property="og:video"&gt; &lt;/head&gt;&lt;/html&gt; </code></pre> <p>So it basically boils down to changes in the domain presented in the og:video tag (). There used to be a whitelist of websites enabled to embed swf on facebook a few years ago. The idea was dropped but I think that Facebook just got back to it. </p> <p>How can I get in touch with facebook to resolve this issue? If a whitelisting is needed how do I ask for being whitelisted?</p>
    singulars
    1. This table or related slice is empty.
    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. 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