Note that there are some explanatory texts on larger screens.

plurals
  1. POThe page at [Page URL] could not be reached
    primarykey
    data
    text
    <p>I want to add the like button on my website, but it does not work because whenever I click on Like button it says: </p> <blockquote> <p>The page at could not be reached.</p> </blockquote> <p>You can also check the URL to see the error: <a href="http://www.facebook.com/pages/Alexa-Beauty/205401152839187" rel="nofollow">My Facebook page</a></p> <p>Here is what I did to use the code:</p> <pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"&gt; &lt;head&gt; &lt;meta property="og:title" content="ALEXA BEAUTY" /&gt; &lt;meta property="og:type" content="company" /&gt; &lt;meta property="og:url" content="http://alexasalon.co.uk/" /&gt; &lt;meta property="og:image" content="http://alexasalon.co.uk/images/logo.png" /&gt; &lt;meta property="og:site_name" content="ALEXA BEAUTY" /&gt; &lt;meta property="fb:admins" content="100002556535323" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script&gt;(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&amp;appId=220687968005095"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));&lt;/script&gt; &lt;div&gt; &lt;fb:like href="http://www.facebook.com/pages/Alexa-Beauty/205401152839187" send="true" width="450" show_faces="false" font="lucida grande"&gt;&lt;/fb:like&gt; &lt;/div&gt; </code></pre> <p>Is the code wrong? Is the page URL correct? I checked the website on Object Debugger and seems there is no error, check <a href="http://developers.facebook.com/tools/debug/og/object?q=http://www.alexasalon.co.uk" rel="nofollow">link</a> please.</p> <p>I really do not know what is wrong? Does anyone know?</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.
 

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