Add these links, banners, and forms to your pages, and instantly improve the value of your website content and
maximize the visibility of your photography.
ShutterPoint members can take advantage of our powerful
free image integration
features that enable their ShutterPoint photos appear on their own web sites, as well as
get personalized HTML code to link back to their ShutterPoint images.
Login to your account to see your personalized integration options.
Content Integration HTML Code for Featured Photos / What's Selling Sections
Use this option to make ShutterPoint Featured Photos or What's Selling section appear on your existing web page.
Instructions
- Insert the HTML code below at the location where you want to display thumbnails
of the Featured Photos / What's Selling section. Thumbnails will be shown similar to the way they are presented
on the home page.
- Specify which section to display - append the following optional parameter to the URL in the IFRAME's src attribute:
s (default is WS) - Values can be either WS for What's Selling or F for Featured Photos.
- Specify your afiliate ID - append the following optional parameter to the URL in the IFRAME's src attribute:
ai (default is blank) - Value of your unique affilate ID can be found after you log in. You will find that your
affiate ID is automatically appended to all links pointing back to ShutterPoint.
- Customize appearance - append the following optional parameter to the URL in the IFRAME's src attribute:
p (default is blank for no previews) - Value of yes or 1 will turn on the mouseover image previews. Note that
the area of the page you allocate for the section should be large enough to let previews show in full.
- Customize number of elements - append the following optional parameter to the URL in the IFRAME's src attribute:
i (default is 8) - Value of 1 to 20 (What's Selling section), or Value of 1 to 16 (Featured Photos section) that specifies how many thumbnails to show.
- Customize background color - append the following optional parameter to the URL in the IFRAME's src attribute:
bgcolor (default is transparent) - Value of the standard HTML color specification to match the look of your page. You can use color names (AntiqueWhite, Gainsboro) or HEX values without the # sign (FFF8DC, FFF0F5).
- Customize container: modify appearance of the IFRAME HTML tag as per the WDG specifications.
Here is the example of the URL showing 4 images in the Featured Photos section with mouseover previews enabled, on the slightly off-white background:
http://www.shutterpoint.com/Synd-Front.cfm?s=F&p=1&i=4&bgcolor=FAFAFA
<iframe src="http://www.shutterpoint.com/Synd-Front.cfm" width=100% height=510 frameborder=0>
<!-- alternative content for old browsers which do not support iframe -->
<a href="http://www.shutterpoint.com">ShutterPoint Stock Photos</a>
</iframe>
General Links and Banners
Use these options to link to ShutterPoint.
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com">ShutterPoint Stock Photography</a>
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com">ShutterPoint Stock Photography</a><br>
Online collection of royalty-free stock photos submitted by members.
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com"><img src="http://www.shutterpoint.com/images/logo_box.gif" border="0" alt="ShutterPoint Stock Photography"></a>
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com"><img src="http://www.shutterpoint.com/images/logo_box.gif" border="0" alt="ShutterPoint Stock Photography"><br>Collection of royalty-free stock photos</a>
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com/Sell-Photos.cfm"><img src="http://www.shutterpoint.com/banners/sph1.gif" border="0" alt="ShutterPoint Stock Photography"></a>
Instructions
Copy & Paste the HTML code below to your web page.
Link Preview:
<a href="http://www.shutterpoint.com/Buy-Photos.cfm"><img src="http://www.shutterpoint.com/banners/pyl1.gif" border="0" alt="ShutterPoint Stock Photography"></a>
General Search Forms
Use these options to place a photo search form on your web page.
Instructions
Copy & Paste the HTML code below to your web page.
Form Preview:
<table style="border:1px silver solid;" bgcolor="Lavender" cellspacing="0" cellpadding="3">
<form action="http://www.shutterpoint.com/Photos-Search.cfm">
<tr>
<td>
<input type="text" name="q" maxlength="50">
<input type="submit" name="submit" value="Search Photos »">
</td>
</tr>
<tr>
<td style="font-size: 9px;" align="center">
<a href="http://www.shutterpoint.com">Powered by ShutterPoint Stock Photography</a>
</td>
</tr>
</form>
</table>
Instructions
Copy & Paste the HTML code below to your web page.
Form Preview:
<table style="border: 1px black solid;" bgcolor="MidnightBlue" cellspacing="0" cellpadding="3">
<form action="http://www.shutterpoint.com/Photos-Search.cfm">
<tr>
<td align="center">
<a href="http://www.shutterpoint.com"><img src="http://www.shutterpoint.com/banners/logo_small.gif" alt="ShutterPoint Stock Photography" border="0"></a>
</td>
</tr>
<tr>
<td>
<input type="text" name="q" maxlength="40">
<input type="submit" name="submit" value="Search Photos »">
</td>
</tr>
</form>
</table>