In the top right hand corner, it shows on this page:
http://www.thegreekmerchant.com/product/fokofpolisiekar/band-logo
But not on this one
http://www.thegreekmerchant.com/
Any idea why? I'm using Drupal 6 with the FBConnect module.
|
|
|
In fact, the problem is that the pages use different scripts to load the FBConnect module. On
On
I've replaced the first script with the second one and |
|||||
|
|
On the working page you have this markup:
Whereas on the nonworking you have this:
I presume, that the JavaScript creating the markup does not run properly. Maybe you have another JavaScript error before the execution of the FB button script. Use Firebug or a similar tool to find that out. Without more information it's difficult to help. |
|||
|
|
|
the buttons are both not working for me in chrome, while on firefox the first link is working and the second not... the thing is that the home page on firefox is sending the cpu load to 100%, and I see you have loads of javascripts on the home. I would try disabling other javascripts and eventually running a check on the page source to see if there is any broken content. |
|||
|
|
|
You error is in :
The line :
should to be something like
If you watch the all.js file that your browser downloads you will see an error. Thus the FB scripts are not loaded, and thus the inside of your |
|||||||||
|