philipbeel / Tweetable

Tweetable - A jQuery plugin for displaying twitter feeds
https://github.com/philipbeel/Tweetable
Other
119 stars 49 forks source link

Added HTML5 support and a demo for using the timeago() plugin #7

Closed incredimike closed 12 years ago

incredimike commented 12 years ago

Hey. I did this once before, but I took a less obtrusive approach this time around. Take a look at my changes and see if they're useful to your main project. I made these updates at the request of one of a Tweetable user wanting timeago() functionality.

jQuery.timeago is a widely used plugin and can be found at http://timeago.yarp.com/

Cheers!

incredimike commented 12 years ago

FYI, I made these changes to the most recent version of your code. If you accept the pull request, nothing will be affected and everything will work ;)

philipbeel commented 12 years ago

I was thinking about writing my own version of the "time ago" plugin so that I would not have dependencies, but it in the interim this works perfectly, thanks!!!!!