https://github.com/jsit/wp-author-rel-me-link
Adds a rel-me <link> to the <head> of WordPress author pages
https://github.com/jsit/wp-author-rel-me-link
Last synced: about 1 month ago
JSON representation
Adds a rel-me <link> to the <head> of WordPress author pages
- Host: GitHub
- URL: https://github.com/jsit/wp-author-rel-me-link
- Owner: jsit
- Created: 2022-11-23T19:37:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T16:29:58.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:23:42.493Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Author rel-me Link
This plugin, when activated, will add a `` to the `` of an Author
page with `rel="me"`, if that author has set a "Website" in their profile.
This can be useful for things like Mastodon URL verification.
## Example
If an author has set their website to `https://www.example.com`, this plugin
will add the following HTML to the `` on their author page:
```
```
To verify with Mastodon etc., the author would need to use the URL to their
Author archive page, typically something like
`https://www.your-site.example/author/evelyn`.