Display your latest Google+ update on WordPress
September 19, 2011 Social Networks
Google+ (pronounced “Google plus”) is the newest project from Google Inc. It is a social network somewhat similar to Facebook and Twenty. Google has finally released Google+, the company’s top secret social layer that turns all of the search engine into one giant social network. If you’re using it, you may want to know how you can easily display your latest Google+ update on WordPress blog.
Simply paste the code below where you want to display your latest Google+ update. Please note that you have to make some minor changes.
<?php
include_once(ABSPATH.WPINC.'/rss.php');
$googleplus = fetch_rss("http://plusfeed.appspot.com/100000000000000000001");
echo '<a href="';
echo $googleplus->items[0]['link']; echo '">';
echo $googleplus->items[0]['summary'];
echo $googleplus->items[0]['updated']; //Optional
echo '';
?>
100000000000000000001 :You have to replace this with your Google+ profile ID.
items[0] : Witch update to show. For example [0] for the last update, [1] to display the second last update, and so on.
['summary'] : You can display either ‘summary‘ or ‘title‘ of your update.
['updated'] : Optional- Shows the date of the update.
No related posts.
Leave a Reply Cancel reply
-
Recent Posts
- Cool animation effect using pure CSS transitions and some more CSS3 properties
- Kindle fire vs iPad – Did I mention that Kindle Fire costs 199$
- Are You Ready for HTML 5?
- Restrict file download in Google Docs
- 20+ useful Apps for Android, get the best of your device using Android Apps
- Google+ Pages on Google Search with Google Direct Connect
- Valid Google +1 xhtml code that doesn´t slow page load speed
- India launches Aakash, a cheap tablet for only $35
- 2.0 Websites – design ideas using HTML5
- Hangouts, the free multi conference call service by Google plus
- Display your latest Google+ update on WordPress
- Prefetching images and links with HTML5
- CSS3 @font-face solucions. Typekit vs Google Web Fonts
- What is SSL certificate? Secure your data
- POP vs IMAP vs SMTP vs Forwarding emails
- Pure CSS3 and HTML web form design
- HTTP vs HTTPS, What’s the difference
- Google documents adds Comment-only access and colaboration
- What is Google Adsence Premium Publisher
- Differences between VPS and Dedicated Server
Categories
Email newsletter
Subscribe your emailArchives
Labels
2.0 Web Aakash Amazon Android Apple Browsers CSS3 Dedicated server Email Email forwarding Fonts Gmail Google+ Google Adsense Google API Google Calendar Google Docs Google Tasks Google Web Fonts Hosting htaccess HTML HTML5 htpasswd IMAP ipad kindle Fire Mobile Apps Offline Apps Password protect POP Prefetching Security SMTP SSL certificate Tablet Terminology URL video conferencing Website
2.0WebTutorials