这篇文章主要介绍PHP如何实现qq分享,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!php实现qq分享的方法:首先创建一个PHP示例文件;然后接入QQ互联平台;最后通过“$("#zone").cl
这篇文章主要介绍PHP如何实现qq分享,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
php实现qq分享的方法:首先创建一个PHP示例文件;然后接入QQ互联平台;最后通过“$("#zone").click(function(){...}”实现qq分享即可。
php 实现分享到QQ空间 新浪微博
分享到新浪微博
//分享到新浪微博 $('#blog').click(function(){ window.sharetitle = '<%$info.title%>';//标题 window.shareUrl = '__IMG__<%$info.img.0.url%>';//缩略图 share(); }); function share(){ //d指的是window (function(s,d,e){try{}catch(e){}var f='Http://v.t.sina.com.cn/share/share.php?',u=d.location.href,p=['url=',e(u),'&title=',e(window.sharetitle),'&appkey=2924220432','&pic=',e(window.shareUrl)].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent); }
分享到QQ空间
//分享到QQ空间 $("#zone").click(function(){ var p = { url:location.href, showcount:'1', desc:'', summary:'我在【空间家】上找到一个好位置,地段好又划算,快来看看吧!', title:'<%$info.title%>', site:'空间家', pics:'__IMG__<%$info.img.0.url%>', style:'203', width:98, height:22 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?"+s.join('&')); });
以上是“php如何实现qq分享”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注编程网PHP编程频道!
--结束END--
本文标题: php如何实现qq分享
本文链接: https://lsjlt.com/news/269819.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0