Links

Linking to ARKive

We are always pleased for other websites to link to the information and resources on the ARKive websites; there are a number of ways to do so.

Linking to a species page

To link to a specific species page in ARKive, find the species you are interested in, then look for the Link to this page option on the right hand menu. This gives full instructions on how to link to the page.

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.

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.

image: ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species.

<a href="http://www.arkive.org/" border="0">
<img src="http://www.arkive.org/images/external_logo.gif" border="0" width="250" height="74" 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>

Linking via the ARKive search

The following link will allow your users to link directly to a page of search results on the ARKive website.

image: ARKive - A unique collection of thousands of videos, images and fact-files illustrating the world's species.

search for a species

This will require code to submit a form to the ARKive server and can be implemented by pasting the following code in to your web page. Please note: This is example code only – please re-format as necessary.

<img src="http://www.arkive.org/images/external_logo.gif" 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="250" height="74" border="0" />
<p>search for a species</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