Skip to content

bbzz7/WXeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

WXeasy

无需js-sdk支持的微信分享库

###useage:

//设置微信分享

var config={
	img:'http://www.hylinkcs.com/project/lygq20150126/images/logo.png',
	title:'WXeasy,无需js-sdk支持的微信分享库',
	link:'http://www.qq.com'
};
WXeasy.set(config);

//传递参数

var openid=window.location.href.split('?')[1].split('&')[0];
var config={
	img:'http://www.hylinkcs.com/project/lygq20150126/images/logo.png',
	title:'WXeasy,无需js-sdk支持的微信分享库',
};
WXeasy.hashTable(openid,'addCount.html?'+openid);
WXeasy.set(config);

###tips:

注意,分享缩略图须大于或等于300*300~

About

无需js-sdk支持的微信分享插件for jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published