Skip to content

Instantly share code, notes, and snippets.

@mondalaci
Created January 1, 2016 18:00
Show Gist options
  • Save mondalaci/644e639ef3bcc767cf3f to your computer and use it in GitHub Desktop.
Save mondalaci/644e639ef3bcc767cf3f to your computer and use it in GitHub Desktop.
Bootstrap share buttons
<button type="button" class="btn" style="background-color:#234999" onclick="location.href='https://www.facebook.com/sharer/sharer.php?u='+encodeURI(window.location.href)">Share</button> <button type="button" class="btn" style="background-color:#6CDFEA" onclick="location.href='https://twitter.com/home?status=The+UHK+got+funded,+goes+open+source!+@UltHackKeyboard '+encodeURI(window.location.href)">Tweet</button> <button type="button" class="btn" style="background-color:#E34429" onclick="location.href='https://plus.google.com/share?url='+encodeURI(window.location.href)">+1</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment