Using RSS

Using RSS

The Evo Slider plugin allows you to display contents from RSS feed.

You can use the external option to load content from a RSS feed.

RSS parameters:

Name Type Description
data String Set to "rss" when you want to load content from a RSS feed.
url String The URL address of a RSS feed.
title_length Number Set the number of characters in the title.
desc_length Number Set the number of characters in the text description.

Example:

Retrieve content from the Envato Note's RSS:

external: {
    data: "rss",
    url: "myRSS.xml"
    }