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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
75
75
The plugin attempts to store the URL to an actual profile image on the source site. The default avatar set by WordPress is only used if there is no such image found.
76
76
77
77
Even the WordPress default avatars are served by querying Gravatar.com which serves the file. Gravatar works by you providing an email address which it uses to match the image.
78
-
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
78
+
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
79
79
80
80
If there is no email address it will serve the local avatar. If there is an email, it will go out to gravatar.com and see if they
81
81
have a gravatar on file. If there is it will store the gravatar URL, otherwise it will store the URL for the local avatar if set.
@@ -87,6 +87,7 @@ The plugin uses a locally cached version of the mystery icon normally provided b
87
87
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
88
88
89
89
### 3.8.1 ###
90
+
90
91
* Add follow post as type
91
92
* Add warning to settings page if php-mbstring not installed
92
93
* Return false in Emoji function if php-mbstring not installed
Copy file name to clipboardExpand all lines: readme.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
75
75
The plugin attempts to store the URL to an actual profile image on the source site. The default avatar set by WordPress is only used if there is no such image found.
76
76
77
77
Even the WordPress default avatars are served by querying Gravatar.com which serves the file. Gravatar works by you providing an email address which it uses to match the image.
78
-
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
78
+
The majority of linkbacks enhanced by this plugin do not have email addresses therefore we know that gravatar will not have anything on file.
79
79
80
80
If there is no email address it will serve the local avatar. If there is an email, it will go out to gravatar.com and see if they
81
81
have a gravatar on file. If there is it will store the gravatar URL, otherwise it will store the URL for the local avatar if set.
@@ -87,6 +87,7 @@ The plugin uses a locally cached version of the mystery icon normally provided b
87
87
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
88
88
89
89
= 3.8.1 =
90
+
90
91
* Add follow post as type
91
92
* Add warning to settings page if php-mbstring not installed
92
93
* Return false in Emoji function if php-mbstring not installed
0 commit comments