https://github.com/coderberry/tweet_watcher
Plugin to display tweets about a search term on your website
https://github.com/coderberry/tweet_watcher
Last synced: 8 months ago
JSON representation
Plugin to display tweets about a search term on your website
- Host: GitHub
- URL: https://github.com/coderberry/tweet_watcher
- Owner: coderberry
- License: mit
- Created: 2009-10-02T16:34:59.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-02T16:46:57.000Z (over 16 years ago)
- Last Synced: 2025-07-10T10:55:23.541Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
== Tweet Watcher
Simple plugin to display tweets that show up with a given search term. Example can be found at http://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 (C) 2009 Twitter via Dustin Diaz (dustin@twitter.com)
Tweet Watcher Plugin Copyright (c) 2009 Eric Berry, released under the MIT license