Description Usage Arguments Examples
This function returns the details of a single post. It contains the same information about a post that is retrieved by many of the feed functions.
1  | ig_get_media_info(media_id, verbose = FALSE)
 | 
media_id | 
 numeric; the unique id to identify a post which can be 
found in the   | 
verbose | 
 logical; do you want informative messages?  | 
1 2 3  | bieber_user_id <- ig_get_user_id("justinbieber")
bieber_feed <- ig_get_user_feed(bieber_user_id, paginate = FALSE)
most_recent_post_info <- ig_get_media_info(media_id = bieber_feed$id[1])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.