This commit is contained in:
Van 2014-12-18 16:47:01 +08:00
commit ffa61c83b2
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ var menu = {
urls.email = "mailto:?subject=" + $('title').text()
+ "&body=" + $('meta[name=description]').attr('content') + ' ' + url;
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.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=" +
title + "&url=" + url + "&pic=" + pic;
urls.tencent = "http://share.v.t.qq.com/index.php?c=share&a=index&title=" + title +