Skip to content

Instantly share code, notes, and snippets.

@PlugFox
Created October 15, 2022 12:23
Show Gist options
  • Save PlugFox/be6476abfe70e88f92927d68b96af78a to your computer and use it in GitHub Desktop.
Save PlugFox/be6476abfe70e88f92927d68b96af78a to your computer and use it in GitHub Desktop.
Share buttons
<ul class="share-buttons">
<li><a class="share-item"
href="https://twitter.com/intent/tweet?source=YOUR_URL&url=YOUR_URL&text=YOUR_TITLE"
target="popup" title="Tweet" rel="noopener noreferrer"><img alt="Tweet"
src="/assets/icons/social/svg/twitter.svg" /></a></li>
<li><a class="share-item" href="https://t.me/share/url?url=YOUR_URL&text=YOUR_TITLE" target="popup"
title="Send to Telegram" rel="noopener noreferrer"><img alt="Send to Telegram"
src="/assets/icons/social/svg/telegram.svg" /></a></li>
<li><a class="share-item" href="https://www.linkedin.com/sharing/share-offsite/?url=YOUR_URL" target="popup"
title="Share on LinkedIn" rel="noopener noreferrer"><img alt="Share on LinkedIn"
src="/assets/icons/social/svg/linkedin.svg" /></a></li>
<li><a class="share-item" href="https://www.facebook.com/sharer.php?u=YOUR_URL" title="Share on Facebook"
target="popup" rel="noopener noreferrer"><img alt="Share on Facebook"
src="/assets/icons/social/svg/facebook.svg" /></a></li>
<li><a class="share-item" href="http://www.tumblr.com/share?v=3&u=YOUR_URL&quote=YOUR_URL" target="popup"
title="Post to Tumblr" rel="noopener noreferrer"><img alt="Post to Tumblr"
src="/assets/icons/social/svg/tumblr.svg" /></a></li>
<li><a class="share-item" href="http://pinterest.com/pin/create/button/?url=YOUR_URL&description=YOUR_TITLE"
target="popup" title="Pin it" rel="noopener noreferrer"><img alt="Pin it"
src="/assets/icons/social/svg/pinterest.svg" /></a>
</li>
<li><a class="share-item" href="https://getpocket.com/save?url=YOUR_URL&title=YOUR_TITLE" target="popup"
title="Add to Pocket" rel="noopener noreferrer"><img alt="Add to Pocket"
src="/assets/icons/social/svg/pocket.svg" /></a></li>
<li><a class="share-item" href="https://pinboard.in/popup_login/?url=YOUR_URL&title=YOUR_URL" target="popup"
title="Save to Pinboard" rel="noopener noreferrer"><img alt="Save to Pinboard"
src="/assets/icons/social/svg/pinboard.svg" /></a></li>
<li><a class="share-item" href="http://www.reddit.com/submit?url=YOUR_URL&title=YOUR_TITLE" target="popup"
title="Submit to Reddit" rel="noopener noreferrer"><img alt="Submit to Reddit"
src="/assets/icons/social/svg/reddit.svg" /></a></li>
<li><a class="share-item" href="http://wordpress.com/press-this.php?u=YOUR_URL&quote=YOUR_URL" target="popup"
title="Publish on WordPress" rel="noopener noreferrer"><img alt="Publish on WordPress"
src="/assets/icons/social/svg/wordpress.svg" /></a></li>
<li><a class="share-item" href="mailto:?subject=YOUR_TITLE&body=YOUR_URL" target="popup" title="Send email"
rel="noopener noreferrer"><img alt="Send email" src="/assets/icons/social/svg/gmail.svg" /></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment