开发者 |
dartiss
jeherve mediaformat |
---|---|
更新时间 | 2024年10月31日 02:39 |
捐献地址: | 去捐款 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.7 |
版权: | 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.