Add support for Facebook Instant Articles to your WordPress site. This plugin creates a new articles endpoint, and a feed to give to Facebook with links to those articles.
- Upload
simple-fb-instant-articles
to the/wp-content/plugins/
directory - Or, use the installer in plugins menu.
- Activate the plugin through the 'Plugins' menu in WordPress
- Setup the plugin with Facebook. More info can be found here.
- As part of the installation process with Facebook, a URL to the feed is provided. If you are using pretty permalinks, you can find the RSS feed at
domain.com/feed/fb
. - If you want to test the layout of the articles, you can do by appending
/fb-instant
to the end of single posts.
- Fixed an issue that led to filters on the
simple_fb_posts_per_rss
not working. - Better README for Github. (You are reading it right now. [How meta...])
- MOAR filters.
- Code styling fixes.
- Adding upstream changes from the Human Made team, props dashaluna, mattheu, jetlej, and AramZS.
- Extended the HumanMade branch into a universally usable plugin, maintaining backwards compatibility with previous versions. #39 - props AramZS *Allow for endpoint on article links to be used for query vars or not at all enhancement #37 - props AramZS
- Updated format for kicker #35 - props jetlej
- Better README #41
- Add the reaction stuff to images. #40
- Initial Release