Description Usage Arguments Value Examples
Current Trending Posts
1 | getTrending(tag = "", limit = 100, node)
|
tag |
Tag to Filter |
limit |
Number of Posts to Return |
node |
Optional Argument (Steem Node to Query) Get details of the Trending Posts |
List with Details of Posts
1 2 3 4 5 6 | ## Not run:
getTrending() # Get first 100 Trending Posts
getTrending(20) # Get Top 10 Trending Posts
getTrending(20, node = "https://api.steemit.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.