All Help Topics
Adding Search to Your Website
Just cut and paste this code into your site's HTML and a PhotoShelter search field will appear. This allows users to search through your (and only your) publicly searchable images.


So here's the process
- Cut and Paste Code into your site's HTML
- Execute a search from your personal website
- Results are returned from PhotoShelter.com
- At this time, you cannot frame the results of your search
FAQs
Can I have the search results open into a different window?
Sure. By default, the search links in the same window to PhotoShelter but you can have it so the search results in a new window. All you have to do is insert target="ps" into the beginning of the code. The code starts< form action="..." method="post" >You must change it to:
< form action="..." method="post" target="ps" >Make sure you paste target="ps" within the single tag, i.e. between < and > .