10+
December 2, 2025
May 10, 2024
You know all those “share to Facebook” / “share to Twitter” links you see all over peoples’ websites? They’re all out of date.
Social media has evolved over the last year, yet nobody has “share to” links for Mastodon, Bluesky, Threads, etc. There have been a few attempts to create “share to Mastodon” buttons, but they haven’t taken the larger breadth of the new social media landscape into account.
This is where ShareOpenly comes in.
Activate this plugin and, at the bottom of every post and/or page on your site, you’ll see a “share to social media” button. If you click it, you’ll be taken to a page that shows a number of modern, social media sites (see the first screenshot). You can select one of the pre-set sites in the list, and you’ll be taken to share a post there. But if you, for example, have a Mastodon instance, or a Known site, or an IndieWeb site at a different domain, you can enter that domain in the box, and ShareOpenly will try and find a way to let you share the page with that site.
If you would like to contribute to the code, report issues, request features or help with translation, then please use one of the following methods to do so…
If you wish to disclose a security issue then I would ask that you do so responsibly. For example, you could submit it via Wordfence, which this plugin is registered with.
This plugin does not store personal data. Clicking a share link navigates the user to a third-party (or user-specified) site to complete the share.
Since v1.2, the share icon is loaded locally; no external assets or scripts are loaded by the plugin.
By default, nothing needs to be done for the new sharing options to appear. However, a number of settings are available, allowing for you to modify the results.
In Settings -> Discussion -> ShareOpenly, you can configure:
1. Location – where sharing links appear (Posts, Pages, or both)
2. Share text – the text shown next to the icon
3. Priority – the filter priority used for output ordering (default: 10)
After changing any of the settings, make sure to press the “Save Changes” button at the bottom of the screen.
This plugin can be found and installed via the Plugin menu within WP Admin (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually…
wp-content/plugins/ directory, either from WP Admin (Plugins -> Add New), your favorite FTP client or any other file managerShareOpenly will do a few things first:
<link rel="share-url"> header tag on the page. The href attribute should be set to the share URL for the site, with template variables {text} and (optionally) {url} present where the share text and URL should go. (If {url} is not present, the URL to share will be appended at the end of the text.) If it’s there — yay! — we forward there, replacing {text} and {url} as appropriate.Once you’ve shared to a site, the next time you visit ShareOpenly, it will be in the quick links.
ShareOpenly knows about most major social networks, as well as decentralized platforms like Mastodon, Bluesky, and Known. However, if ShareOpenly is having trouble sharing to your platform, and if your platform supports a share intent, you can add the following meta tag to your page headers:
<link rel="share-url" href="https://your-site/share/intent?text={text}">
Where https://your-site/share/intent?text= is the URL of your share intent.
The special keyword {text} will be replaced with the URL and share text.
No. It was developed for WordPress and so forks remain unsupported. I have no intention of developing and testing this on any other version.
When you uninstall the plugin via the Plugins menu in WP Admin, all saved settings will be deleted along with the plugin files, leaving no residual data behind.
By default, the link that is displayed has an accessible name (although this can be changed by the user), the icon is decorative and focus is visible. I would love to hear from you if you experience any problems, however (please see the previous section on how to contribute).
I use semantic versioning, with the first release being 1.0