As you can see in my blog, the twitter feed displays lots and lots of tweets. I need to reduce this number to just 3-5 tweets. I have posted below the HTML code but I can see any argument like "limit", "number" or something like that. The fact is that I do not have too much about coding, so if you can help me and tell what I have to add I will be very grateful.
.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;
}