mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-07-05 01:11:23 +02:00
82e70b1155
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@24788 68402e56-0260-453c-a942-63ccdbb3a9ee
14 lines
841 B
Smarty
14 lines
841 B
Smarty
{strip}
|
|
{if not $SOCIALBUTT.light && $SOCIALBUTT.REDDIT.type == 'interactive'}
|
|
<script type="text/javascript">
|
|
reddit_url = "{$SOCIALBUTT.share_url|escape:javascript}";
|
|
reddit_title = "{$PAGE_TITLE|cat:' | '|cat:$GALLERY_TITLE|escape:javascript}";
|
|
reddit_target = "{$SOCIALBUTT.REDDIT.community|escape:javascript}";
|
|
reddit_newwindow = 1;
|
|
</script>
|
|
<script type="text/javascript" src="http://{$SOCIALBUTT.REDDIT.lang}.reddit.com/static/button/button1.js"></script>
|
|
{else}
|
|
<a href="http://{$SOCIALBUTT.REDDIT.lang}.reddit.com/submit?url={$SOCIALBUTT.share_url|urlencode}&title={$PAGE_TITLE|cat:' | '|cat:$GALLERY_TITLE|urlencode}&target={$SOCIALBUTT.REDDIT.community|urlencode}" rel="nofollow" target="_blank">
|
|
<img src="http://www.reddit.com/static/{$SOCIALBUTT.REDDIT.type}.gif" alt="Submit to reddit"></a>
|
|
{/if}
|
|
{/strip} |