tweet_embed | R Documentation |
The Twitter API GET call returns the tweet in markdown embedded format
tweet_embed(screen_name, status_id)
screen_name |
character, screen name of the user |
status_id |
character, status id |
Arguments to pass to the API call can be found here
character
name <- "kearneymw" status <- "1087047171306856451" tweet_embed(screen_name = name, status_id = status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.