Hi there,
We have a coppermine gallery and would like to integrate some links so that members can download gallery images/video to their mobile phone as wallpaper, etc. To call up the mobile gateway, I need to add hyper links next to various images or within the overall header or footer of the main gallery/category pages.
First of all, on any page that will call up the mobile download function, I need to insert this script between the <head> tags of the page:
<script language="JavaScript" src="http://www.sharewire.net/functions.js"></script>
On the page that has the gallery image to be sent to a mobile, I need a link that says for example:
<a href="javascript:doSharewire( PRODUCT_ID, 0, '', '', 1, 1, 292, 480);">Download this image or video to your mobile</a>
The product ID ties in with the backend of our user account and was previously uploaded to the mobile platform. That's the easy bit :-)
So, hopefully this makes sense? Can anyone tell me which files to edit or how I might include these hyper links next to images (remembering that the header javascript needs to be on the page also). We can do this easily on a basic HTML page, but will it work with coppermine gallery?
Eagerly awaiting an experts input!
Cheers guys