Changeset 3037528
- Timestamp:
- 02/18/2024 04:55:34 PM (2 years ago)
- Location:
- author-rel-me-link/trunk
- Files:
-
- 2 edited
-
author-rel-me-link.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-rel-me-link/trunk/author-rel-me-link.php
r3037523 r3037528 7 7 * Description: Adds a rel-me <link> to the <head> of author pages if they have 8 8 * a Website set in their Profile 9 * Version: 0.1 9 * Version: 0.1.1 10 10 * Author: topdownjimmy 11 11 * Author URI: https://www.jaysitter.com -
author-rel-me-link/trunk/readme.txt
r3037523 r3037528 4 4 Requires at least: 2.8 5 5 Tested up to: 6.4.3 6 Stable tag: 0.1 6 Stable tag: 0.1.1 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 will add the following HTML to the `<head>` on their author page: 20 20 21 ``` 22 <link rel="me" href="https://social.example/@evelyn" /> 23 ``` 21 <link rel="me" href="https://social.example/@evelyn" /> 24 22 25 23 To verify with Mastodon etc., the author would need to use the URL to their
Note: See TracChangeset
for help on using the changeset viewer.