Post Pic

How to display your latest Google+ update on your WordPress blog

Google+ is the newest project from Google. If you’re using it, you may want to know how you can easily display your latest Google+ update on your WordPress blog. This is what you’re going to learn with today’s recipe.

Simply paste the following code where you want to display your latest Google+ update. Don't forget to put your Google+ ID on line 3.

<?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 '';
?>

Thanks to Valentin Brandt for the cool tip!

12 Responses

Aug 02 2011 16:54

Nice thanks! Though fetch_rss() is deprecated, use fetch_feed() instead.

Aug 02 2011 19:40

Thanks for the code! I wondered how long it would take for someone to figure out how to put G+ feeds on a WP blog… but it’s far beyond my capabilities. :-)

Aug 02 2011 20:56

nice code, but it’s something you better put in a function and cache. Worth mentioning

Aug 02 2011 22:00

@Leon: Thanks, updated the code.
@Christophe: Definitely!

Aug 03 2011 10:38

Thanks for the snippet!

Aug 04 2011 08:36

Looks simple enough and many would probably use it. I use to display some tweets from Twitter and so forth, my question is SIMPLE.

What do you really get by dispplaying your last tweet/Google + FB?

Aug 06 2011 12:08

Simply awesome recipe to display google+ update. Thanks Jean. :D

Aug 08 2011 07:59

I did not get it to work

Aug 08 2011 15:37

Nice tip! I am gonna test it today or tomorrow. Thanks for sharing anyway!

Aug 22 2011 11:01

Why does Google plus not work in my website – Ive tried so many things, but while Twit/FB seem woring fine, google plus is not… can someone help??

Sep 05 2011 14:13

And how would you display your wordpress posts in Google+ automatically?

Oct 02 2011 01:28

Finally i can show my G+ update on my blog. I have same question with steph, how to update our G+ with our latest blog post?

Trackbacks:

Leave a Comment

* Name, Email, Comment are Required

WP Theme of the week

Sponsored Likebox