2012-03-20 34 views
2

我需要在兩列中顯示Twitter實時搜索結果(通過使用Twitter搜索窗口小部件),因爲實時搜索結果窗口小部件只會在一列中顯示搜索結果。
在此先感謝。在兩列顯示Twitter Live搜索結果

+0

您不能使用twitter搜索小部件,嘗試搜索使用twitter-search-api的另一個插件。 – Tim 2012-03-20 09:15:07

回答

3

Twitter Widget只需添加以下樣式標籤就可以使用,您可以按如下所示在兩列中顯示它。還要將div標籤twitter_test作爲id添加到小部件中,並添加到必須顯示的html代碼中。

<style type="text/css"> 
#twitter_test .twtr-doc, 
#twitter_test .twtr-hd a, 
#twitter_test h3, 
#twitter_test h4{ background:none !important;} 
</style>