Hi...Can anyone tell me how to put Zangocash "gateway" code in blogger blogspot (Own Domain)...they said something like need to put the code before the <html> tag...I used HTML parser to put the code inside blogger template but it is not working.. Anyone..
Pasting the code before the first HTML tag is more like a recommendation than a requirement. I prefer to put the gateway code in the end of the template (before the closing Body tag), so my visitors get a sneak-peak of the content before they decide to install the gateway. Also, don't forget to "escape" the last "&" in the gateway JavaScript code before saving with replacing it with "&", so you don't receive parsing errors. Feel free to rep me if it works...