-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
48 lines (32 loc) · 2.13 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
41
42
43
44
45
46
47
48
=== rel-syndication for wordpress ===
Contributors: jihaisse, cadeyrn
Donate link:
Tags: syndication, indieweb, indiewebcamp, POSSE
Requires at least: 3.3
Tested up to: 3.9.1
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
rel-syndication is a way to discoverably link from your original blog post permalinks to syndicated copies of it on other sites
== Description ==
Add a list of syndicated copies (POSSEd) at the end of the post.
In order to POSSE you will need another plugin, like Social (http://wordpress.org/plugins/social/).
== Installation ==
1. Upload the folder `wordpress-syndication` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently asked questions ==
= Why ? =
An original post should hyperlink to syndicated copies (e.g. per POSSE) with a rel value of syndication.
Additionally the microformats2 class name u-syndication should also be placed on such hyperlinks from original posts (inside their h-entry markup/object) to their syndicated copies.
see http://indiewebcamp.com/rel-syndication
== Changelog ==
= 0.2 =
*2014-05-16*
* partial ( Facebook, Twitter & Tumblr only ) support for Social Networks Auto Poster {SNAP}
= Supported POSSE plugins and implementations =
* Social plugin is fully supported (http://wordpress.org/plugins/social/)
* partial ( Facebook, Twitter & Tumblr only ) support for Social Networks Auto Poster {SNAP}
* Bridgy Publish (https://www.brid.gy/about#publish). Requires the
wordpress-webmention plugin (https://wordpress.org/plugins/webmention/).
== Additional/Alternate IndieWeb Plugins ==
For those interested in the IndieWeb for WordPress (http://indiewebcamp.com/wordpress), be sure to check out the IndieWeb plugin (https://wordpress.org/plugins/indieweb/) which includes several affiliated plugins including a plugin similar to rel-syndication (and is in fact based on parts of the code here) called Syndication Links (https://wordpress.org/plugins/syndication-links/). Be aware that using rel-syndication in conjunction with syndication-links will cause duplicated link output in your content.