微博分享
<!doctype html> <html> <head> <meta charset="UTF-8"> <script> function shareWB(){ var url = encodeURIComponent('http://www.baidu.com'); window.location.href = "http://v.t.sina.com.cn/share/share.php?title=分享快乐&url="+url; } </script> <title>社交软件分享</title> <style> </style> </head> <body> <a href="#" onclick="shareWB();">分享到新浪微博</a> </body> </html>