hexo的那些坑儿

使用NeedMoreShare2分享插件无法生成二维码

1
2
3
// 修改themes\next\source\lib\needsharebutton\needsharebutton.js
// var imgSrc = "https://api.qinco.me/api/qr?size=400&content=" + encodeURIComponent(myoptions.url);
var imgSrc = "http://api.qrserver.com/v1/create-qr-code/?size=150x150&data=" + encodeURIComponent(myoptions.url);