Skip to content

coderberry/tweet_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Watcher

Simple plugin to display tweets that show up with a given search term. Example can be found at www.teachmetocode.com

Usage

<%= tweet_watcher("your_search_term_here") %>

or

<%= tweet_watcher("teachmetocode", { :title => 'Teach Me To Code', :width => 225, :height => 200, :link_color => '#00f' })

Available Options

  • :title - Title to display above tweets

  • :subject - Subject to appear below title

  • :width (px) - Default ‘200’

  • :height (px) - Default ‘400’

  • :text_color - Default ‘#444’

  • :link_color - Default ‘#39c’

Credits

Twitter Javascript and CSS Copyright © 2009 Twitter via Dustin Diaz (dustin@twitter.com)

Tweet Watcher Plugin Copyright © 2009 Eric Berry, released under the MIT license

About

Plugin to display tweets about a search term on your website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages