Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Follow button disappeared, how to figure it out what happened?
    primarykey
    data
    text
    <p>I've insert the following code and SDK, provided by Facebook, in a PHP widget code reader in front sidebar (homepage):</p> <pre><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/pt_PT/all.js#xfbml=1&amp;appId=162098443986551"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));&lt;/script&gt; &lt;div id="fb-root"&gt;&lt;/div&gt;` &lt;script&gt; window.fbAsyncInit = function() { // init the FB JS SDK FB.init({ appId : '162098443986551', // App ID from the app dashboard channelUrl : '//findout-macau.com/channel.html', // Channel file for x-domain comms status : true, // Check Facebook Login status xfbml : true // Look for social plugins on the page }); // Additional initialization code such as adding Event Listeners goes here </code></pre> <p>};</p> <pre><code> // Load the SDK asynchronously (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"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); &lt;/script&gt;` </code></pre> <p>It was working fine, but suddenly no longer showing.</p> <p>My question is to know how can i figure it out what happened in order to try to fix it... my domain is <a href="http://findout-macau.com" rel="nofollow">http://findout-macau.com</a></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