Search Unity

Unity Blogger Gadget and Unity iFrame Gadget

Discussion in 'Made With Unity' started by Dreamora, Apr 8, 2010.

  1. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Hello everybody

    I'm here to let all know that I've finished the work on two little but usefull helpers for fellow Unity developers, especially fellow unity developers using Googles Blogger

    That are the Unity Blogger Gadget which allows you to add a unity webplayer to your blogger layout as well as a Unity iFrame Gadget to embed a webplayer into a blog posting or CMS content page.


    Unity Blogger Gadget


    The Unity Blogger Gadget is a small XML that enables you to use a unity webplayer as part of your Blogger Template. It will be always present.

    To use it, choose to add a new gadget and select that you want to use an own gadget and enter the following url to use it: http://www.gayasoft.ch/bloggergadget/UnityBloggerGadget.xml and accept.
    The appearing window allows you to configure the URL to the player and the width / height of the player area

    Unity iFrame Gadget


    The Unity iFrame Gadget is a wrapper that is of use whereever you want to embed the Unity webplayer without forcing in all the regular webplayer generated HTML code. For example a blog post, a CMS and alike.

    Similar to the Blogger Gadget, it also offers some configurability, namely url, width and height.
    Unlike the Blogger Gadget though you have to pass these data as parameters to the gadget.

    The gadget itself can be found at http://www.gayasoft.ch/bloggergadget/UnityIFrameGadget.php
    As an example, lets check out the example on the linked blogger entry (a slightly altered network example from here, where as the server is a headless client on my server) which bases on an iframe and shows a webplayer at 560x420 pixel resolution with an iFrame thats slightly larger to host it without bars

    <iframe height="440" src="http://www.gayasoft.ch/bloggergadget/UnityIFrameGadget.php?url=test.unity3d&width=560&height=420" width="590">


    For more including an example, please visit http://www.unityversum.com/2010/04/iframe-gadget-test.html
     
  2. alexfeature

    alexfeature

    Joined:
    Apr 1, 2010
    Posts:
    132
    Awesome :D
     
  3. solomillo

    solomillo

    Joined:
    Jan 6, 2013
    Posts:
    2
    hello, thanks for the plugin, it must be awsome, but recently the "add your own gadget" option in blogger seems to be broken...

    however it seems to be another way to make it, with a "html/javascript" gadget, but I am completly lost about that.
    Is there a way to make it whithout the "add your own gadget" solution?

    It would be wonderfull
     
  4. G.G.

    G.G.

    Joined:
    Feb 28, 2013
    Posts:
    5
    On the blog:
    the code is
    <iframe height="412" src="http://unitygadgets.gayasoft.ch/WebContainer/UnityWebContainer_2_0.php?url= ---the URL web with unity3d file-- &width=550&height=420" width="555"></iframe>

    My first error is to use a tag <iframe> height... not <iframe height...
    Really thanks.
     
  5. Littleclaude_2

    Littleclaude_2

    Joined:
    Jul 13, 2013
    Posts:
    6