spreadsterzone header

Menu:

Spreadshirt WordPress Plug-In

This plug-in can be used to embed your Spreadshirt shop into your WordPress blog so that users can view and purchase your products without ever leaving your blog.

View a live demo here.


>> Download the Plug-In here.

Installation Instructions

1. Download the plug-in above.

2. Extract the spreadshop directory into your FTP wp-content/plugins directory

3. Go to the administration panel and visit the plugin page, then activate the Spreadshop plugin

4. Go to Manage » Spreadshop and fill in the options that you want. You'll need the Shop ID of the Spreadshirt shop that you want to embed.

5 . Once you submit the option page the plugin will fetch your product data from Spreadshirt.

You will need to submit the options form everytime to add new products to your Spreadshirt shop.


Embed Entire Shop:

To get the entire shop embeded into your blog you must push it in a normal page. Create a page and fill the content with this string only:

<!--spreadshop-->

Save the page and your Spreadshirt shop will appear when you visit that page.

 

Embed a Single Product:

If you want to embed a single product into a post or a page, use the following code in your posts:

<!--spreadarticle=1234567-->

Replace the number with the article ID of the product. You can find the number in the URL of the product details page.

To alter the product image's size add small, medium, big or huge after the article ID, like this:

<!--spreadarticle=1234567:huge-->

 

Embed a Random Product:

You can add a random product by editing your theme pages. If you want to add it to your sidebar then edit sidebar.php and enter this code:

<?php randomSpreadArticle(medium); ?>

To change the size of the product image replace medium with small, medium, big or huge.

To change the dimensions of the size refrences you can change them on the administration page. There will be a drop down list with pixel dimensions that you can alter.