WP-iGoogle

Create a dynamic Google gadget for your WordPress Blog. People can add your gadget to iGoogle or to their other pages across the web. When users add your gadget to their iGoogle homepage, they’ll see your content each time they visit Google. Your Google gadget will show your latest posts sorted by date and an avatar image (your Gravatar).
Version 1.1 : max number of displayed posts is set to 20.
Version 1.2 : add screenshot (gravatar), thumbnail (gravatar) and scrolling to your iGoogle gadget.

Live Demo


To add my gadget to your iGoogle page, click the Google button below.
Add to iGoogle
or by adding my gadget to your webpage you will get:

Usage


Go to Admin panel => Settings => WP-iGoogle.

Download


From Wordpress site

Author


Roya .K

Customize your gadget


• To change the size of your avatar : open igoogle.php in a text editor and change the value of $size=60;
• To change the background color of your gadget: open igoogle.php in a text editor and change : 
#content_div{background:#fff;}.
You can also add a background image :
#content_div{background: url(’http://…./stars.gif’) no-repeat top; }.
• To change the summary length open root.php in a text editor and decrease or increase “38″. This value control the summary length.
• To use another email address for your gravatar , open igoogle.php in a text editor and replace :
$email = $user_info->user_email;
with:
$email = ‘your_another_email@ouiouiouinon.com’;

More
WP-iGoogle with Tabs

Questions


• John said : I am trying out you iGoogle plugin, but I cant get any feed on my iGoogle.

=> To work correctly, the plugin needs to read a file called root.php?t=.xml . This file contains your latest posts. As an example here is my own root.php?t=.xml :

http://www.royakhosravi.com/wp-content/plugins/wp-igoogle/root.php?t=.xml

When I try to access your root.php?t=.xml file I get the following error message:

Error 500 … The problem is on the server side, not with your browser or the address. Most probably, a certain service (e.g., Tomcat engine) is down. Please contact your webmaster.

So, the problem does not come from the plugin.

Solution : Please open /wp-content/wp-igoogle/igoogle.php file in a text editor and replace the following code:
<?php echo $source_url; ?>
with :
http://your_Wordpress_site.com/?feed=rss2

14 Comments

  1. WordPress Plugin Releases for 01/26 | Weblog Tools Collection Says:

    [...] WP-iGoogle [...]

  2. WordPress Plugin Releases for 01/26 | Wordpress Blog NL Says:

    [...] WP-iGoogle [...]

  3. WordPress Plugin Releases for 01/26 | Tips Wordpress Says:

    [...] WP-iGoogle [...]

  4. WordPress Plugin Releases for 01/26 | BlogBroker24-7 Says:

    [...] WP-iGoogle [...]

  5. WordPress Plugin Releases for 01/26 | Blogging Money Step Says:

    [...] WP-iGoogle [...]

  6. Wizreport » WordPress Plugin Releases for 01/26 Says:

    [...] WP-iGoogle [...]

  7. Weblog Tools Collection: WordPress Plugin Releases for 01/26 | Aslifm Blogu Says:

    [...] WP-iGoogle [...]

  8. Pro Information Center » Blog Archive » WordPress Plugin Releases for 01/26 Says:

    [...] WP-iGoogle [...]

  9. WordPress Plugin Releases for 01/26 | Web2.0 Says:

    [...] WP-iGoogle [...]

  10. WP-iGoogle Says:

    [...] for your WordPress Blog. People can add your gadget to iGoogle or to their other pages across …..read more Download Plugin! Version 1.0 Last Updated: January 25, 2009 Author: Roya Khosravi Visit [...]

  11. WordPress Plugin Releases for 01/26 : Xinfo - Open Source News & Discussion Says:

    [...] WP-iGoogle [...]

  12. Roya Khosravi » Blog Archive » WP-iGoogle With Tabs Says:

    [...] is a different version of WP-iGoogle plugin. This version allows you to select 4 categories from your blog and displays the latest posts from [...]

  13. iGoogle Gadgets für WordPress Blogs - Beitrag - Schweizer WordPress Magazin Says:

    [...] denn nicht jeder Blogger hat es automatisch so mit Programmieren. Roya Khosravi hat Ende Januar das WP-iGoogle Plugin konstruiert, dass eigentlich genau diesen Gedanken in die Tat umsetzt. Mit einem Klick können [...]

  14. Neue Seite, neue Wordpress Plugins | Hodenkaiser Says:

    [...] WP-iGoogle – erstellt ein Simples Google-Gadget für iGoogle. [...]

Leave a comment

Comments are closed.