wp native rss

Twitter without a plugin

on Apr 18

Add your latest twitter stream without a wordpress plugin or Twitter js script, just by using the native WordPress RSS functions file.
Replace fetch_rss(’http://twitter.com/statuses/user_timeline/1487781.rss’) with your Twitter RSS Feed instead of mine, usually at the bottom of your Twitter page, then check this line $rss->items, 0, 1, where 1 indicates the Twitter messages to show up, replace it with four, then four of your latest messages will show up.

Here is the code:

<?php require_once (ABSPATH . WPINC . ‘/rss-functions.php’); ?>
<?php $today = current_time(’mysql’, 1); ?>

<?php
$rss = @fetch_rss(’http://twitter.com/statuses/user_timeline/1487781.rss’);
if ( isset($rss->items) && 0 != count($rss->items) ) {
?>

<?php
$rss->items = array_slice($rss->items, 0, 1);
foreach ($rss->items as $item ) {
?>

<a href=’<?php echo wp_filter_kses($item['link']); ?>’>
<?php echo wp_specialchars($item['title']); ?></a>
<small>—
<?php echo human_time_diff( strtotime($item[’pubdate’], time() ) ); ?><?php _e(’ago’); ?></small>

<?php
}
}
?>


wp native rss

Recently

minime milo317

milo317¯

is a graphic and Web designer based in Munich, who works with clients to create exciting and cutting edge web design. Read on...

Me Elsehere

published¯

in Themes, Free Wordpress themes, html templates, choose a free one and download it. For custom queries please check my contact page. \ \ Archives.

Subscribe

to the full RSS feed or get it via Email.

Twitter


Search

Related

forum

Solitude

WPmu/BuddyPress enabled theme with the new...
200927034735-12621

Niukita

Updated corporate styles with the Niukita...

Say something { Comments are closed for older posts }

Projects

I am miloIIIVII, a graphic designer and Web designer - compared to the vast amount of mediocre designs out there, I do make a difference in creating Web designs for clients because my designs are, let's say, not so ...

→ Read more...


Top | | © MVI B.C. - MMVII A.D. milo IIIIVII. All rights reserved. Published in Munich.