Skip to content

Instantly share code, notes, and snippets.

@git-willie
Created November 29, 2016 19:44
Show Gist options
  • Select an option

  • Save git-willie/d70b0b8ac8cc9e1456daf838a87042d8 to your computer and use it in GitHub Desktop.

Select an option

Save git-willie/d70b0b8ac8cc9e1456daf838a87042d8 to your computer and use it in GitHub Desktop.
<div class="social-share-btns">
<span style="display: inline-block">Share</span>
<a href="https://www.facebook.com/sharer/sharer.php?u={{product.url}}&title={{product.title}}" onclick="window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"><i class="fa fa-facebook-square"></i></a>
<a href="http://twitter.com/home?status={{ product.title }}+{{shop.url}}{{product.url}}" onclick="window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"><i class="fa fa-twitter"></i></a>
<a href="http://pinterest.com/pin/create/bookmarklet/?media=https:{{ product.featured_image | product_img_url: 'grande' }}&url={{shop.url}}{{product.url}}&is_video=false&description={{ product.title }}" onclick="window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"><i class="fa fa-pinterest"></i></a>
<a href="https://plus.google.com/share?url={{shop.url}}{{product.url}}" onclick="window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"><i class="fa fa-google-plus-square"></i></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment