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

  • I have solved it on my own. I had added the javascript part in the betheme options / custom JS but it had to be added to the body part of the page. 
    Now the javascript block is inserted just before the usage of the page plugin...
  • Ok. Thanks for your explanation. Hope this topic will be helpful for other users as well.
Sign In or Register to comment.