Skip to content
Product Documentation

Setting Up Flipboard RSS Feed with Outbound Feeds

Feed Setup

The Flipboard RSS feed is a platform level Arc XP feed block with configurable and customizable parameters.

Steps to configure the Flipboard RSS feed.

Channel Configuration

1. RSS Title

Value for RSS title.

default: feedTitle environment value

2. RSS Description

Value for RSS description.

default: feedTitle + “News Feed”

3. RSS Language

Value for RSS language using an ISO-639 value. If left blank it will default to the value of feedLanguage set in your blocks.json. The tag can be removed by entering “Exclude” in the field.

default: blank (uses feedLanguage)

Optional value for copyright.

default: no copyright

5. Time to Live

Suggested number of minutes that the consumer could cache the results.

default: 1

6. Update Period

Used in combination with Update Frequency, this is the unit of time.

Select one: hourly, daily, weekly, monthly, yearly or Exclude field. If Excluded both Update Period and Update Frequency will be excluded from the feed.

default: hourly

7. Update Frequency

Used in combination with Update Period, this is the interval expressed as an integer. Combining the two default values results in 1 hour. A suggestion for how often the page is requested.

default: 1

8. Category

Optional string value for a category to describe the RSS feed.

default: no category

9. Logo URL

Optional fully qualified URL of an image to use as the logo for the RSS feed.

default: no logo

Item Configuration

1. Title

ANS field(s) to use for the article headline, supports a JMESPath statement.

default: headlines.basic

2. Description

ANS field(s) to use for the article description, supports a JMESPath statement.

default: description.basic

3. Publication Date

ANS date field to display.

Select one: created_date, display_date, first_publish_date, last_updated_date, or publish_date

default: display_date

4. ANS credits key

ANS field to use for the article credits <dc:creator>, supports a JMESPath statement. Multiple authors will be joined with a comma.

default: credits.by[].name

5. Category

Optional ANS field(s) to use for the article category, supports a JMESPath statement.

default: no category

6. Number of paragraphs to include

Number of paragraphs of the article body to include. Value ranges from 0 to 10, or all.

default: all

1. Path to promo_items

ANS field(s) to use for the featured image, supports a JMESPath statement.

default: promo_items.basic || promo_items.lead_art

2. Image height and or width

A set of key value pairs where you can set an integer height and or width to resize all images. Zero means no resizing will be performed.

default: height: 0, width: 0

3. ANS image title key

ANS field for the promo_items title.

default: title

4. ANS image caption key

ANS field for the promo_items caption.

default: caption

5. ANS image credits key

ANS field for the promo_items credits.

default: credits.by[].name

Video

Video encoding

A set of key value pairs to select the video encoding you want to use in the feed. It filters the video streams array to using the provided keys and values to choose an encoding.

default: bitrate: 2000, stream_type: mp4

Resolver Configuration

Each feed template needs to have a resolver applied. To Create A Resolver, you’ll want to configure these fields.

1. Resolver Name

Unique name given to the resolver

2. Resolver Priority

Number to indicate priority order regex will be evaluated in (1 to 100). Lower numbers are evaluated first.

3. Regex Pattern

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

4. URL Parameters

Flipboard URL Parameters

5. Websites

all

6. Content Source

feeds-content-api

There are additional content sources available out-of-the-box, details Here.

7. Patterns

These positions come from the regex pattern. There are a number of ways to pass a section (or author, keyword or tag) to the content source from the resolver. All of them use a grouping () in the regex.

Section - Pattern 1

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

Author - Pattern 2

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

Keywords - Pattern 3

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

Tags - Text - Pattern 4

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

Tags - Slug - Pattern 5

^/arc/outboundfeeds/flipboard/?$
^/arc/outboundfeeds/flipboard/category/(.*)/?$|
^/arc/outboundfeeds/flipboard/author/(.*)/?$|
^/arc/outboundfeeds/flipboard/keyword/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags/(.*)/?$|
^/arc/outboundfeeds/flipboard/tags_slug/(.*)/?$

Include - Terms

If you don’t want to use the default query you can enter a query here. It must be an array formatted like [{“term”:{“type”: “story”}},{“range”:{“last\_updated\_date:{“gte”:“now-2d”,“lte”:“now”}}}]. More details on custom queries can be found Here.

Exclude - Terms

If you need to exclude terms in your query, i.e. NOT, enter them here as an array formatted the same as the Include-Terms. For example to exclude all content with language “es” you would use [{“term”:{“language”: “es”}}]. More details on custom queries can be found Here.

Exclude - Sections

You can enter a comma separated list of sections to exclude. For example /premium,/paid-content

Feed - Size

Integer 1 to 100. Defaults to 100. If you added a size URL parameter, select the parameter option and select size and enter a default value.

Feed - Offset

Integer. Defaults to 0. If you added a from URL parameter, select the parameter option and select from and enter a default value.

Sort - publish_date:desc

If left blank it will default to publish_date:desc. Which ever date field you selected to display for the Publication Date is the date you should enter here. If you changed the date field, you should use it in Include-Terms range statement. The format is date_field + : + sort order (desc or asc). Valid date fields are created_date, display_date, first_publish_date, last_updated_date, or publish_date.

Source-Exclude - A comma separated list of ANS fields to remove from the default list of ANS fields. See the default list Here

Source-Include - A comma separated list of ANS fields to add to the default list of ANS fields. See the default list Here

Include - Distributor - Name

If you only want content from a single distributor, enter the name here. You may only populate one distributor field.

Exclude - Distributor - Name

If you want to exclude content from a single distributor, enter the name here. You may only populate one distributor field.

Include - Distributor - Category

If you only want content from a single distributor category, enter the name here. You may only populate one distributor field.

Exclude - Distributor - Category

If you want to exclude content from a single distributor category, enter the name here. You may only populate one distributor field.

8. Default Template

Select the flipboard-feed template to apply resolver.

9. Default output type

Select xml.

10. Content Mapped Template

blank

Flipboard RSS URL

To preview your Flipboard RSS XML, modify the URL below with the your client org and website name.

Https://Outboundfeeds.CLIENTORG.Arcpublishing.Com/Pf/Arc/Outboundfeeds/Flipboard/?_website=CLIENTWEBSITE NAME

Flipboard RSS URL

Additional Information