Why Wont my Facebook Like Button Share Proper Content?

I completed the following items and still was having no luck getting my Facebook Like Buttons to display proper content:
1. Added meta tags, check
2. Added like button script, check
3. Customized meta tags and script for individual pages and content, check

Why wont my buttons share the actual page I am on and instead it like my site only???

Fix add the proper xmls coding to the html tage and all will be good

The following is what I added:

xmlns:og="http://opengraphprotocol.org/schema/" 
xmlns:fb="https://www.facebook.com/2008/fbml"

And the following is what it should look like: (And is likely in the second line of you header file.)

<html  xmlns="http://www.w3.org/1999/xhtml" 
xmlns:og="http://opengraphprotocol.org/schema/" 
xmlns:fb="https://www.facebook.com/2008/fbml"

Leave a Reply

Your email address will not be published. Required fields are marked *