block username?
|
|
is it possible to block a username? it seems I only succeed to filter a certain word, not a user. |
|
|
Awesome, Barry - just was I was looking for. @dsjkvf - to block a username, add this to the end of function filter_tweets:
|
![]() |
Using Jeff's idea I modified the filter_tweets function so that a user's tweets are filtered if the screen-name matches the blacklist except when the particular tweet matches whitelist (please don't judge my js too harshly cos I don't know any :) (You may want to change the titles of the filters a bit on the page too) function filter_tweets(_whitelist, _blacklist) {
//$('.entry-content').each(function() {
// Filter by tweet screen-name but still have whitelist act on entry-content
|
