Practice examples for the site http://www.origamimauro.it
1) Script to copy on your site
1<script type="text/javascript" src="http://www.esajob.com/componenti/appesterne/js/appesterne.js"></script>
2) Copy the script on your site after the the opening tag <body>
1<html> 2<head> 3<title>....</title> 4</head> 5 6<body> 7<script type="text/javascript" src="http://www.esajob.com/componenti/appesterne/js/appesterne.js"></script> 8 9 10</body> 11</html>
3) Add this command where you wont on your site to add tags on your photos
1onclick="Uj_ApriDivContenitore(0, 'ENG', 'http://www.origamimauro.it/foto/fotomiei/drago1.jpg');"
(0) Id your personal Id. If it is 0 it means that you are not legged in.
('ENG') Set the language to see. ITA: Italian ENG: English
('http://www.origamimauro.it/foto/fotomiei/drago1.jpg') It is the direct link to the image to tag
Example code: 1 Click on the image.
1<img src="http://www.origamimauro.it/foto/fotomiei/miniature/drago1.jpg" onclick="Uj_ApriDivContenitore(0, 'ENG', 'http://www.origamimauro.it/foto/fotomiei/drago1.jpg');" />
Example code: 2 Click on the button.
1<input type="button" value="View tags" onclick="Uj_ApriDivContenitore(0, 'ENG', 'http://www.origamimauro.it/foto/fotomiei/drago1.jpg');" />
Example code: 3 Click on the writing.
View tags
1<span onclick="Uj_ApriDivContenitore(0, 'ENG', 'http://www.origamimauro.it/foto/fotomiei/drago1.jpg');" >View tags</span>
Example code: 4 Click on the link.
View tags1<a href="#" onclick="Uj_ApriDivContenitore(0, 'ENG', 'http://www.origamimauro.it/foto/fotomiei/drago1.jpg');" >View tags</a>