正如您在my blog中看到的那樣,Twitter Feed顯示許多推文。我需要將這個數字減少到只有3至5條推文。我在HTML代碼下面發佈了一些內容,但是我可以看到任何像「limit」,「number」或類似的參數。事實是,我沒有太多關於編碼的知識,所以如果你能幫助我並告訴我必須補充什麼,我將非常感激。如何使用HTML在我的Tumblr網站上減少我的Twitter feed到我最近的3-5條推文?
.TWITTER {
overflow: hidden;
}
.TWITTER #tweets a, .TWITTER #tweets a:visited {
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #79a4ba;
color: #ffffff;
display: block;
margin: 4px 0;
padding: 10px;
}
.TWITTER #tweets .content {
color: #ffffff;
font-size: 11px;
font-weight: bold;
}
.TWITTER .TWITTER_bird {
background: url('http://static.tumblr.com/l3zugnz/204kvwebe/twitterbird.png') no-repeat 0 0;
height: 55px;
margin-top: -10px;
width: 200px;
}
.TWITTER .TWITTER_bird a,
.TWITTER .TWITTER_bird a:visited,
.TWITTER .TWITTER_bird a:hover {
display: block;
height: 55px;
width: 200px;
}