Facebook new Page Plugin not working
Hello,
as described on the Facebook Developers page I added the javascript block and the div block to my site but the page plugin does not show properly (it just prints a large grey quote sign and the name of the facebook page, see bottom of page http://www.martin-ruetter-live.de/ruetters-dogs).
The div block reads
<div class="fb-page" data-href="https://www.facebook.com/ruettersdogs" data-hide-cover="false"
data-show-facepile="false" data-show-posts="false"><div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/ruettersdogs">
<a href="https://www.facebook.com/ruettersdogs">Martin Rütter's D.O.G.S.</a>
</blockquote></div></div>
My guess is there is a conflict with the blockquote tag which is already defined in betheme for quotes.
Comments