change http to https (#605) for Reddit + Tumblr

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-06-09 21:47:22 +07:00 committed by Thomas Zarebczan
parent 20587d5a2c
commit 17f6e588c0

View file

@ -8,10 +8,10 @@
target="_blank" title="Tweet"> target="_blank" title="Tweet">
<span class="icon-fw icon-twitter"></span> <span class="icon-fw icon-twitter"></span>
</a> </a>
<a href="http://www.reddit.com/submit?url=<?php echo $url ?>&title=<?php echo $title ?>" target="_blank" title="Post to Reddit"> <a href="https://www.reddit.com/submit?url=<?php echo $url ?>&title=<?php echo $title ?>" target="_blank" title="Post to Reddit">
<span class="icon-fw icon-reddit"></span> <span class="icon-fw icon-reddit"></span>
</a> </a>
<a href="http://www.tumblr.com/share?v=3&u=<?php echo $url ?>&t=<?php echo $title ?>&s=" target="_blank" title="Post to Tumblr"> <a href="https://www.tumblr.com/share?v=3&u=<?php echo $url ?>&t=<?php echo $title ?>&s=" target="_blank" title="Post to Tumblr">
<span class="icon-fw icon-tumblr"></span> <span class="icon-fw icon-tumblr"></span>
</a> </a>
<a href="mailto:?subject=<?php echo urlencode('LBRY: ') . $title ?>&body=<?php echo $url . urlencode("\n\n" . $post->getContentText(50, true)) ?>" <a href="mailto:?subject=<?php echo urlencode('LBRY: ') . $title ?>&body=<?php echo $url . urlencode("\n\n" . $post->getContentText(50, true)) ?>"