Project

tweetwall

0.0
No commit activity in last 3 years
No release in over 3 years
This Gem makes it very easy to add a wall of Tweets from a Twitter User in your web application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Tweetwall

This Gem makes it very wasy to add a Tweet Wall of Twitter feeds for a particular Twitter user on your web application. This Gem takes care of making the hyperlinks, usernames, and hash tags clickable.

Installation

Add these lines to your application's Gemfile:

gem "twitter"
gem 'tweetwall'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tweetwall

Usage

The print_tweets method returns an HTML division of Tweets. Simply call the print_tweets method like so: Tweetwall.print_tweets("oceancucumber", 5, consumer_key, consumer_secret)

You'll get the full tweet_wall HTML division

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request