I just wanted to add if no one wants to help for free I could be convinced to pay for this mod if I have to.
It shouldn't be that hard as the java applet (above post) outputs the correct link to Creative Commons website and correct link to the accompanying image as needed based on what you choose.
Quote:
Extracting results
All of these result extraction systems are demonstrated in the examples.
* There are two hidden form fields called cc_js_result_uri and cc_js_result_name that respectively store the URI and name of the license selected by the user. Just do document.getElementById("cc_js_result_uri").value (or "cc_js_result_name" instead) and you'll have the license information.
* There is an extra hidden form field containing the link to the image used. Simply get the element whose ID is cc_js_result_img and you will have a URL that is a permanent image. Hotlinking these images is allowed and encouraged.
|