HollowEarthRadio / lpfm-website

Simple community radio website infrastructure (programs, djs, now playing, podcasts, etc)
9 stars 6 forks source link

Add twitter feed to sidebar #51

Closed btpnlsl closed 10 years ago

btpnlsl commented 10 years ago

The feed will default to @hollowearth, but will change on the program pages to show the program's twitter feed.

btpnlsl commented 10 years ago

Need an update to either strip out an @ at the start of the twitter_id in the programs db, or to ignore the @.

boontdustie commented 10 years ago

Maybe a before_save hook that strips out any @ symbols.

btpnlsl commented 10 years ago

I found a hook, validates_format_of, which allows for specifying a regex for valid content and a message to display when a failure occurs.

boontdustie commented 10 years ago

yep, you can do that. the dj will have to put it in the right way.

btpnlsl commented 10 years ago

This is now in place. Closing.