我真的厌倦了写这个小代码实际上复制并粘贴这个Twitter后面的盒子代码我的博客网站,但一些原因它不工作我已经尝试超过4小时但没有运气。你可以帮帮我吗。我的推特ID shakhrillo
这是我的代码
< script type = "text/javascript" >
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\>';
}
< /script>
<div id="twitterfanbox"></div >
< script type = "text/javascript" > fanbox_init("shakhrillo"); < /script>