最简单的分享到微博代码

新浪微博分享代码样例
1, <a href="http://v.t.sina.com.cn/share/share.php?title=%E4%BD%A0%E5%A5%BD%20hello%20world" target="_blank">分享到微博</a>,简单分享(无需申请)
 
2, <a href="http://v.t.sina.com.cn/share/share.php?appkey=4120396272&title=%E4%BD%A0%E5%A5%BD%20hello%20world" target="_blank">分享到微博</a>,带有AppKey(Appkey需要前往 open.t.sina.com.cn 申请)
 
字段需要经过encodeURIComponent,例子:
你好 http://t.sina.com.cn/ -&gt <script>document.write(encodeURIComponent("你好 http://t.sina.com.cn/"));</script>
 
原文地址:https://www.cnblogs.com/zyy711865/p/3560944.html