Ideas for Arc XP

Social network PlayBuzz

We would need Arc to natively integrate the PlayBuzz social network. This social network provides oembed service as requested.

https://playbuzz.github.io/how-to/oembed.html

Example: https://as.com/futbol/2019/03/08/portada/1552052997_449959.html

Stories right now have a proper data structure where the Playbuzz extensions are typed correctly as we need to ensure the following use cases:

  • Render correctly the Playbuzz embed feature in the story

  • Use the amp-playbuzz component in the AMP Output Type

  • Let third party content consumers to know what's a Playbuzz extension in the body of an article to make a native integration like the iOS and Android APP, RSS Feeds, JSON Feeds consumed by Diario AS partners.

As we are going to migrate stories into ARC platform, we will need to be sure which structure are these extensions going to have in the ANS Model of the story. At the same time, when Composer starts working, the journalist will have to be able to integrate Playbuzz embeds in the story. Both data structures should be the same to ensure the Code does not have flaws of migration concerns.

To ensure the data structure is properly done in the Migration we will need to know how this information is going to be introduced in Composer. We have the following options:

  • Use plain HTML: Cons is mainly we won't be able to identify what's a Plain HTML and what's a Playbuzz embed to ensure all the use cases (AMP integration and APPs native integration).

  • Use oEmbed integration in Composer: This is something the Composer team must implement as Composer does not understand the oEmbed integration for Playbuzz although Playbuzz provides that integration.

  • Use custom embed: This would be the integration chosen if the Composer team cannot provide a solution through oEmbed in the short term (before migration).

Some interesting links:

  • Maricarmen Bacete
  • May 6 2020
  • Will not implement
Categories Editor, New Functionality