Description Usage Arguments See Also Examples
Get the followers of a blog, but without an upper limit on the number of followers that can be retrieved. This may result in multiple calls to the tumblr API. This requires OAuth and seems to only work for the authenticated blog. The total number of followers for blog is not returned in the list but rather as the "total_users" attribute on the list.
1 | get_iterated_followers(blog, limit = 20, offset = 0)
|
blog |
The blog to get followers for. |
limit |
Number of followers to get |
offset |
Number of followers to skip from the start |
get_followers
1 2 3 | setup_tumblr_apikey(myApiKey)
setup_tumblr_oauth(myConsumerSecret)
get_iterated_followers(myBlog,limit=100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.