Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
ffa61c83b2
|
@ -43,9 +43,9 @@ var menu = {
|
||||||
urls.email = "mailto:?subject=" + $('title').text()
|
urls.email = "mailto:?subject=" + $('title').text()
|
||||||
+ "&body=" + $('meta[name=description]').attr('content') + ' ' + url;
|
+ "&body=" + $('meta[name=description]').attr('content') + ' ' + url;
|
||||||
urls.twitter = "https://twitter.com/intent/tweet?status="
|
urls.twitter = "https://twitter.com/intent/tweet?status="
|
||||||
+ $('meta[name=description]').attr('content') + " " + url;
|
+ $('meta[name=description]').attr('content') + " " + url + " #golang";
|
||||||
urls.facebook = "https://www.facebook.com/sharer/sharer.php?u=" + url;
|
urls.facebook = "https://www.facebook.com/sharer/sharer.php?u=" + url;
|
||||||
urls.googleplus = "https://plus.google.com/share?url=" + url;
|
urls.googleplus = "https://plus.google.com/share?url=" + url + " +golang";
|
||||||
urls.weibo = "http://v.t.sina.com.cn/share/share.php?title=" +
|
urls.weibo = "http://v.t.sina.com.cn/share/share.php?title=" +
|
||||||
title + "&url=" + url + "&pic=" + pic;
|
title + "&url=" + url + "&pic=" + pic;
|
||||||
urls.tencent = "http://share.v.t.qq.com/index.php?c=share&a=index&title=" + title +
|
urls.tencent = "http://share.v.t.qq.com/index.php?c=share&a=index&title=" + title +
|
||||||
|
|
Loading…
Reference in New Issue