Generate super easily and various share link
GET https://easy-share.now.sh/?t=<text>&link=<link>
- The text and link must be URI encoded.
<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>
✨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...
- code: MIT
- GitHub icon of the cover image: feather icons