Skip to content

Commit

Permalink
0.0.12 Reddit support + cleaning up some files
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jun 17, 2011
1 parent 4793069 commit c37e96d
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 86 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -18,6 +18,7 @@ Currently supports the following feeds natively:
* [Github](http://github.com)
* [Google Reader](http://google.com/reader)
* [Last.fm](http://last.fm)
* [Reddit](http://reddit.com)
* [Stackoverflow](http://stackoverflow.com)
* [Tumblr](http://tumblr.com)
* [Twitter](http://twitter.com)
Expand Down Expand Up @@ -117,6 +118,7 @@ Places on the web where this plug-in got mentioned:
## Version log
* 0.0.12 Reddit support
* 0.0.11 Tumblr support
* 0.0.10 DeviantART support
* 0.0.9 Foursquare support
Expand All @@ -134,4 +136,4 @@ Places on the web where this plug-in got mentioned:
[melifestream]: http://christianv.github.com/jquery-lifestream/me/
[example]: http://christianv.github.com/jquery-lifestream/example.html
"Example page"
[examplesource]: https://github.com/christianv/jquery-lifestream/blob/master/example.html#files "Source code of the example page"
[examplesource]: https://github.com/christianv/jquery-lifestream/blob/master/example.html#files "Source code of the example page"
16 changes: 8 additions & 8 deletions example.html
Expand Up @@ -104,26 +104,26 @@ <h2>Lifestream - formatted with CSS</h2>
"service": "lastfm",
"user": "denbuzze"
},
{
"service": "reddit",
"user": "simongee"
},
// Run javascript:alert(userid); when you're logged in at stackoverflow
{
"service": "stackoverflow",
"user": "117193"
},
{
"service": "tumblr",
"user": "hiromitz"
},
{
"service": "twitter",
"user": "denbuzze"
},
{
"service": "youtube",
"user": "denbuzze"
},
{
"service": "tumblr",
"user": "hiromitz"
},
{
"service": "reddit",
"user": "simongee"
}
]
});
Expand Down

0 comments on commit c37e96d

Please sign in to comment.