By Hipster on
Hi,
I just added Facebook share module to my site (www.nywellnessguide.com) and it seems to be working great in Firefox, but looking at the same page in IE or Chrome it's not there.
It's really strange. I can't figure out if it's css or module problem.
Can someone please help.
Thank you
Comments
Take a look at the page
Take a look at the page source and check if the markup for it is there at all. If it's missing entirely from ie or chrome, it may be that those browsers cache a previous version of your site. My first guess would be a hard refresh (shift R).
Theme pages need "html xmlns"
On second line of all your themes template pages i.e.: page.tpl.php & page-front.tpl.php etc.
Replace:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo get_page_language($language); ?>" xml:lang="<?php echo get_page_language($language); ?>">With:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo get_page_language($language); ?>" xml:lang="<?php echo get_page_language($language); ?>" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">Then refresh the page Ctrl=R.
Cheers,
Ralph
Ralph Manis
Infinitee Designs
https://www.infinitee-designs.com/
https://www.infinitee-designs.com/webdesign
https://www.infinitee-designs.com/t-shirts
This happens to my
This happens to me today and...
OMG: I was 1 hour looking for info about this "error" and... WAS THE Disconnect extension for Chrome, hahaha. What a FAIL for me.