Note that there are some explanatory texts on larger screens.

plurals
  1. POFB Like dialog box not disappearing
    primarykey
    data
    text
    <p>I'm experiencing strange behavior when liking a page. The Like-dialog used to post on the liker's wall correctly but now for some reason it's not working anymore. The Send-button works fine.</p> <p>I have all the og-meta tags in the head of my html and the FB Debugger finds all the correct information about the site. Here are the key lines of the button functionality:</p> <pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"&gt; ... &lt;meta property="og:title" content="Suuri Journalistipalkinto" /&gt; &lt;meta property="og:type" content="website" /&gt; &lt;meta property="og:url" content="http://suurijournalistipalkinto.fi/fi/kilpailu/" /&gt; &lt;meta property="og:image" content="http://suurijournalistipalkinto.fi/img/aanesta_like.jpg" /&gt; &lt;meta property="og:site_name" content="Suuri Journalistipalkinto" /&gt; &lt;meta property="og:description" content="Suuri Journalistipalkinto on jaettu Suomessa vuodesta 2001. Palkinnolla tuetaan ja edistetään hyvää journalismia. Se jaetaan joka vuosi kolmessa palkintoluokassa, palkinnon perusteena on jokin merkittävä journalistinen teko palkinnon julkistusta edeltäneen vuoden aikana." /&gt; &lt;meta property="fb:app_id" content="199611810178732" /&gt; </code></pre> <p>In the body:</p> <pre><code>&lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script&gt; (function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "http://connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref); }(document)); // Additional JS functions here window.fbAsyncInit = function() { FB.init({ appId : '199611810178732', // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : false // parse XFBML }); ... </code></pre> <p>And in the footer:</p> <pre><code>&lt;fb:like href="http://suurijournalistipalkinto.fi/fi/kilpailu/" send="true" width="450" show_faces="false" font="arial"&gt;&lt;/fb:like&gt; </code></pre> <p>If someone has ran into a similar situation, any help would be highly appreciated. </p>
    singulars
    1. This table or related slice is empty.
    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