Linking to ARKive
We are always pleased for other websites to link to the information and resources on the ARKive website, and there are a number of ways to do so described below.
For administrators of large database-driven sites we also offer a number of XML feeds that are available for data-harvesting and an API service to enable deep linking to ARKive species pages or media. Please read the API user guide or email arkiveapi@wildscreen.org.uk for more information.
Linking to a species page
To link to a specific species page in ARKive, find the page you are interested in, then look for the
"Link to this photo/video" option in the left hand menu. This gives instructions on how to easily create a graphic link to that specific page.
Alternatively, you can use the
ARKive API portlet method.
Linking to the homepage
Text links to http://www.arkive.org/ will always take you to the homepage of the main ARKive website.
It may be more informative to accompany your link with a short description of the ARKive project a suggestion is shown below.
ARKive - a unique collection of thousands of videos, images and fact-files illustrating the world's species.
You could also have an ARKive logo link on your site by using the following code snippet to embed the linked logo into your web page. You may substitute the logo for one of the three alternative options detailed below.
<a href="http://www.arkive.org/" border="0"> <img src="http://www.arkive.org/images/logos_external/arkive_black_trans_150.png" border="0" width="150" height="49" alt="ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species." title="ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species." /> </a>
http://www.arkive.org/images/logos_external/arkive_white_trans_150.png
The previous two logo options use transparent backgrounds so that they blend with the background of your website. This feature is supported by newer browsers such as Internet Explorer 7, Firefox, Safari and Opera, but may appear with a plain grey background for users of older browsers. The following two logo options do not use transparent backgrounds, making them more compatible with older browsers such as Internet Explorer 6.
http://www.arkive.org/images/logos_external/arkive_black_onwhite_150.png
http://www.arkive.org/images/logos_external/arkive_white_onblue_150.png
Linking via the ARKive search
The following link will allow your users to access ARKive search results directly from your website.

Search ARKive
This can be implemented by pasting the following code in to your web page.
<p><img src="http://www.arkive.org/images/logos_external/arkive_black_trans_150.png" alt="ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species." title="ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species." width="150" height="49" border="0" /> <br/>Search ARKive</p> <form action="http://www.arkive.org/" name="search" method="get" id="search"> <input size="8" class="contenttextleft" type="text" name="quicksearch" id="quicksearch" /> <input type="submit" value="go" style="margin-right:5px;margin-left:5px;" /> </form>
Back to top