up vote 1 down vote favorite
share [g+] share [fb]

We are using AddToAny to put share buttons on our pages. When sharing to FaceBook for example, it picks the correct title, but it picks the wrong text. My guess is that it uses the first <p> it finds. This is in many cases not correct, since we have <p>s in a column on the left of the page, but the main text is in a bigger area (later on in the source).

Can I tell AddToAny which text to use (with an id for example)? If not, does some other service support this (AddThis, etc)?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 2 down vote accepted

afraid it's facebook that extracts the text, add2any just passes URL & title.

update: use meta-tags as described on facebook developer wiki

link|improve this answer
Ah, I see! I'll investigate further. – Peter Jaric Jun 23 '10 at 13:40
Thanks! That helped. – Peter Jaric Jun 23 '10 at 13:44
AddToAny actually had a FAQ entry about this: addtoany.com/buttons/faq/#facebook – Peter Jaric Jun 28 '10 at 11:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.