How can I select which text will be used when sharing with AddToAny?
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)?
afraid it's facebook that extracts the text, add2any just passes URL & title.
update: use meta-tags as described on facebook developer wiki
精彩评论