How do I implement facebook’s ‘Facepile’ plug-in; everytime I try to do so; rather through a WP plugin, HTML5, or iFrame – it displays nothing.
I have my current attempt, implemented as an iFrame within the right side bar at the link below:
You’ll notice it begans to load in place, then stops, moves all the way to the bottom of the content of the blog; and displays only the widget title.
The iFrame was inserted within a ‘PHP code’ sidebar widget.
The exact iFrame code generated via FB developer;
<iframe src="//www.facebook.com/plugins/facepile.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMax-Brooks%2F60684688791&size=small&width=260&max_rows=3&colorscheme=light" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:260px;" allowTransparency="true"></iframe>
And here’s a fiddle setup with the HTML5 code; http://jsfiddle.net/cam77/a97Tj/
The Facepile developer site contains complete implementation details. Also on the site: