Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Scrape Information- Response code 206 error
    text
    copied!<p>I used facebook comment plugin.When I wrote the following meta tags on my html page.I am using Codeigniter frame work for my application.</p> <pre><code> &lt;html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; &lt;head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#"&gt; &lt;meta property="fb:admins" content="{MY_FB_ID}"/&gt; &lt;meta property="fb:app_id" content="{MY_APP_ID}" /&gt; &lt;meta property="og:type" content="website" /&gt; &lt;meta property="og:url" content="{my url}" /&gt; &lt;meta property="og:title" content="beyondandameter" /&gt; &lt;meta property="og:image" content="http://mysitedomainname/Andameter/uploads/tech1.jpg" /&gt; </code></pre> <p>Scrape Information</p> <pre><code>Response Code: 206 Fetched URL: http://mysitedomain/Andameter/anda/politics_pics/26 Canonical URL: http://mysitedomain/Andameter/anda/politics_pics/26 </code></pre> <p>Open Graph Warnings That Should Be Fixed</p> <pre><code>Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property: The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. Small og:image: All the images referenced by og:image should be at least 200px in both dimensions, with 1500x1500 preferred. (Maximum image size is 5MB.) Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification. </code></pre> <p>is there anybody help me? where is my mistake?</p>
 

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