1.新浪微博:
http://service.weibo.com/share/share.php?url=javascript
count=表示是否顯示當前頁面被分享數量(1顯示)(可選,容許爲空)
&url=將頁面地址轉成短域名,並顯示在內容文字後面。(可選,容許爲空)
&appkey=用於發佈微博的來源顯示,爲空則分享的內容來源會顯示來自互聯網。(可選,容許爲空)
&title=分享時所示的文字內容,爲空則自動抓取分享頁面的title值(可選,容許爲空)
&pic=自定義圖片地址,做爲微博配圖(可選,容許爲空)
&ralateUid=轉發時會@相關的微博帳號(可選,容許爲空)
&language=語言設置(zh_cn|zh_tw)(可選)php
2.騰訊微博:
http://share.v.t.qq.com/index.php?c=share&a=indexhtml
&title=默認的文本內容或RICH化轉播時的消息體標題,RICH化時最多15個全角字符的長度
&url=轉播頁的url
& pic=須要轉播的圖片url,多張以|鏈接
&appkey=填寫正確的appkey,轉播後將顯示該key的來源
&line1=消息體第一行的文字,最多15個全角字符的長度
&line2=消息體第二行的文字,最多15個全角字符的長度
&line3=消息體第三行的文字,最多15個全角字符的長度java
API文檔:http://dev.t.qq.com/websites/useshare?explain=1web
3.人人網:
http://widget.renren.com/dialog/share?api
resourceUrl=分享的資源Url
& srcUrl=分享的資源來源Url,默認爲header中的Referer,若是分享失敗能夠調整此值爲resourceUrl試試
&pic=分享的主題圖片Url
& title=分享的標題
&description=分享的詳細描述app
API文檔:http://dev.renren.com/website/?widget=rrshare&content=use網站
4.QQ空間:
http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?ui
url=分享的網址
&desc=默認分享理由(可選)
&summary=分享摘要(可選)
&title=分享標題(可選)
&site=分享來源 如:騰訊網(可選)
&pics=分享圖片的路徑(可選)url
API文檔:http://connect.qq.com/intro/share/
好比:<a href=
"javascript:void(0);"
onclick=
"window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+encodeURIComponent(document.location.href));return false;"
title=
"分享到QQ空間"
><img src=
"http://qzonestyle.gtimg.cn/ac/qzone_v5/app/app_share/qz_logo.png"
alt=
"分享到QQ空間"
/></a>
分享到豆瓣:
http://shuo.douban.com/!service/share?
image=分享圖片
&href=分享網址
&name=分享標題
&text=分享內容
API文檔:http://open.weixin.qq.com/document/api/timeline/?lang=zh_CN
分享到QQ羣、QQ好友
<a class="lqq" target="_blank" href="javascript:void(0);" onclick="window.open('http://connect.qq.com/widget/shareqq/index.html?url=' + encodeURIComponent(document.location.href) + '
&desc=邀請詳情&title=標題&summary=簡介&pics=&flash=&site=邀請人或網站&callback=" title="QQ登陸">qq</a>
轉載出處至:http://www.cnblogs.com/buhuixiedaima/p/5062680.html