forked from whyisjake/Simple-Instant-Articles-for-Facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·40 lines (31 loc) · 2.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== Simple Facebook Instant Articles ===
Contributors: whyisjake, humanmade, mattheu, dashaluna, AramZS, jetlej
Tags: social, Facebook, feed,
Donate link: http://jakespurlock.com/donate
Requires at least: 3.0.1
Tested up to: 4.5
Stable tag: 4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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.
== Description ==
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.
== Installation ==
1. Upload `simple-fb-instant-articles` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Setup the plugin with Facebook. More info can be found [here](https://developers.facebook.com/docs/instant-articles/publishing).
1. 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`.
1. If you want to test the layout of the articles, you can do by appending `/fb-instant` to the end of single posts.
== Changelog ==
= 0.5.2 =
* MOAR filters.
* Code styling fixes.
= 0.5.1 =
* 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](https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/pull/39) - props [AramZS](https://github.com/AramZS)
*Allow for endpoint on article links to be used for query vars or not at all enhancement [#37](https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/pull/39) - props [AramZS](https://github.com/AramZS)
* Updated format for kicker [#35](https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/pull/35) - props [jetlej](https://profiles.wordpress.org/jetlej)
* Better README [#41](https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/pull/41)
* Add the reaction stuff to images. [#40](https://github.com/whyisjake/Simple-Instant-Articles-for-Facebook/pull/40)
= 0.5.0 =
* Initial Release