砌体不适用于Twitter小部件

时间:2012-02-05 08:07:15

标签: javascript html css

我有一些Javascript可以从用户那里获取最近的推文。它看起来像这样:

getTwitters('tweet', { id: 'LadyGaga', count: 8, enableLinks: true, ignoreReplies:   
false, clearContents: true, template: '%text% <a class="arrow"   
href="http://twitter.com/%user_screen_name%/statuses/%id_str%/" target="_blank"></a>'  
});

推文以动态列表的形式加载到

<div id=tweet"></div>

$(window).load(function () { $('#tweet').masonry(); });

然而由于某种原因,它无法正常工作:(我已经这样做过,我不知道为什么会这样做。

我的CSS也很安全:

#tweet {
margin-left:-43px;
}

#tweet li {
list-style:none;
padding:5px;
margin:0 0 3px 3px;
background:url('http://static.tumblr.com/ux4v5bf/wM2lywrxr/aeeatagsd.png') repeat;
float:left;
width:88px;
}

1 个答案:

答案 0 :(得分:0)

我再次查看了我的代码,并认为我必须以推文为目标,而不是推文本身。哈哈傻了我。