social-share-urls: Easy Generation of SNS Share URLs

Tadashi Shigeoka ·  Thu, April 2, 2015

I found social-share-urls, which makes it easy to generate SNS share URLs, quite convenient, so I’d like to introduce it.

There isn’t a web site that generates share URLs; instead, you clone the repository published on GitHub and use it.

$ git clone [email protected]:bradvin/social-share-urls.git
Cloning into 'social-share-urls'...
remote: Counting objects: 59, done.
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59
Receiving objects: 100% (59/59), 19.70 KiB | 0 bytes/s, done.
Resolving deltas: 100% (23/23), done.
Checking connectivity... done

$ open social-share-urls/generator.htm

Opening generator.htm in the project root displays a screen like the one below.

Fill in the necessary information and click the generate button to create share URLs for each SNS.

Social-Link-Generator

Since this isn’t official information from each service, it might stop working, but the batch generation feature is convenient, so I’d like to keep using it.

That’s all from the Gemba.