How to embed Parrot Products’ Website into another

How to embed Parrot Products’ Website into another
website
Parrot Products’ Website can be embedded into any website with ease.
The embedded pages will not display any Parrot Products branding. Only the content of the area highlighted in
blue (see image below) will be displayed.
Parrot Products (PTY) Ltd © 2011
Guide: How to embed Parrot Products’ Website into another website
What is required?
•
•
•
Access to your own web pages.
A simple text editor.
A unique Customer Code.
How to Embed Parrot Products’ Website
HTML Code
You need to open your web page which contains HTML in your text editor and add the following code wherever you
wish to embed the Parrot Products’ website.
<iframe width="100%" style="border:0px" height="500px" scrolling="auto"
src="http://www.parrot.co.za/Default.aspx?Company=***-***">
</iframe>
The src value must always contain the right web address (http://www.parrot.co.za/Default.aspx?Company=******).
The asterisks (Company=***-***) must be replaced with your Company’s unique Customer Code.
Every other property on the code above can be modified according to your need.
Once you’ve added this code to your web page, save the web page and open the web page in your favourite web
browser.
The result will be similar to the example below.
Opening Parrot Website in a new web browser window
If you wish to display the website in a new browser window, you need to add a link on your website. This can be
done by copying the following code into your web page:
<a href=”http://www.parrot.co.za/Default.aspx?Company=000-001” title=”Click here to open the boards
catalogue in a new window”>Boards</a>
Parrot Products (PTY) Ltd ©2011