12 lines
1.1 KiB
Plaintext
12 lines
1.1 KiB
Plaintext
<% if (theme.share) { %>
|
|
<div class="article-share clearfix text-center">
|
|
<div class="share-area">
|
|
<span class="share-txt">分享到:</span>
|
|
<a href="javascript: window.open('http://service.weibo.com/share/share.php?url=' + encodeURIComponent(location.href) + '&title=' + document.title + '&language=zh_cn');" class="share-icon weibo"></a>
|
|
<a href="javascript: alert('请复制链接到微信并发送');" class="share-icon wechat"></a>
|
|
<a href="javascript: window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=' + encodeURIComponent(location.href) + '&title=' + document.title);" class="share-icon qqzone"></a>
|
|
<a href="javascript: window.open('http://connect.qq.com/widget/shareqq/index.html?url=' + encodeURIComponent(location.href) + '&desc=Jelon个人博客&title=' + document.title + '&callback=' + encodeURIComponent(location.href));" class="share-icon qq"></a>
|
|
<a href="javascript: window.open('http://shuo.douban.com/!service/share?href=' + encodeURIComponent(location.href) + '&name=' + document.title + '&text=' + document.title);" class="share-icon douban"></a>
|
|
</div>
|
|
</div>
|
|
<% } %> |