-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4c0f0aa
Upgrade jiathis share thirdpard plugin code template.
56a8d62
Upgrade the analytics script code position
elkan1788 def0882
add some comment about the jiathis plugin.
elkan1788 ab2d024
fix GA analytics problem refrence pull#1705 and new type about analyt…
elkan1788 af1f704
Upload the new file about analytics widget
elkan1788 6defa2a
trim the analytics script and fix some bugs.
elkan1788 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
<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 --> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can u translate this all labels in language dir?