开发者 |
dartiss
jeherve mediaformat |
---|---|
更新时间 | 2025年8月23日 15:59 |
捐献地址: | 去捐款 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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.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).