Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Like button flips backs to 'unliked' state after clicking
    primarykey
    data
    text
    <p>I have added a Facebook Like button on my <a href="http://en.wikipedia.org/wiki/Tumblr" rel="nofollow">Tumblr</a> blog (in the template): both the iFrame code and the <a href="http://en.wikipedia.org/wiki/Facebook_Platform#Open_Graph_protocol" rel="nofollow">Open Graph</a> tags. The button shows up normally below each blog article. When I click the button, it changes its status to 'liked', but flips back to the original state after one second. </p> <p>The HTML source of the blog article is (iframe part):</p> <pre class="lang-html prettyprint-override"><code>&lt;iframe class="fb_button" src="http://www.facebook.com/plugins/like.php?app_id=APP_ID&amp;href=http://www.beyondbrands.nl/post/7354959316/startup-weekend-amsterdam-join-crowdriding&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=true&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"&gt;&lt;/iframe&gt; </code></pre> <p>OG tags:</p> <pre class="lang-html prettyprint-override"><code>&lt;meta property="og:title" content="Beyond Brands Blog, StartUp Weekend Amsterdam about to get started" /&gt; &lt;meta property="og:type" content="article" /&gt; &lt;meta property="og:url" content="http://www.beyondbrands.nl/post/7354959316/startup-weekend-amsterdam-join-crowdriding" /&gt; &lt;meta property="og:image" content="http://26.media.tumblr.com/avatar_6e2d27950ebb_128.png" /&gt; &lt;meta property="og:site_name" content="Beyond Brands Blog" /&gt; &lt;meta property="fb:admins" content="598414663" /&gt; </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.
 

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