Description Usage Arguments Value Examples
Open a specific comment in browser
1 | open_facebook_comment(comment_id, user_name)
|
comment_id |
Vector with comment id as strings |
user_name |
String, must be the username in the url |
none, browser opens automatically
1 2 3 4 5 6 | ## Not run:
# to open a specific facebook comment: input is a vector with comment ids (strings)
# and the username from the url
open_facebook_comment(comments_df$id, "TheVoiceOfGermany")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.