Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Open Graph - LIKE is not displayed in the News Feed
    primarykey
    data
    text
    <p>I have the LIKE button in the website, but URL like <strong><a href="https://www.website.com/something/1/something2/2" rel="nofollow">https://www.website.com/something/1/something2/2</a></strong> is not displayed in the News Feed on Facebook.</p> <p>Here's my setup:</p> <pre><code>&lt;html xmlns:fb='http://www.facebook.com/2008/fbml' xmlns:og='http://opengraphprotocol.org/schema/'&gt; &lt;meta content='New Listingggg' property='og:title'&gt; &lt;meta content='article' property='og:type'&gt; &lt;meta content='https://www.filepicker.io/api/file/1234567890' property='og:image'&gt; &lt;meta content='https://website.herokuapp.com/something1/1/something2/2' property='og:url'&gt; &lt;meta content='Website name' property='og:site_name'&gt; &lt;meta content='New record' property='og:description'&gt; &lt;meta content='147949055123456' property='fb:app_id'&gt; &lt;link href='https://www.filepicker.io/api/file/1234567890' rel='image_src'&gt; &lt;meta content='http://cache.thisorth.at/blog-images/00000/00000/161.jpg' name='image'&gt; &lt;link href='https://website.herokuapp.com/something1/1/something2/2' rel='canonical'&gt; &lt;meta content='en_US' property='og:locale'&gt; </code></pre> <p>When I check this URL on the Facebook tool, I see there following:</p> <p><strong>Critical Errors That Must Be Fixed</strong> - <em>Bad Response Code: URL returned a bad HTTP response code.</em></p> <p><strong>Errors That Must Be Fixed</strong> - <em>Missing Required Property: The 'og:type' property is required, but not present.</em></p> <p><strong>Open Graph Warnings That Should Be Fixed</strong></p> <p>Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.</p> <p>Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.</p> <p>I am fighting with this issue the second day and it drives me crazy, what am I missing? The all tags that are mentioned that I am missing them are implemented in the website, thus... where could be the problem?</p> <p>Thanks a lot!</p> <p><strong>EDIT:</strong> Updated HTML output.</p> <p><strong>EDIT2:</strong> Output from console:</p> <pre><code>Blocked a frame with origin "https://www.facebook.com" from accessing a frame with origin "https://website.herokuapp.com". The frame requesting access set "document.domain" to "facebook.com", but the frame being accessed did not. Both must set "document.domain" to the same value to allow access. like.php?api_key=439601822731111&amp;locale=cs_CZ&amp;sdk=joey&amp;channel_url=http%3A%…scheme=light&amp;show_faces=false&amp;send=false&amp;extended_social_context=false:403 </code></pre>
    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