Blog RSS Feed Link API

The Blog Atom Feed Link API creates the link tag to the Blog item RSS feed to be placed in the <head> section of the page.

Learn more about APIs.

Minimum Tag

{{ _api.blog.rssLink }}

Example Tags

Get the link tag for a specific Blog app instance.

This is only necessary if there are multiple app instances.

{{ _api.blog.rssLink.instanceKey=('app-instance-key') }}

Tag Parameters

ParameterDescription
instanceKey
i
The key for the instance to get results in. If nothing is passed then the current instance will be used if this is called within the same app.

You can alternately use the short form "i" (lowercase I) instead of "instanceKey"

Type: String

Examples:
instanceKey('app-instance-key')


i('app-instance-key')