Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfefferle/wordpress-ownyourlinks
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://github.com/pfefferle/wordpress-ownyourlinks
hum indieweb ownyourlinks wordpress wordpress-plugin
Last synced: 18 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/pfefferle/wordpress-ownyourlinks
- Owner: pfefferle
- License: mit
- Created: 2022-05-25T12:44:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T21:53:08.000Z (4 months ago)
- Last Synced: 2024-10-20T02:47:44.641Z (26 days ago)
- Topics: hum, indieweb, ownyourlinks, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://indieweb.org/own_your_links
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# #OwnYourLinks
> 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`
```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:
```php
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