mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
change http to https (#605) for Reddit + Tumblr
This commit is contained in:
parent
20587d5a2c
commit
17f6e588c0
1 changed files with 2 additions and 2 deletions
|
@ -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)) ?>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue