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
RevLine 
[20374]1{strip}
[25178]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}"
[24757]3{if $SOCIALBUTT.light}
[25178]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"
[24757]5{else}
[25178]6  class="pin-it-button" count-layout="{$SOCIALBUTT.PINTEREST.layout}" rel="nofollow"
[24757]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>
[20374]10{/strip}
Note: See TracBrowser for help on using the repository browser.