source: extensions/SocialButtons/template/pinterest.tpl @ 24788

Last change on this file since 24788 was 24788, checked in by mistic100, 11 years ago

improve facebook light link and clean code & conf

File size: 679 bytes
Line 
1{strip}
2<a href="http://pinterest.com/pin/create/button/?url={$SOCIALBUTT.share_url|urlencode}&media={$SOCIALBUTT.source|urlencode}&description={$PAGE_TITLE|cat:' '|cat:$SOCIALBUTT.copyright|urlencode}" rel="nofollow"
3{if $SOCIALBUTT.light}
4  onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=470,width=600');return false;" target="_blank"
5{else}
6  class="pin-it-button" count-layout="{$SOCIALBUTT.PINTEREST.layout}"
7  {combine_script id='pinterest_pinit' load='footer' path='https://assets.pinterest.com/js/pinit.js'}
8{/if}
9><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It"/></a>
10{/strip}
Note: See TracBrowser for help on using the repository browser.