Menampilkan Update Google+ Anda dg WordPress
Google+ sebagai social networking baru buatan Google sudah mulai merambah dan popular di Indonesia. Trik berikut akan menampilkan update Google+ anda ke sebuah halaman WordPress.
Berikut source code-nya:
[sourcecode]
<?php
include_once(ABSPATH.WPINC.'/rss.php');
$googleplus = fetch_feed("http://plusfeed.appspot.com/113737732923172349171");
echo '<a href="';
echo $googleplus->items[0]['link']; echo '">';
echo $googleplus->items[0]['summary'];
echo '';
?>
[/sourcecode]
Ganti angka 113737732923172349171 dengan ID profile anda. Demo:
items[0]['link']; echo '">';
echo $googleplus->items[0]['summary'];
echo '';
?>