get_blog_followed_by | R Documentation |
Check If Followed By Blog This method can be used to check if one of your blogs is followed by another blog.
get_blog_followed_by(blog, query, app_credentials = NULL)
blog |
name of the blog |
query |
string. The name of the blog that may be following your blog |
app_credentials |
a named list containing the consumer key and consumer secret. If NULL, attempts to load from an env variable |
logical
## Not run:
# replace "your-blog-name" with your Tumblr username
get_blog_followed_by(blog = "your-blog-name", query = "blog-to-check")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.