GitXplorerGitXplorer
k

get-tweets

public
3 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
30a2ecdcc50ffa82a3ebde40bdc033e3d50c3cb0

Updating README

kkevindeleon committed 11 years ago
Unverified
12eb6eaf4b9b5892e31ef832fcc2932928131644

the parameter to include retweets changed in the new API from rts, to include_rts

kkevindeleon committed 11 years ago
Unverified
7ed1cbe62079e6de9145eb1f52a4a674ae6ae2e7

Trying to fix some hella wonky spacing.

kkevindeleon committed 12 years ago
Unverified
f9c4cd5cbdf329a001c6017adc0c172d244e1bfd

adding some useful comments

kkevindeleon committed 12 years ago
Unverified
81ac8f080c14fe90d5221da56848c65cbcb50a38

Again, fixing wonky spacing

kkevindeleon committed 12 years ago
Unverified
88a57281770934a302937e991cc03a32c024954c

updating a comment to make more clear

kkevindeleon committed 12 years ago

README

The README file for this repository.

get-tweets

A PHP + JS solution for retrieving your most recent tweets to display on your website.

Reason

I wrote this quick solution based on Twitter's blogger.js. The JS functions in my source borrow heavily from their logic. When Twitter released it's new V1.1 API and retired V1, it broke my site (and many others). I am mostly putting this on github to store for myself, but if it helps you out, great! My class leans on codebird-php to do the, now required, OAuth lifting.

What does it do?

You can use this combo of PHP + JS to grab your most recent tweets and display them on your website. Depending on the parameters passed, you can include retweets and choose the number of tweets to display.

Requirements

This solution requires the following which are not included in this repo:

Installation + Usage

For a detailed tutorial on how to set things up, visit: http://kevin-deleon.com/2013/06/tutorial-display-recent-tweets-using-jquery-php-and-twitters-api/