Skip to content

Instantly share code, notes, and snippets.

@HoldOffHunger
Last active April 18, 2024 13:41
Show Gist options
  • Save HoldOffHunger/1998b92acb80bc83547baeaff68aaaf4 to your computer and use it in GitHub Desktop.
Save HoldOffHunger/1998b92acb80bc83547baeaff68aaaf4 to your computer and use it in GitHub Desktop.
Social Share URL's (Summary)
https://www.facebook.com/sharer.php?u={url}
https://www.facebook.com/dialog/share?app_id={app_id}&display={page_type}&href={url}&redirect_uri={redirect_url}
https://reddit.com/submit?url={url}&title={title}
https://twitter.com/intent/tweet?url={url}&text={title}&via={user_id}&hashtags={hash_tags}
https://www.linkedin.com/sharing/share-offsite/?url={url}
https://api.whatsapp.com/send?phone={phone_number}&text={title}%20{url}
https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}&caption={text}&tags={hash_tags}
http://pinterest.com/pin/create/button/?url={url}
https://www.blogger.com/blog-this.g?u={url}&n={title}&t={text}
https://www.evernote.com/clip.action?url={url}&title={title}
http://www.livejournal.com/update.bml?subject={title}&event={url}
https://getpocket.com/edit?url={url}
https://news.ycombinator.com/submitlink?u={url}&t={title}
https://share.flipboard.com/bookmarklet/popout?v=2&title={title}&url={url}
https://www.google.com/bookmarks/mark?op=edit&bkmk={url}&title={title}&annotation={text}&labels={hash_tags}
http://www.instapaper.com/edit?url={url}&title={title}&description={text}
https://share.diasporafoundation.org/?title={title}&url={url}
http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url={url}&title={title}&summary={text}
http://vk.com/share.php?url={url}&title={title}&comment={text}
https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&st.shareUrl={url}
http://service.weibo.com/share/share.php?url={url}&appkey=&title={title}&pic=&ralateUid=
http://www.douban.com/recommend/?name={title}&text={text}&comment={url}&href={url}
http://widget.renren.com/dialog/share?resourceUrl={url}&srcUrl={url}&title={title}&description={text}
https://www.xing.com/spi/shares/new?url={url}
threema://compose?text={url}&id={user_id}
sms:{phone_number}?body={url}{text}
https://web.skype.com/share?url={url}&text={text}
https://lineit.line.me/share/ui?url={url}&text={text}
https://t.me/share/url?url={url}&text={text}
mailto:{email_address}?subject={title}&body={url} {text}
https://mail.google.com/mail/?view=cm&to={email_address}&su={title}&body={url}&bcc={email_address}&cc={email_address}
http://compose.mail.yahoo.com/?to={email_address}&subject={title}&body={url}
@HoldOffHunger
Copy link
Author

Hi, I propose to create a template for MASTODON. Thank you Ray

Mastodon is not a social network, it's an open-source social networking application. Anyone can download it and create a social network, which can be configured with different links, but, there is no "one website" for Mastodon, it doesn't exist on any specific domain.

We have a share link for blogger, because, blogger.com is a social network. Where is Mastodon's domain? pettingzoo.co, or hijackbigplanes.com, or mysocialnetworkateyoursocialnetwork.abc , or whatever you choose. So there's no URL we can put up above that works for all Mastodon instances.

@DetroitLibertyPenguin
Copy link

@rgla @HoldOffHunger

For Mastodon:

https://instance-URL/share?text={title}%20{url}

Replace instance-URL with your Mastodon server’s hostname, like mastodon.social.

For Mastodon.social server:

https://mastodon.social/share?text={title}%20{url}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment