4

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?

mikemaccana
  • 110,530
  • 99
  • 389
  • 494
Crashdesk
  • 665
  • 8
  • 27

1 Answers1

3

Use an ajax request with twitter's oEmbed endpoint: https://dev.twitter.com/docs/embedded-tweets

Yansky
  • 4,580
  • 8
  • 29
  • 24