Installed the plugin and when I click the link where I inserted the fucntion the window for the form opens to the right of my page and not as an overlay! No script errors appear to exist.
Also, when I click the generate individual links I get a javascript error and no link generate.
Line 238 on my site for the admin generate link issues:
function genCode(){
if (document.getElementById("cat").value == ''){cat = "''";} else {cat=document.getElementById("cat").value;}
Also wondering if you have plans to support custom post types and custom taxonomies? I am using them extensively!
Mike