I've made a video to show you how to use the RSS feed rendering engine.
To render a feed, first you have to subscribe to it (COMMUNICATE/PUBLISHING/FEEDS)
Then you render the feed using our render feed syntax
Here are a few examples of the render code
{ % render_feed labeled:“My_Feed” count:7 order:“random” truncate_to:100 display:“summary” % }
{ % render_feed tagged_any:“example, xlsuite” count:10 order:“by_date” display:“title” % }
I've put spaces in between the { % .... so it won't render here.
To get your code to render remove the spaces
To see more of the variables that you can use you can read this post:
For the clickbank RSS feeds, I use a service called CBengine



Comments(0)