Register

Display the content of your RSS Campaign using custom HTML

Our platform gives you the option to create your own RSS templates in order to display the information from the RSS feed URL that you've added in your RSS Campaign settings. To create your RSS template you can either use the Campaign Editor or your own HTML code. 

All information from the article tags will be repeatedly displayed for as many articles as defined on the size parameter. Please note that you can have a maximum size value of 10.

A. The HTML code

#rss:articles:size# 
#rss:url# <!-- The url to the relevant article page -->
#rss:title# <!-- The title of this article -->
#rss:summary# <!-- The summary of this article -->
#rss:image# <!-- The image URL of this article  -->
#rss:category# <!-- The category of this article  -->
#rss:publishedOn# <!-- The published date of this article  -->
#rss:id# <!-- A unique id for this article  -->
#rss:articles:end#

 Replace size with the number of articles to be displayed on the dispatched email. For example:

#rss:articles:5#

B. The HTML code examples

The following example fetches the 5 most recent articles from the RSS feed URL you used.

#rss:articles:5#

The next example fetches the 10 most recent articles from the RSS feed URL you used. This is the maximum number of articles that can be displayed.

#rss:articles:10#