WP.osC 1.0 RC 2 Coming Soon

WP.osC 1.0RC2 is nearly complete. Amongst other things it features full support for RSS, LightBox, Slideshow, Captcha…

WP.osC 1.0RC2 is valid XHTML 1.0 and will be available for download on March 2009.

More about WP.osC Project [WP-osCommerce]: http://wposc.com
WP.osC forums : http://wposc.com/forums

WP.osC Community

I’ve recently added a new WP.osC forum to talk specifically about WP.osC.
so enjoy!

WP.osC  [WP-osCommerce]
WP.osC Forum

WP-iGoogle With Tabs

WP-iGoogle-Tabs 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 each category.

Settings:

1) Select 4 categories. The content of each category will be displayed in your gadget. Note the category id of each selected category.

2) Open igoogle.php file in a text editor.

$cat1_id=1; <= replace 1 with your 1st category id. Example : $cat1_id=23;
$cat1_name= “Cat 1″; <= replace Cat 1 with your 1st category name. Example : $cat1_name= “News”;

$cat2_id=2; <= replace 2 with your 2d category id.
$cat2_name=”Cat 2″; <= replace Cat 2 with your 2d category name.

$cat3_id=3;<= replace 3 with your 3th category id.
$cat3_name=”Cat 3″;<= replace Cat 3 with your 3th category name.

$cat4_id=4; <= replace 4 with your 4th category id.
$cat4_name=”Cat 4″; <= replace Cat 4 with your 4th category name.

Demo:

Downloads
Click here

Author
me

New Wordpress Plugin : ebaystore

For ebay store owners. Imports your products from your ebay store and allows you to sell products through your wordpress website/blog.

Usage
Create a new page and insert the following code : [ebaystore:id] . Just replace “id” with your ebay store id.

Example : [ebaystore:123456]

Demo
Online Demo

Settings
For eBay Stores on eBay United States – No need to change
For other stores : Please open ebay.php file in a text editor and search for the following line of code:

$SiteID="0";

You need to change the value of $SiteID :


$SiteID="15"; for Australia
$SiteID="2"; for Canada
$SiteID="77"; for Germany
$SiteID="3"; for United Kingdom
$SiteID="0"; for United States

Other Countries

Download
WordPress site

Questions
• What is my Store id?
1) Go to http://stores.ebay.com/
2) On the left side of the page, enter your seller’s user ID (Your Store Name) in the search box and then click “search”.
ebay1
3) put your mouse cursor over the result link , your Store Id will be displayed at the bottom navigation bar. (colored in red in the following image)
ebay2

So in our example your storeId is 123456.
To display your products you need to insert the following code into your blog’s pages/posts:

[ebaystore:123456]

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