I've already added the Facebook like-button, the Google +1 button and now i'm adding the Twitter Tweet button but noticed that it doesn't make use of any the opengraph metatags i've embedded in the <head> of my page while facebook and google do.

How can i make the Tweet Button use the data from my OpenGraph metatags so i don't need to add redundant data to my page just to get the tweet button to work correctly?

link|improve this question

I'm interested in this question too. I think amazon did a quite good job on the twitter integration . See twitter.com/#!/amazon/status/169491158962143232 . I couldn't figure out how that rich data is extracted from the amazon page yet. maybe schema.org ? – mihai Feb 21 at 21:45
feedback

1 Answer

Currently Twitter doesn't support any kind of tags . See https://dev.twitter.com/discussions/1244 . However you can add a picture and location through the media API

https://dev.twitter.com/docs/api/1/post/statuses/update_with_media 
There are some kind of "automatic" integration but only for big players such amazon.com , youtube.com etc ... Try to tweet a link with any amazon product and the tweet will automatically get populated with additional info such a picture, add to cart button etc .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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