这几天在完善博客内容,想增加一个新浪微博的关注,但是并没有找到html的,一般都是增加head和js标签的,因为之前弄过这个,所以找了一下之前的代码,代码如下:
<iframe width="125" height="24" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" border="0" src="http://widget.weibo.com/relationship/followbutton.php?language=zh_cn&width=136&height=24&uid=你的微博ID&style=2&btn=red&dpc=1"></iframe>
这个需要多说一下,怎么查看你微博的ID,这里的ID并非新浪微博的个性域名,而是你在申请新浪微博时,系统自动分配的,跟后期自己购买的数字ID不是一个,点开自己的微博,登陆,点击右侧的设置,账号设置,如图:
然后找到“预览我的主页”会弹出一个网页,地址栏会有一串数字,那段数字就是你的新浪微博ID:
然后把这段ID黏贴在我刚才的代码之中就OK了。