I want to embed a Tweet with a specific tweet ID. I know you can use the 'Embed This Tweet' option to get pre-rendered HTML but I want to be able to style the tweet and have more control. How would this be possible with jQuery?
Asked
Active
Viewed 1,675 times
1 Answers
3
Use an ajax request with twitter's oEmbed endpoint: https://dev.twitter.com/docs/embedded-tweets

Yansky
- 4,580
- 8
- 29
- 24