The embeddable search box is perfect if you want clients or site visitors to be able to search your public PhotoShelter website for keyworded images from an external page. You can embed this search box onto your main portfolio website, your blog, or even on a particular page of your PhotoShelter site that does not already include a search function. To embed the PhotoShelter search box, you'll need to grab the embed code from your Embeddable Search page.
Embed an Archive Search Box
2. In the box will appear your HTML code to embed an Archive
3. Copy and paste the code into the HTML of the page on which you'd like the box to appear.
Note: At this time, you cannot frame the results of your search
To have search results open in a new window:
To have the search results open in a new window, all you have to do is insert target="ps" into the beginning of the code. The code begins as follows:
< 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 > .