Re: [twitter-dev] Bad Word Filter

2011-03-23 Thread Arnaud Meunier
Hey Alex,

I don't know in which context you plan to use this search widget, but trying
to make your search results kid-friendly with simple bad-words filtering
doesn't look very realistic. What about a manually curated list of tweets?
Did you have a chance to take a look on the Faves widget, for example?

Now if you want to use search, you can host  modify the widget.js file. But
if you just need to hide the join the conversation link, a simple CSS
rule will do the trick: .twtr-join-conv { display:none !important; }
Obviously, that CSS rule might become useless if the widget markup changes
in the future.

Arnaud / @rno http://twitter.com/rno



On Tue, Mar 22, 2011 at 12:00 PM, Alex Beckman a...@alexbeckman.com wrote:

 Hey All,

 We have a client that wants to use a twitter filter on their site, but
 wants to filter out about 100 or so bad words (kids content). We have
 been using negations but when you click join the conversations they
 all show up with a -bad word at the top of the page.

 Does anyone have advice on how to create a CUSTOMIZED twitter widget
 that has bad word filtering and doesn't expose the filter upon click?
 We tried TidyTweet, and could not achieve the needed level of custom
 look and feel.

 Thanks!
 Alex

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Bad Word Filter

2011-03-23 Thread manaf pm
I think its better to take care of that in your site by yourslef using some
means of javascript. I meant when the tweets coming you may need to check
the tweet with a black list of bad words and only display the tweets passing
the test

On Thu, Mar 24, 2011 at 8:10 AM, Arnaud Meunier arn...@twitter.com wrote:

 Hey Alex,

 I don't know in which context you plan to use this search widget, but
 trying to make your search results kid-friendly with simple bad-words
 filtering doesn't look very realistic. What about a manually curated list of
 tweets? Did you have a chance to take a look on the Faves widget, for
 example?

 Now if you want to use search, you can host  modify the widget.js file.
 But if you just need to hide the join the conversation link, a simple CSS
 rule will do the trick: .twtr-join-conv { display:none !important; }
 Obviously, that CSS rule might become useless if the widget markup changes
 in the future.

 Arnaud / @rno http://twitter.com/rno



 On Tue, Mar 22, 2011 at 12:00 PM, Alex Beckman a...@alexbeckman.comwrote:

 Hey All,

 We have a client that wants to use a twitter filter on their site, but
 wants to filter out about 100 or so bad words (kids content). We have
 been using negations but when you click join the conversations they
 all show up with a -bad word at the top of the page.

 Does anyone have advice on how to create a CUSTOMIZED twitter widget
 that has bad word filtering and doesn't expose the filter upon click?
 We tried TidyTweet, and could not achieve the needed level of custom
 look and feel.

 Thanks!
 Alex

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
Regards,
Manaf
9995436207

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Bad Word Filter

2011-03-22 Thread Alex Beckman
Hey All,

We have a client that wants to use a twitter filter on their site, but
wants to filter out about 100 or so bad words (kids content). We have
been using negations but when you click join the conversations they
all show up with a -bad word at the top of the page.

Does anyone have advice on how to create a CUSTOMIZED twitter widget
that has bad word filtering and doesn't expose the filter upon click?
We tried TidyTweet, and could not achieve the needed level of custom
look and feel.

Thanks!
Alex

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk