我想显示来自 twitter 的关注者,如下所示:
所以,当我用任何用户名填充文本字段时,关注者的结果将显示在底部
这是我的代码:
索引.html
<html> <head> <start twitter fan box –> <script type="text/javascript" src="script.js"></script> <title></title> </head> <body> <div id="twitterfanbox"> <script type="text/javascript">fanbox_init("your_username"); </script type="text"> </start> </div id="twitterfanbox"> </body> </html>
脚本.js
function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML=
'\<iframe name=\"fbfanIFrame_0\" frameborder=\"0\" allowtransparency=\"true\"
src=\"http://s.moopz.com/connect.html?user='+screen_name+'\" class=\"FB_SERVER_IFRAME\" scrolling=\"no\" style=\"width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; \"\>\<\/iframe\>';}