在 wecenter-master\static\js\aws.js 里查找:
shareURL = 'http://www.jiathis.com/send/?webid=' + options.webid + '&url=' + url + '&title=' + title + '';
if (options.content)
{
if ($(options.content).find('img').length)
{
shareURL = shareURL + '&pic=' + $(options.content).find('img').eq(0).attr('src');
}
}
在Title+后面的引号内填入微博开放平台的appkey,比如我的(加粗显示):
shareURL = 'http://www.jiathis.com/send/?webid=' + options.webid + '&url=' + url + '&title=' + title + '[b]&appkey=34672105349[/b]';
编辑的这么美观大方,这帖子有望加精,嘿嘿。。。大家捧个场,持续点赞,,搞起。。。
阅读全文
收起全文