ここのようにTwitterのフォロワーを表示したい:
したがって、テキストフィールドにユーザー名を入力すると、フォロワーの結果が下部に表示されます
これは私のコードです:
index.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>
script.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\>';}