Skip to content

nzws/easy-share.now.sh

Repository files navigation

GitHub Workflow Status GitHub code style: Prettier dependabot enabled

Generate super easily and various share link

How to use

URL

GET https://easy-share.now.sh/?t=<text>&link=<link>
  • The text and link must be URI encoded.

Embed (sample)

<a id="easy-share-now-sh" target="_blank">Share my website</a>
<script>
  document.getElementById('easy-share-now-sh').href =
    'https://easy-share.now.sh/?t=' +
    encodeURIComponent(document.title) +
    '&link=' +
    encodeURIComponent(location.href);
</script>

Contributing

PRs Welcome PRs Welcome PRs Welcome

✨Welcome✨

  • Add sharing service (components/share/items.js)
    • It can be a local service in the country. (e.g. hatena bookmark is used in Japan.)
  • Add / update translate (locales/*.json)
  • Add new features, fix bugs, etc...

License

About

Generate super easily and various share link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published