PDA

View Full Version : JV Facebook Plugin and Component Incompatibility



phocea
04-08-2011, 07:42 AM
Hello,

I have found out today that the plugin comment box would not show under an article if on the same page you have the Like Box JV Facebook Component also activated!!

Looks like there is a compatibility issue between the comment part of the JV plugin and the Like Box component.
If I put the Component like box only on the frontpage, I get the like and share plugin buttons on the front page article, plus the Component box.
In this configuration I get the comment plugin working on articles that are not on the front-page, but without the Like component box activated.
The code that is suppose to display the plugin comment is however present like this:



<div id="fb-root"><script async="" src="http://connect.facebook.net/fr_FR/all.js" type="text/javascript"></script></div><script>window.fbAsyncInit = function() { FB.init({appId: 204174492939953, status: true, cookie: true, xfbml: true});};(function() { var e = document.createElement("script"); e.type = "text/javascript"; e.src = document.location.protocol + "//connect.facebook.net/fr_FR/all.js"; e.async = true; document.getElementById("fb-root").appendChild(e); }()); </script><fb:comments class=" FB_comments" xid="content_204174492939953_79" numposts="10" width="500"></fb:comments>

Can dev look into this please?