Note that there are some explanatory texts on larger screens.

plurals
  1. POLike button, description is replaced by Link Link Link Link when posted in my profile
    primarykey
    data
    text
    <p>I have a website, and I have added the like button with the <code>javascript sdk</code>.</p> <p>This is the code</p> <pre class="lang-html prettyprint-override"><code>&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/it_IT/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); &lt;/script&gt; </code></pre> <p>and this is the html code</p> <pre class="lang-html prettyprint-override"><code>&lt;div class="fb-like" data-href="WEBSITE URL" data-send="true" data-width="450"data-show-faces="false" data-action="like"&gt; &lt;/div&gt; </code></pre> <p>I have also added the <code>og: meta</code> in the head</p> <pre class="lang-xml prettyprint-override"><code>&lt;meta property="og:description" content=" the description of my website" /&gt; &lt;meta property="og:title" content="title" /&gt; &lt;meta property="og:url" content="url"/&gt; &lt;meta property="og:image" content="pic" /&gt; &lt;meta property="og:type" content="website"/&gt; &lt;meta property="fb:admins" content="facebook id"/&gt; </code></pre> <p>The problem is this:</p> <p>When i click the like button on my website, I can see all the information (name, pic, description), but when I go to the facebook profile, the description is replaced with this:</p> <pre><code>Link Link Link Link </code></pre> <p>I can't understand where the problem is. Is there someone who can help me?</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