新浪微博分享代碼樣例
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/ -> <script>document.write(encodeURIComponent("你好 http://t.sina.com.cn/"));</script>