In order to offer your visitors enhanced flexibility, we
have included our free-text search engine in our affiliate program.
The search engine is completely customizable, with headers and
footers that are automatically added to DriveWerks search results.
All links on the resulting page are funneled through LinkShare, so
when a visitor clicks on a product, you will get credit for the
sale.
How Does it Work? Simply add a
small snipet of code to your website, and you will give your
visitors instant access to nearly 100% of the products available for
purchase on DriveWerks. We also give you the opportunity to
design your own custom header and footer pages so that it looks like
your visitors never leave your site! Here is a sample of the HTML code that
you can use:
All you need to do is cut & paste the code into your HTML
page, and modify a few of the 'tags' contained within the code:
Replace the value '1Mh2Xiq9xN0' with your 11 character LinkShare ID:
<input type="hidden" name="LinkShareID"
value="1Mh2Xiq9xN0">
Replace the value '56490.1' with your LinkShare Offer
ID
<input type="hidden"
name="LinkShareOfferId" value="56490.1">
Replace the URL below with one that points to your
custom header page:
<input type="hidden"
name="header" value="http://partners.drivewerks.com/sample_affiliate_page_header.htm">
Replace the URL below with one that points to your
custom footer page:
<input type="hidden"
name="footer" value="http://partners.drivewerks.com/sample_affiliate_page_footer.htm">
When creating your custom header/footer pages, make sure
that you use absolute links instead of relative links in the code.
What exactly does this mean? When linking to images, your code
should look like:
<img src="http://www.yourdomainname.com/images/sample_image.jpg">
as opposed to relative links:
<img src="images/sample_image.jpg">
If you use relative tags, any images you display in your header
or footer pages will be shown as broken links.
Here is the sample code that you can you to create the above
search box: