You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Video by [Andy Sylvester](http://andysylvester.com/2014/01/27/working-with-webmention-video/)
21
21
22
-
From the [spec](http://www.w3.org/TR/webmention/):
22
+
From the [W3C Recommendation specification](http://www.w3.org/TR/webmention/):
23
23
24
24
> Webmention is a simple way to automatically notify any URL when you link to it on your site.
25
25
> 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.
36
36
### That Sounds Like a Pingback or a Trackback ###
37
37
38
38
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
40
40
it on their sites.
41
41
42
-
### How can I send Webmentions ###
42
+
### How can I send and receive Webmentions? ###
43
43
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.
45
47
46
48
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)`.
47
49
48
-
### How can I handle Homepage-Webmentions ###
50
+
### How can I handle Webmentions to my Homepage or Archive Pages? ###
49
51
50
52
Webmentions should be allowed on all URLs of a blog. The plugin currently supports only Webmentions on
51
53
posts or pages, but it is very simple to add support for other types like homepages or archive pages.
-- Video by [Andy Sylvester](http://andysylvester.com/2014/01/27/working-with-webmention-video/)
19
19
20
-
From the [spec](http://www.w3.org/TR/webmention/):
20
+
From the [W3C Recommendation specification](http://www.w3.org/TR/webmention/):
21
21
22
22
> Webmention is a simple way to automatically notify any URL when you link to it on your site.
23
23
> 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.
34
34
= That Sounds Like a Pingback or a Trackback =
35
35
36
36
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
38
38
it on their sites.
39
39
40
-
= How can I send Webmentions =
40
+
= How can I send and receive Webmentions? =
41
41
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.
43
45
44
46
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)`.
45
47
46
-
= How can I handle Homepage-Webmentions =
48
+
= How can I handle Webmentions to my Homepage or Archive Pages? =
47
49
48
50
Webmentions should be allowed on all URLs of a blog. The plugin currently supports only Webmentions on
49
51
posts or pages, but it is very simple to add support for other types like homepages or archive pages.
0 commit comments