WP Manifestindependent plugin directory
manifest / social / wordpress-ownyourlinks

#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.

by Matthias Pfefferle · github.com/pfefferle/wordpress-ownyourlinks · website

2stars
8composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pfefferle/wordpress-ownyourlinks/archive/refs/heads/main.zip

Also on Packagist as pfefferle/wordpress-ownyourlinks:

composer require pfefferle/wordpress-ownyourlinks

Declares an update source (https://github.com/pfefferle/wordpress-ownyourlinks/), so updates arrive through the plugin's own updater.

From the 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/ownyourlinks 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 more to come. Usage After you configured the constants correctly... here is my example: ...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

Read the full README on GitHub →