shortlist-digital / agreable-instant-articles-plugin
Wordpress plugin for Shortlist Media.
Package info
github.com/shortlist-digital/agreable-instant-articles-plugin
Type:wordpress-plugin
pkg:composer/shortlist-digital/agreable-instant-articles-plugin
2.9.6
2018-10-05 14:30 UTC
Requires
- composer/installers: @stable
- facebook/facebook-instant-articles-sdk-php: 1.*
- pimple/pimple: 3.2.3
- sunra/php-simple-html-dom-parser: 1.5.2
This package is not auto-updated.
Last update: 2026-06-13 06:27:45 UTC
README
Instant Articles Plugin for Croissant powered sites
Environment variables
There are 2 environment variables needed to be set for this plugin work correctly
FACEBOOK_IA_DOMAIN:www.stylist.co.ukorwww.shortlist.com(and new websites in the future)SEGMENT_WRITE_KEY: used for analytics purpose
Generators
Contains generators for the following widgets
app/Generators
├── Divider.php
├── Embed.php
├── Footer.php
├── Gallery.php
├── GeneratorInterface.php
├── Heading.php
├── Html.php
├── Image.php
├── Listicle.php
├── Paragraph.php
├── PullQuote.php
├── StandFirst.php
├── SuperHero.php
├── Telemetry_acquisition.php
└── views
├── embed.twig
├── footer.twig
├── gallery.twig
├── heading.twig
├── html.twig
├── image.twig
├── paragraph-social.twig
├── paragraph-template.twig
├── paragraph.twig
├── pull-quote.twig
├── standfirst.twig
└── super-hero.twig