I have FB_Social running on two sites on the same server. On one, when "sharing", it picks up the first several lines of text to post to my wall. On the other, when sharing, it picks up only the page title and any images- no text from the page.
www.insidetheie.com <-works fine
grownupgeek.com <-does not work right

What would cause this, and how can i troubleshoot/fix it?

Comments

MrGeek’s picture

any feedback would be helpful..

navi85sin’s picture

Component: Miscellaneous » Code

I am having the same problem. Any solutions, i thought it is because of meta tag we add to the node, but its not the case.

I have div elements in the code, is that breaking it ?
or there is something else.

ferdi’s picture

If you look at html the source code ..

www.insidetheie.com has a "title" :

<title>Inside The Inland Empire | What to do and where to go when you're in the Inland Empire</title>

but grownupgeek.com does not

so facebook cannot pick any text.

thanks!

navi85sin’s picture

ferdi’s picture

@navi85sin Are you sure you are using fb_social module ?

navi85sin’s picture

I am using the facebookshare module not the fb_social module, but my problem is same as MrGeek

navi85sin’s picture

Facebook caches information about a page when share it. You can use the URL Linter to refresh the cache and see exactly what info FB has on your page

http://developers.facebook.com/tools/lint/

This might help somebody...