Vous trouverez ici plus d’informations sur le programme RED Bolt de Flipboard et sur les exigences techniques et les pratiques exemplaires pour optimiser votre flux RSS pour Flipboard. Bâtir votre site Web et vos flux en respectant les directives ci-dessus garantit que votre contenu soit classifié, indexé et affiché correctement sur Flipboard. Pour toute autre question, veuillez visiter notre foire aux questions de l’éditeur, ici.

 

RSS Guidelines

Display modes in the application:
Within the Flipboard application there are two important display modes that apply to how content is displayed:

Layout view: refers to the way an article looks in overview mode alongside other articles. In this mode a title and video or image is displayed to give the reader a preview of the content of the item in excerpt form.

Detail view: This refers to the view of the item when the user clicks on an item in layout view. This will display the full content of the article, either on the publisher’s website, AMP pages, or within Flipboard’s paginated pages.

Optimizing your RSS feed for Flipboard:
Please note that your RSS feed will need to implement the following guidelines before being featured by Flipboard.

At the channel level, you need to include the following:

  • <title> the name of your feed
  • <link> the feed’s URL
  • <description> a short sentence describing the content of the feed
  • <language> the language the feed is written in, using the W3C language codes

For each item in the feed, you need to include the following so your content displays correctly in layout view:

  • <title>title of the item, where any special HTML characters should be encoded.
  • <link>url of the item. It is preferred that the domain name of the host in the url should match the domain for the rss feed itself.
  • <description>the excerpt for the article. It should contain at least 300 characters. A longer description will help our topics engine classify and recommend your articles more accurately. Note that the amount of excerpt text that displays in the app may differ for each article depending on the image size.
  • <pubDate>the publication date of the article, compliant with the RFC822 standard. If not present then the system will use the first time it was processed as the publication date.
  • <guid>a unique id for this entry in the feed (it can be the URL of the item).
  • <author>the author(s) of the article.
  • <enclosure> use this tag to add a media element that will be used in layout view to illustrate your article. It can be an image or a video. For videos, mp4 format is preferred. For images, use the highest possible resolution; and the smallest dimension should not be under 700px.
  • Optional: you can specify a topic that describes the article.

In addition, your feed should contain at least 20 items.

Best Practices

  • Make sure your RSS feed adheres to the W3C specifications
  • Feed must not require a password to view.
  • Use clean and consistent URLs. Use the same URLs used by RSS when posting on Twitter, Facebook, or social networks.
  • Whenever possible, avoid redirects on your feed and article URLs.
  • Feed should be organized by date, with the most recent content at the top. Content that is more than 90 days old will not display on Flipboard.
  • Do not reuse the same image for each of your articles, as we will only display that image for one article. The other articles will display no image.
  • There is no need to add keywords or topic tags to your RSS feeds. Our topics engine does this automatically.

Google Accelerated Mobile Pages (AMP)

If we detect an AMP version of an article from your web html (via ), we will display your AMP article on Flipboard as it is a better user experience. Please make sure that all AMP pages referenced in your HTML are usable and complete. Also, keep this in mind when reviewing your Flipboard traffic.

Content Accessibility

Please ensure that you are not blocking us in your robots.txt file from accessing your content or your feed. If you are currently blocking Flipboard, your content will not display. To resolve this, make sure that the user-agents, “Flipboard” or “FlipboardProxy”, are not being blocked. More information can be found here.

Flipboard uses Amazon Web Services (AWS) EC2 servers, so please make sure that you are not blocking the AWS IP range (more information here).

Outdated Feeds

If we detect that a feed has not updated with new content in 6 months, we will remove the feed from your magazine and our system. You may then resubmit an updated feed in the magazine.

RSS Feed Troubleshooting

If you are getting an error message when adding a feed to a magazine:

  • Ensure you have the correct feed URL. Make sure there are no extra spaces before or after the url. Open the feed in a browser window first, then copy the URL. This will remove any strange spaces or characters as well as any redirects.
  • Check if your feed directs to a 404 “Page Not Found” or 503 Error page.
  • Your website or feed domain might be blocking Flipboard in your robots.txt file. Make sure that your website and feed domain’s robots.txt allows the user-agents “Flipboard” or “FlipboardProxy” to crawl your content. More information can be found here.

