-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade jiathis share thirdpard plugin code template. #1796
Changes from 5 commits
4c0f0aa
56a8d62
def0882
ab2d024
af1f704
6defa2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
<!-- JiaThis Button BEGIN --> | ||
<div class="jiathis_style"> | ||
<a class="jiathis_button_tsina"></a> | ||
<a class="jiathis_button_tqq"></a> | ||
<a class="jiathis_button_weixin"></a> | ||
<a class="jiathis_button_cqq"></a> | ||
<a class="jiathis_button_douban"></a> | ||
<a class="jiathis_button_renren"></a> | ||
<a class="jiathis_button_qzone"></a> | ||
<a class="jiathis_button_kaixin001"></a> | ||
<a class="jiathis_button_copy"></a> | ||
<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank"></a> | ||
<a class="jiathis_counter_style"></a> | ||
<span class="jiathis_txt">分享到:</span> | ||
<a class="jiathis_button_fav">收藏夹</a> | ||
<a class="jiathis_button_copy">复制网址</a> | ||
<a class="jiathis_button_email">邮件</a> | ||
<a class="jiathis_button_weixin">微信</a> | ||
<a class="jiathis_button_qzone">QQ空间</a> | ||
<a class="jiathis_button_tqq">腾讯微薄</a> | ||
<a class="jiathis_button_douban">豆瓣</a> | ||
<a class="jiathis_button_share">一键分享</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can u translate this all labels in language dir? |
||
|
||
<a href="http://www.jiathis.com/share?uid=2140465" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank">更多</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And this too. |
||
<a class="jiathis_counter_style"></a> | ||
</div> | ||
<script type="text/javascript" > | ||
var jiathis_config={ | ||
hideMore:false | ||
} | ||
var jiathis_config={ | ||
data_track_clickback:true, | ||
summary:"", | ||
shortUrl:false, | ||
hideMore:false | ||
} | ||
</script> | ||
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script> | ||
<!-- JiaThis Button END --> | ||
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js?uid={{ theme.jiathis.uid }}" charset="utf-8"></script> | ||
<!-- JiaThis Button END --> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% include 'busuanzi-counter.swig' %} | ||
{% include 'busuanzi-counter.swig' %} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why repeat |
||
{% include 'tencent-mta.swig' %} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are u tested |
||
{% include 'cnzz-analytics.swig' %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{% include 'busuanzi-counter.swig' %} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, if u move |
||
{% include 'facebook-sdk.swig' %} | ||
{% include 'vkontakte-api.swig' %} | ||
{% include 'google-analytics.swig' %} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, if u move |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe simple
analytics-widget.swig
?