I am trying to add a service from Google, like translation. Can I copy the HTML of the whole page and paste it on my site without changing anything to it. If not, can you provide me with the link that prohibit it. Thank you
I would not copy code from google if i was you. No internet content is allowed to be copied but most of the time it can be proven like for small snippets of code. Google makes these services in widgets like translation for a reason. Can you explain mmore about what you are trying to do and ill try give a better answer.
TRYING TO ADD TRANSLATION SERVICE TO MY SITE. LIKE THIS http://www.google.com/language_tools?hl=en NONE OF THE WIDGET HAVE THIS OR EVEN CLOSE. THANKS
It looks like this is what you want: http://code.google.com/apis/ajaxlanguage/ Specifically like this example: http://www.google.com/uds/samples/language/translate.html You (or someone you hire) could probably put together something that would be very similar to that google page.
Yes, I need like this example, but how do I copy the HTML file. When you go to http://code.google.com/apis/ajaxlanguage/ there is no HTML code to copy. Thanks
It's not HTML, it's Javascript. You need to read the developer's guide. In particular look at the examples, which include some short code you can paste into your web page.