Skip to content

Instantly share code, notes, and snippets.

View michael-martin's full-sized avatar

Michael Martin michael-martin

View GitHub Profile
@michael-martin
michael-martin / WordPress-Tweet-List.php
Last active September 24, 2020 03:29
Display tweets in WordPress using Twitter API v1.1 - With authentication and a fallback when Twitter is down. Full explanation here: http://www.problogdesign.com/wordpress/authenticate-your-twitter-api-calls-before-march/
<?php
/* REQUIRES: TwitterOAuth
* https://github.com/abraham/twitteroauth/tree/master/twitteroauth
*
* Download and place in a /twitteroauth/ folder in your theme/plugin.
*
*
* Full guide here: http://www.problogdesign.com/wordpress/authenticate-your-twitter-api-calls-before-march/
*
* Uses: