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

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

add linkedin

File size: 721 bytes
Line 
1{strip}
2<a title="Share on Pinterest" href="http://pinterest.com/pin/create/button/?url={$SOCIALBUTT.share_url|urlencode}&media={$SOCIALBUTT.source|urlencode}&description={$PAGE_TITLE|cat:' '|cat:$SOCIALBUTT.copyright|urlencode}"
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" rel="nofollow"
5{else}
6  class="pin-it-button" count-layout="{$SOCIALBUTT.PINTEREST.layout}" rel="nofollow"
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.