Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Created September 13, 2010 08:39
Show Gist options
  • Save 0xnbk/577003 to your computer and use it in GitHub Desktop.
Save 0xnbk/577003 to your computer and use it in GitHub Desktop.
Display your Twitter entries on your WordPress blog
<?php include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://twitter.com/statuses/user_timeline/15985955.rss', 5); ?>
@0xnbk
Copy link
Author

0xnbk commented Sep 13, 2010

Display your Twitter entries on your WordPress blog

Integrating a RSS feed is easy, but it is even more on a WordPress blog. The following code allow you to display your 5 most recent Twitter entries on your WordPress blog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment