pfefferle / wordpress-ownyourlinks
Extension for hum, the personal URL shortener for WordPress
Fund package maintenance!
notiz.blog/donate
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ^1.0 || ^2.0
This package is auto-updated.
Last update: 2024-11-02 22:31:38 UTC
README
Own your links is the concept of creating links on your own website that redirect to other properties you own, for instance social media accounts or content you have created on other websites.
-- https://indieweb.org/own_your_links
Dependencies
This plugin is based on the awesome Hum Plugin, THE personal URL shortener for WordPress: https://github.com/willnorris/wordpress-hum
Configuration
Define the Code Hosting (CVS) or Microblogging Service by defining the constants for example in your wp-config.php
define( 'OWNYOURLINKS_CODE_URL', 'https://example.com/username/' ); define( 'OWNYOURLINKS_MICROBLOGGING_URL', 'https://example.org/username/' );
more to come.
Usage
After you configured the constants correctly...
here is my example:
define( 'OWNYOURLINKS_CODE_URL', 'https://github.com/pfefferle/' ); define( 'OWNYOURLINKS_MICROBLOGGING_URL', 'https://twitter.com/pfefferle/' );
...you can use the following URLs:
- GitHub Repo: https://notiz.blog/c/wordpress-webmention
- GitHub Profile: https://notiz.blog/c/
- Tweet: https://notiz.blog/t/1530981048145813506
- Twitter Profile: https://notiz.blog/t/
- Local Microblogpost: https://notiz.blog/t/5FB