Jump to content

The Find Verification Code


Recommended Posts

I have this code from TheFind but somehow it doesn't work. I believe I have to modify it so that it can be put inside the .tpl file ( I plan to use paymentlogo.tpl). Can anybody help?


 [removed]
   (function() {
     var upfront = document.createElement('SCRIPT'); 
     upfront.type = "text/javascript"; 
     upfront.async = true;
     upfront.src = document.location.protocol + "//upfront.thefind.com/scripts/main/utils-init-ajaxlib/upfront-badgeinit.js";
     upfront.text = "thefind.upfront.init('tf_upfront_badge', '84e5005cdae03cfe2c50044c071fc01e')";
     document.getElementsByTagName('HEAD')[0].appendChild(upfront);
   })();
 [removed]

Link to comment
Share on other sites

×
×
  • Create New...