Active
Project:
Facebook social plugins integration
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 16:48 UTC
Updated:
29 Oct 2013 at 12:18 UTC
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
Comment #1
MrGeek commentedany feedback would be helpful..
Comment #2
navi85sin commentedI 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.
Comment #3
ferdi commentedIf 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!
Comment #4
navi85sin commentedComment #5
ferdi commented@navi85sin Are you sure you are using fb_social module ?
Comment #6
navi85sin commentedI am using the facebookshare module not the fb_social module, but my problem is same as MrGeek
Comment #7
navi85sin commentedFacebook 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...