Skip to content

Commit

Permalink
[ADD] Pinterest button
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhdz committed May 1, 2023
1 parent 36352c4 commit 3dd8242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h6>Share this post</h6>
</li>

<li>
<a href="http://pinterest.com/pin/create/button/?url={{ site.url }}{{ page.url }}&media={{page.image.feature}}&description={{ page.title }}" data-pin-do="buttonBookmark" data-pin-description="{{ page.title }}" onclick=" window.open(this.href, 'printerest-share' , 'width=490,height=530' );return false;" data-toggle="tooltip" title="Save on Pinterest" itemprop="Pinterest">
<a href="http://pinterest.com/pin/create/button/?url={{ site.url }}{{ page.url }}&media={{page.image.feature}}&description=&quot;{{ page.title }}&quot;" data-pin-do="buttonBookmark" data-pin-description="{{ page.title }}" target="_blank" data-toggle="tooltip" title="Save on Pinterest" itemprop="Pinterest">
<span class="fa-stack fa-lg" style="
color: #223333;font-size:1em;">
<i class="fa fa-circle fa-stack-2x"></i>
Expand Down

0 comments on commit 3dd8242

Please sign in to comment.