Return to Snippet

Revision: 51931
at October 7, 2011 20:14 by florent


Initial Code
<?php
include_once(ABSPATH.WPINC.'/rss.php');
$googleplus = fetch_feed("http://plusfeed.appspot.com/103329092193061943712"); // Replace 103329092193061943712 by your own ID
echo '<a href="';
echo $googleplus->items[0]['link']; echo '">';
echo $googleplus->items[0]['summary'];
echo '';
?>

Initial URL


Initial Description


Initial Title
How to display your latest google+ wordpress blog

Initial Tags
google, wordpress

Initial Language
Other