Return to Snippet

Revision: 52376
at October 21, 2011 02:28 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
PHP