The Pop Art Plugin

The Pop Art plugin allows you to integrate the photo effects of www.popartstudio.nl with your own website. Little technical knowledge is required to start and maintain the plugin. The plugin is placed as inline frame within your web page by using the <iframe> tag. The colors and layout can be customized to the look and feel of your own website. It is also possible to put your own logo, a watermark, or a personal message on the images. Your system can download the HD photo's from the popartstudio website. The photo's can be further processed and printed directly. For more information send an email to contact@fotoview.nl.

The price for the plugin is 200 euro per month:

All effects in popartstudio.nl are included

Support for multiple languages (en, de, es, fr, it, nl, pt, pl, ru)

Customized layout without advertisements

Hosting of the plugin and uploaded images

Support

Integrate the Plugin

The plugin is placed as inline frame within your web page by using the <iframe> tag. The HTML of the iframe tag looks something like this:

<iframe align="top" frameborder="0" id="main" name="main" src="http://www.popartstudio.nl/Effect.aspx?lang=0&effect=Che" width="100%" height="1000px" scrolling="no"></iframe>

The parameter lang contains the language. 0 means English. There are 9 languages to choose from (en, de, es, fr, it, nl, pt, pl, ru)
The parameter effect contains the name of the effect type, for example 'Che', 'WovenPhoto', or 'BigPicture'. There is a complete list of all the effects.

Create a callback webpage

There is a button which generates an url to a high resolution (watermarked) image.

In your website we can rename this button to ‘Select this design’ (or any other text). After the customer clicks this button he will be redirected to a callback webpage. For testing purposes you can enter your own callback url in the textbox. The name of the high resolution image is passed as a parameter. For example: http://www.yourwebsite/somewebpage.php?image=3000008.jpg
Note that the callback url should end with the 'image=' parameter.

This callback page is part of your website and you have to program it yourself. Your webpage can download the image at the following url: http://www.popartstudio.nl/Effects/Images/3000008.jpg
Now your application can further process the image.

Test the Plugin

Below is an example of an iframe. You can change the language and effect type and press the 'Update' button. Modify the effect parameters and click the 'Refresh' button. Enter your own callback url in the textbox and click the 'Large Print' button. The default callback page is ShowImage.aspx.