-
-
Save 0xnbk/577003 to your computer and use it in GitHub Desktop.
Display your Twitter entries on your WordPress blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php include_once(ABSPATH . WPINC . '/rss.php'); | |
wp_rss('http://twitter.com/statuses/user_timeline/15985955.rss', 5); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.