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

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

simplyfy code, add noscript fallback for twitter

File size: 475 bytes
Line 
1{strip}
2{combine_script id='pinterest_pinit' path='http://assets.pinterest.com/js/pinit.js'}
3
4<a href="http://pinterest.com/pin/create/button/?url={$SOCIALBUTT.share_url|urlencode}&media={$SOCIALBUTT.PINTEREST.source|urlencode}&description={$SOCIALBUTT.PINTEREST.title|cat:$SOCIALBUTT.copyright|urlencode}"
5  class="pin-it-button" count-layout="{$SOCIALBUTT.PINTEREST.layout}"><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It"/></a>
6{/strip}
Note: See TracBrowser for help on using the repository browser.