Description
Facebook Instant Articles is a new way for publishers to distribute stories on Facebook. Instant Articles load up to 10 times faster than the mobile web.
You can access your Instant Articles RSS feed at http://yoursite.com/instant-articles
.
For more information checkout Facebook’s Instant Articles Developer Guide.
Statut de l'Assemblage
Developpement
Attribution
Donations
J’ai passé beaucoup de mon temps libre à la création, mise à jour, et support de cette extension. Si vous aimez et pouviez me donner quelques dollars, cela serait appréciable. Si ce n’est pas le cas, n’hésitez pas à l’utiliser sans aucune obligation.
Installation
- Upload
wp-instantarticles
folder to the/wp-content/plugins/
directory - Activate the
WP-InstantArticles
plugin through the ‘Plugins’ menu in WordPress - There are no options for the plugin. You can access the Instant Articles RSS feed at
http://yoursite.com/instant-articles
.
FAQ
-
404 when accessing `http://yoursite.com/instant-articles`.
-
- You might need to re-generate permalink (WP-Admin -> Settings -> Permalinks -> Save Changes)
-
Support for Custom Post Types?
-
- You can access your Custom Post Type Instant Articles feed via
http://yoursite.com/instant-articles/?post_type=CPT
.
- You can access your Custom Post Type Instant Articles feed via
-
What are the filters available?
-
- wp_instantarticles_namespace
- Default: instant-articles
- wp_instantarticles_template_rss2
- Default: instantarticles-rss2.php
- wp_instantarticles_template_rss2_items
- Default: instantarticles-rss2-items.php
- wp_instantarticles_article_style
- Default: wp_get_theme() which returns your theme folder name.
- wp_instantarticles_post_credits
- Default: This post POST_TITLE appeared first on SITE_NAME.
- wp_instantarticles_post_copyright
- Default: Copyright © YEAR SITE_NAME. All rights reserved.
- wp_instantarticles_post_image
- Default: Featured image URL or first image URL in post.
- wp_instantarticles_post_image_alt
- Default: Featured image alt, excerpt or title.
- wp_instantarticles_post_content
- Default: Post content.
- wp_instantarticles_namespace
-
What are the hooks available?
-
- wp_instantarticles_rss2_head
- Fires: Within
<channel></channel>
, before first<item>
.
- Fires: Within
- wp_instantarticles_rss2_item
- Fires: After
</content:encoded>
, before</item>
.
- Fires: After
- wp_instantarticles_post_header
- Fires: Before
</header>
.
- Fires: Before
- wp_instantarticles_post_content
- Fires: After post content, before
</footer>
.
- Fires: After post content, before
- wp_instantarticles_post_footer
- Fires: Immediately after
<footer>
.
- Fires: Immediately after
- wp_instantarticles_rss2_head
Avis
Contributeurs/contributrices & développeurs/développeuses
« WP-InstantArticles » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“WP-InstantArticles” a été traduit dans 1 locale. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « WP-InstantArticles » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
1.0.0
- Version initiale