Hello, I have "coded" a little ajax widget using Google Translates API, added some GFX etc. I making it "social networkable", and want to offer users to add it to their own site. (copy/paste) Since the file itself is basically just a html file, I'm wondering what the best approach would be to keep as much of the code on my own server as possible, in case I want to update width more languages etc. I was thinking of using iframe, and having the copy paste code having a width and height, and then showing the html in the iframe. Is there another way and better way? The problem with the iframe is that if a user is having a different "background", it will look weird. Would appricate any help or suggestions Happy new Year to all! Cheers
If you have no background on your webpage where the widget is hosted, then the iframe will detect the colour of the background the widget is embeded on. Hope that sorts your probs out.