Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Plug-in Facepile Issue
    primarykey
    data
    text
    <p>I'm having trouble with understanding the basics of the Facepile plug-in for Facebook developers. I've successfully got Facepile up and running and displaying a picture of someone who 'likes' the page, as long as they're a friend.</p> <p>That's all good. But there's another feature of Facepile that I just can't get working. And that's to simply display how many people have liked the page. On the Facepile developers page it says:</p> <p><em>If some users have liked your page, but none of the viewing users friends have liked it, the plugin will display the total number of users who have liked your page.</em></p> <p>However, this simply just doesn't show up for me. Is there something I might be missing? Here's my code as it appears:</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/en_GB/all.js#xfbml=1&amp;appId=00000000"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));&lt;/script&gt; &lt;script src="http://connect.facebook.net/en_US/all.js #appId=0000000000000&amp;amp;xfbml=1"&gt;&lt;/script&gt; &lt;div class="fb-like" data-href="http://myurl" data-send="false" data-width="450" data-show-faces="true"&gt;&lt;/div&gt; &lt;div class="fb-facepile" data-href="http://myurl" data-action="watch" data-max-rows="1" data-width="300"&gt;&lt;/div&gt; </code></pre> <p>Bare in mind that I replaced the App ID and URL with dummies. An insights you might have will be hugely appreciated! </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.
    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