This guide is a walkthrough of how to link the 3D viewer your website. What is the 3D viewer? The 3D viewer is a flash application which let's you preview weapons, armor and npcs with a simple click. In addition you can rotate, zoom and position the model to your needs.
3D Viewer Syndication
Syndicating the 3D viewer is simple. Follow this two-step process, and you're done.
1. Put the following code into the HEAD section of the HTML document:
<script type="text/javascript" src="http://ru.aiondatabase.com/js/exsyndication.js"></script>
2. Your site is now ready for 3d viewer syndication!
3D Viewer Link/Popup
Whenever you want to include a 3D viewer link in a news story, comment, or forum post, all you need to do is create a aiondatabase link with the class attribute: "3dviewer". Here's are some examples:
Item (Weapon): Abominable Cruelty (click link to view 3d model)
<a class="3dviewer" href="http://ru.aiondatabase.com/item/100900189">Abominable Cruelty</a>
<a class="3dviewer" href="http://ru.aiondatabase.com/item/110100913">Archon Squad Leader's Cloth Tunic</a>
NPC (Monster): Big Foot Kerub (click link to view 3d model)
<a class="3dviewer" href="http://ru.aiondatabase.com/npc/210671">Big Foot Kerub</a>
<a class="3dviewer" href="http://ru.aiondatabase.com/npc/204831">Aetheric Field Suppressing Device</a>