shortlist-digital / agreable-instant-articles-plugin
Wordpress plugin for Shortlist Media.
Installs: 5 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 2
Open Issues: 0
Type:wordpress-plugin
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
- dev-master
- 2.9.6
- 2.9.5
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.10
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-develop
- dev-author_fix
- dev-feature/add_listicle_gen
- dev-fix_dependencies_versions
This package is not auto-updated.
Last update: 2024-11-01 22:02:10 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.uk
orwww.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