Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2012
    Posts
    12

    WD6 help with Google Gadgets For Your Webpage

    hi talk graphics ;

    i can not use gadgets from google gadgets in to web designer 6 ; i have to try but i do someting wrong , if i insert the code into placeholder then i don't have the gadget.

    thanks a lot

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: help with Google Gadgets For Your Webpage

    Could you post a sample of the code ?

  3. #3
    Join Date
    Feb 2012
    Posts
    12

    Default Re: help with Google Gadgets For Your Webpage

    hi drwyd

    i put code of Google Translate My Page doesn't work on my web designer :

    <script src="//www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104920415069729053126/translatemypage1.xml&amp;up_source_language=en&amp ;synd=open&amp;w=125&amp;h=40&amp;title=Google+Tra nslate+My+Page&amp;lang=en&amp;country=ALL&amp;bor der=%23ffffff%7C3px%2C1px+solid+%23999999&amp;outp ut=js"></script>


    thanks

  4. #4
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: help with Google Gadgets For Your Webpage

    I've had no joy either.

    BTW you do know that this could very likely mess up your page in a big way ?

  5. #5
    Join Date
    Feb 2012
    Posts
    12

    Default Re: help with Google Gadgets For Your Webpage

    i am a beginer

    where is the problem ? which code i must use ? realy i don't know

  6. #6
    Join Date
    Jun 2010
    Posts
    695

    Default Re: help with Google Gadgets For Your Webpage

    2 things make this script not work when you view it locally;

    1. The way Google have given the code to you means that it will only work when served from a live website.

    2. There are 2 spelling mistakes, possibly caused from when you copy/pasted it originally. There are 2 spaces that shouldn't be in the code. I've removed them in the code below and tested this and it works

    <script src="//www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104920415069729053126/translatemypage1.xml&amp;up_source_language=en&amp ;synd=open&amp;w=125&amp;h=40&amp;title=Google+Tra nslate+My+Page&amp;lang=en&amp;country=ALL&amp;bor der=%23ffffff%7C3px%2C1px+solid+%23999999&amp;outp ut=js"></script>

  7. #7
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: help with Google Gadgets For Your Webpage

    Nice one. That was bugging me.

    The following version will preview from a local copy (but will not translate)

    Code:
    <script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104920415069729053126/translatemypage1.xml&amp;up_source_language=en&amp ;synd=open&amp;w=125&amp;h=40&amp;title=Google+Translate+My+Page&amp;lang=en&amp;country=ALL&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>

  8. #8
    Join Date
    Feb 2012
    Posts
    12

    Default Re: help with Google Gadgets For Your Webpage

    thanks a lot ,, yes i test it and that work local ,,,

    Thank You Gentelmans. Great job )

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •