Skip to content

Commit f7ace8d

Browse files
authoredJan 26, 2017
Merge pull request #113 from dshanske/tweaks
Update READMEs
2 parents faa31a5 + 3b8765a commit f7ace8d

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed
 

‎readme.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Donate link:** http://14101978.de
66
**Tags:** webmention, pingback, trackback, linkback, indieweb
77
**Requires at least:** 4.7
8-
**Tested up to:** 4.7
8+
**Tested up to:** 4.7.1
99
**Stable tag:** 3.0.0
1010
**License:** MIT
1111
**License URI:** http://opensource.org/licenses/MIT
@@ -19,7 +19,7 @@ Webmention for WordPress!
1919
[vimeo https://vimeo.com/85217592]
2020
-- Video by [Andy Sylvester](http://andysylvester.com/2014/01/27/working-with-webmention-video/)
2121

22-
From the [spec](http://www.w3.org/TR/webmention/):
22+
From the [W3C Recommendation specification](http://www.w3.org/TR/webmention/):
2323

2424
> Webmention is a simple way to automatically notify any URL when you link to it on your site.
2525
> From the receivers perpective, it's a way to request notification when other sites link to it.
@@ -36,16 +36,18 @@ It’s a modern alternative to Pingback and other forms of Linkback.
3636
### That Sounds Like a Pingback or a Trackback ###
3737

3838
Webmention is an update/replacement for Pingback or Trackback. Unlike the older protocols, the
39-
specification has a working draft with the W3C as well as an active community of individuals using
39+
specification is recommended by the W3C as well as an active community of individuals using
4040
it on their sites.
4141

42-
### How can I send Webmentions ###
42+
### How can I send and receive Webmentions? ###
4343

44-
Activate sending Webmentions by checking the "Attempt to notify any blogs linked to from the article" option on the Settings --> Discussion page in WordPress.
44+
On the Settings --> Discussion Page in WordPress:
45+
* Activate sending Webmentions by checking the "Attempt to notify any blogs linked to from the article" option
46+
* Activate receiving Webmentions by checking the "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles" option.
4547

4648
You can use the `send_webmention($source, $target)` function and pass a source and a target or you can fire an action like `do_action('send_webmention', $source, $target)`.
4749

48-
### How can I handle Homepage-Webmentions ###
50+
### How can I handle Webmentions to my Homepage or Archive Pages? ###
4951

5052
Webmentions should be allowed on all URLs of a blog. The plugin currently supports only Webmentions on
5153
posts or pages, but it is very simple to add support for other types like homepages or archive pages.

‎readme.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pfefferle, dshanske
33
Donate link: http://14101978.de
44
Tags: webmention, pingback, trackback, linkback, indieweb
55
Requires at least: 4.7
6-
Tested up to: 4.7
6+
Tested up to: 4.7.1
77
Stable tag: 3.0.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -17,7 +17,7 @@ Webmention for WordPress!
1717
[vimeo https://vimeo.com/85217592]
1818
-- Video by [Andy Sylvester](http://andysylvester.com/2014/01/27/working-with-webmention-video/)
1919

20-
From the [spec](http://www.w3.org/TR/webmention/):
20+
From the [W3C Recommendation specification](http://www.w3.org/TR/webmention/):
2121

2222
> Webmention is a simple way to automatically notify any URL when you link to it on your site.
2323
> From the receivers perpective, it's a way to request notification when other sites link to it.
@@ -34,16 +34,18 @@ It’s a modern alternative to Pingback and other forms of Linkback.
3434
= That Sounds Like a Pingback or a Trackback =
3535

3636
Webmention is an update/replacement for Pingback or Trackback. Unlike the older protocols, the
37-
specification has a working draft with the W3C as well as an active community of individuals using
37+
specification is recommended by the W3C as well as an active community of individuals using
3838
it on their sites.
3939

40-
= How can I send Webmentions =
40+
= How can I send and receive Webmentions? =
4141

42-
Activate sending Webmentions by checking the "Attempt to notify any blogs linked to from the article" option on the Settings --> Discussion page in WordPress.
42+
On the Settings --> Discussion Page in WordPress:
43+
* Activate sending Webmentions by checking the "Attempt to notify any blogs linked to from the article" option
44+
* Activate receiving Webmentions by checking the "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles" option.
4345

4446
You can use the `send_webmention($source, $target)` function and pass a source and a target or you can fire an action like `do_action('send_webmention', $source, $target)`.
4547

46-
= How can I handle Homepage-Webmentions =
48+
= How can I handle Webmentions to my Homepage or Archive Pages? =
4749

4850
Webmentions should be allowed on all URLs of a blog. The plugin currently supports only Webmentions on
4951
posts or pages, but it is very simple to add support for other types like homepages or archive pages.

0 commit comments

Comments
 (0)
Please sign in to comment.