欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

新浪微博——点击按钮自动加关注代码 有大用

shiping1 的头像
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>点击按钮自动加关注代码——新浪微博</title>
 
</head>
<body>
<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=1282557022&amp..." style="width: 64px; height: 22px;" width="200"></iframe>
</body>
</html>
来自 http://bbs.blueidea.com/thread-3043039-1-1.html

新浪微博,点击按钮自动加关注代码

  • 标签:新浪微博 时间:2011-12-09 已阅读:25885
  • 新浪微博,点击按钮自动加关注代码,把uid后面的数字修改为自己微博账号,样式也可以自己修改,也可进入微博组件中自己更换样式。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>点击按钮自动加关注代码——新浪微博</title>
</head>
<body>
<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=1282557022&amp..." style="width: 64px; height: 22px;" width="200"></iframe>
</body>

普通分类: