How To Differentiate Between Basic and Custom for

How To Differentiate Between Basic and Custom for RSS Headers and Items in the Email Builder

Within the Email Builder, you may be using the RSS Header or RSS Item elements to automatically update information across sites. They are useful for blogs and other sites if you want to pull information from a site into an email.

Follow these steps to edit the Headers and items using both “Basic” and “Custom” options.

Step 1: Editing The RSS Header Block

The RSS Header Block dynamically populates tags from your feed. The header element supports these RSS channel tags:

Be sure to use the corresponding custom value for each, in order to populate the email with the correct tag value.

In the Header block’s editing options, you will see “Basic” and “Custom” options.

  • “Basic” will add non-editable text in the editor:

{{rss_feed.title}}

{{rss_feed.description}}

  • “Custom” will add this editable text in the editor:

Updates from {{rss_feed.url}}

{{rss_feed.title}}

{{rss_feed.description}} In the {{rss_feed.date}} edition:

NOTE: The custom RSS variables can also be used in the subject field.

Step 2: Editing The RSS Items Block

The Items block will accept these custom values, dynamically inserting the respective RSS Tags:

In the Items block’s editing options, you will see “Basic” and “Custom” options, like the Header block’s options above, along with some additional options.

  • “Basic” will add non-editable text in the editor:

{{#rss_items rss_items}}

{{rss_item.title}}

{{rss_item.content}} Read on » {{/rss_items}}

  • “Custom” will add this editable text in the editor:

{{#rss_items rss_items}}

<a href="{{rss_item.url}}"target="_blank">{{rss_item.title}}

By {{rss_item.author}} on {{rss_item.date}} {{rss_item.content_full}} Read in browser » {{/rss_items}} Recent Articles: {{#rss_items rss_items}}

Last updated