You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filtering tweets is one of the things people ask a lot about. I already thought about extending the current tweetFilter functionality because for a lot (non-programmer) users filling a white-/blacklist is much easier than coding a tweetFilter function.
It's difficult to judge what should be part of the plugin - you don't want it to become too bloated and heavy. The plugin is easily extendible though which is probably better than having lots of in-built features.
Maybe rather than including additional filters, you could have a page in the docs with common solutions such as whitelist / blacklist example code? That way you keep the plugin lightweight but still give people easy access to extra features that they can pick and choose from.
Here's a quick example of how to stop tweets containing particular words from displaying.
Not sure if this is the right place to post it, but hopefully it'll come in handy for someone.
The text was updated successfully, but these errors were encountered: