博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在自己的网站添加关注新浪关注按钮
阅读量:5926 次
发布时间:2019-06-19

本文共 740 字,大约阅读时间需要 2 分钟。

有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/

 

转载地址:http://uvovx.baihongyu.com/

你可能感兴趣的文章
[Web前端]CSS实现“不可选择,不可复制”面临的问题
查看>>
cannot load oci dll [87/193]:
查看>>
js执行顺序
查看>>
JAVA--方法重载
查看>>
matlab续行
查看>>
简单的表单提交
查看>>
8.2 进程标识
查看>>
编译原理学习--词法分析(1)
查看>>
SAPI中的ISpeechRecoContext(事件)【转】
查看>>
网页设计中的常识
查看>>
面试准备
查看>>
RAM和ROM
查看>>
Spring reference
查看>>
内存对齐
查看>>
模板方法设计模式
查看>>
php 练习
查看>>
Socket网络编程学习笔记
查看>>
ubuntu下android移植ffmpeg0.10
查看>>
Android的各大框架整理
查看>>
树四:从上往下打印二叉树
查看>>