If you use the standard Twitter feed web code for Blogger and similar sites, this Javascript bit does the trick. It is between the Twitter feed and the callback responses and the responses from the server response.
For a blog icon, the standard Twitter web code ends with two tags <script>. The first provides a feature that displays your tweets. The second twitter request to display tweets.
script twitter. , filterCallback, @replies Twitter.
<script type="text/javascript">
function filterCallback( twitter_json ) {
var result = [];
for(var index in twitter_json) {
if(twitter_json[index].in_reply_to_user_id == null) {
result[result.length] = twitter_json[index];
}
if( result.length==5 ) break;
}
twitterCallback2(result);
}
</script>
twitter , , , . "twitterCallback2" - - ( callback=twitterCallback2). , twittercallback2 filterCallback. , twittercallback2, .
, , Twitter , count , . - , .
: Twitter