Skip to content

Commit a704dff

Browse files
committed
Added: Pocket social button
1 parent 4c00312 commit a704dff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_layouts/product.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,13 @@ <h2 class="title">{{ page.subtitle }} </h2>
7979
<div class="facebook">
8080
<iframe src="http://www.facebook.com/plugins/like.php?href={{ page.canonical_url | cgi_escape }}&amp;layout=button_count&amp;show_faces=false&amp;width=110&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:21px;" allowTransparency="true"></iframe>
8181
</div>
82-
<div class="googleplus">
82+
<div class="googleplus" style="width: 68px">
8383
<g:plusone size="medium"></g:plusone>
8484
</div>
85+
<div class="pocket">
86+
<a data-pocket-label="pocket" data-pocket-count="horizontal" class="pocket-btn" data-lang="en"></a>
87+
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script>
88+
</div>
8589
</div>
8690
</header>
8791

0 commit comments

Comments
 (0)