If you aren’t seeing the latest article in your RSS feed in your Flipboard Magazine:

  • Check if your feed directs to a 404 “Page Not Found” or 503 Error page.
  • Content from your feeds is added to your Flipboard profile depending on how often you update your feed. After you post content to your RSS feed, please wait at least 12 hours to see if an article appears in your Flipboard profile.
  • Ensure that the RSS feeds in your magazines contain new content. If there is no new content in your RSS feed, there will be no new content in your Flipboard magazines.
  • Flipboard magazines powered by RSS feeds are organized chronologically, with the most recent articles at the top. If you add older content to your RSS feed, it will be placed in your magazine in chronological order, so it may not appear on top.
  • We have a cutoff date of 90 days for content. If you add an article to your feed that is older than 90 days, it will not be added to your magazine.

 

Example of RSS Feed:

<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:georss="http://www.georss.org/georss">
<channel>
<title>The Perfect Feed</title>
<link>http://example.com/feed</link>
<description>
A great feed with great examples.
</description>
<language>en-us</language>
<item>
<title>Squirrel Resembling Abraham Lincoln Found</title>
<link>http://example.com/2017/10/02/squirrel-resembling-abraham-lincoln-found</link>
<guid>2fd4e1c67a2d28fced849ee1bb76e7391b93eb12</guid>
<pubDate>Mon, 02 Oct 2017 04:00:00 GMT</pubDate>
<author>Ralph Wiggum</author>
<description><![CDATA[
A local Springfield man has restored pride to Springfield by finding a squirrel
that resembles Abraham Lincoln. Authorities are on the lookout for any rodents
bearing resemblance to John Wilkes Booth.
]]></description>
<enclosure url="http://media.example.com/2017/10/02/squirrel.jpg" length="1000" type="image/jpeg" />
<category>Squirrels</category>
</item>
<item>
<title>Burns Pays City 3 Mil!</title>
<link>http://example.com/2017/10/01/burns-pays-city-3-mil</link>
<guid>de9f2c7fd25e1b3afad3e85a0bd17d9b100db4b3</guid>
<pubDate>Sun, 01 Oct 2017 04:00:00 GMT</pubDate>
<author>Todd Flanders</author>
<description><![CDATA[
Wealthy resident Montgomery Burns was fined three million dollars after
being caught dumping nuclear waste in the Springfield city park.
]]></description>
<enclosure url="http://media.example.com/2017/10/01/burns-pays-city.mp4" length="10000" type="video/mp4" />
<category>Springfield</category>
</item>
</channel>
</rss>

 


 

PROGRAMME RED BOLT

Le RED (Reader Enhanced Display ou Affichage de lecture amélioré) Bolt est un sceau d’approbation (sous forme d’un éclair rouge) accordé aux éditeurs Flipboard qui font avancer l’univers de la lecture mobile grâce à des technologies contribuant à une meilleure expérience Web mobile. Le RED Bolt s’affichera à côté des articles desdits éditeurs dans Flipboard et indiquera aux utilisateurs que l’article qu’ils désirent consulter se charge rapidement et ne comporte aucune fenêtre publicitaire intruse.

L’algorithme de Flipboard prend en considération les articles dotés du RED Bolt, avantageant les éditeurs qui proposent une meilleure expérience Web mobile à leur public.

Afin de recevoir le RED Bolt sur votre contenu et faire partie de ce réseau d’éditeurs, votre site Web doit répondre à ces critères (les sites ayant implémenté la technologie AMP ou d’autres technologies similaires répondent généralement à ces exigences) :):

  • Temps de chargement : le contenu de la première page doit être complètement visible en 1.0 seconde suivant l’arrivée de la première requête HTTP, sur un réseau 4G à partir d’un téléphone Android ou iOS moderne.
  • Éléments de la page : la première page visible ne doit afficher aucune publicité sur le premier écran d’un téléphone Android ou iOS moderne. Les éléments devraient aussi charger leur position prévue finale sur la page, ils ne devraient pas bouger pour s’adapter à tout autre élément.
  • Publicités intrusives : aucune fenêtre surgissante, fenêtre contextuelle apparaissant en arrière-plan, publicité flottante, ou publicité en surimpression.
  • Aucune redirection : la page chargée est la page du contenu auquel s’attendait l’utilisateur. De même façon, nous n’autorisons pas les redirections qui retiennent l’utilisateur (appuyer sur retour doit permettre de revenir en arrière).

Une fois qu’un éditeur a reçu le RED Bolt, nous continuons de vérifier qu’il se conforme aux exigences ci-dessus.

Si vous n’êtes pas sur Flipboard, créez un compte éditeur et faites une demande pour obtenir le RED Bolt.