Integrate your platform with ShareOpenly
ShareOpenly is a universal sharing gateway. It already supports many platforms out of the box — check if yours is covered before adding anything.
Add Your Platform
If your platform isn't listed above, you can tell ShareOpenly how to share to it by adding a metatag to your page headers:
"share-url" href="https://your-site/share?text={text}">
Two placeholders are available in the share URL:
| Placeholder | Description |
|---|---|
{text} |
Replaced with the share text. If your template doesn't include {url},
the URL being shared will be appended to the text automatically. |
{url} |
Replaced with the URL being shared. Use this if your platform handles URLs separately from text. |
Examples
Text only — the URL is appended to the text automatically:
"share-url" href="https://example.social/share?text={text}">
URL and text separately — for platforms that handle them as distinct fields:
"share-url" href="https://example.com/share?url={url}&text={text}">
URL only — for platforms that don't accept share text:
"share-url" href="https://example.com/submit?url={url}">
Test Your Integration
Enter your domain to check if ShareOpenly can discover your share endpoint: