在自己的網站新增關注新浪關注按鈕

芝麻軟體發表於2015-07-26

有2種方法

 

第一種是參照新浪開發平臺的API  地址如下:

 

http://open.weibo.com/widget/followbutton.php

 

第二種是在html頁面引入一段js

 

<iframe allowtransparency=”” border=”0″ frameborder=”0″ height=”22″ marginheight=”0″ marginwidth=”0″ scrolling=”no” src=”http://widget.weibo.com/relationship/followbutton.php?width=200&amp;height=22&amp;uid=2991975565&amp;style=1&amp;btn=gray&amp;dpc=1″ width=”200″></iframe>

 

uid 是你要關注要關注人的ID,btn 可以設定成red,或者 gray 2種樣式

 

 

類似的也可以新增騰訊空間的關注按鈕

<iframe scrolling=”no” frameborder=”0″ border=”0″ allowtransparency=”true” src=”http://open.qzone.qq.com/like?url=http%3A%2F%2Fuser.qzone.qq.com%2F2504586193&amp;type=button_num&amp;width=400&amp;height=30&amp;style=3″ id=”iFThree”></iframe>

 

 

上面的程式碼是通過 騰訊開放平臺提供的介面自動生成的程式碼:

 

 地址為:http://connect.qq.com/intro/follow/

 


相關文章