사용자 정의 위 챗 공유 내용

<script type="text/javascript">
var tit = "         "; //  
var img = "http://www.etsk.cn/images/fxtp.png"; //  
var con = "            、        ,                    。"; //  
var link = window.location.href; //  
document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
//      
WeixinJSBridge.on('menu:share:appmessage', function (argv) {
WeixinJSBridge.invoke('sendAppMessage', {
"appid": "",
"img_url": img,
"img_width": "160",
"img_height": "160",
"link": link,
"desc": con,
"title": tit
}, function (res) {
_report('send_msg', res.err_msg);
})
});

//       
WeixinJSBridge.on('menu:share:timeline', function (argv) {
WeixinJSBridge.invoke('shareTimeline', {
"img_url": img,
"img_width": "160",
"img_height": "160",
"link": link,
"desc": con,
"title": tit
}, function (res) {
_report('timeline', res.err_msg);
});
});
}, false)
</script>

좋은 웹페이지 즐겨찾기