class="gadgets-gadget-content" - es no bueno

An iframe in dolphin code?

<div class="gadgets-gadget-content">
<iframe
width="<?=($width - 6)?>"
scrolling="<?=$gadget['scrolling'] || $gadget['scrolling'] == 'true' ? 'yes' : 'no'?>"
height="<?=! empty($gadget['height']) ? $gadget['height'] : 'auto'?>"
frameborder="no" src="<?=$iframe_url?>"
class="gadgets-gadget"
name="remote_iframe_<?=$gadget['mod_id']?>"
id="remote_iframe_<?=$gadget['mod_id']?>"></iframe>
</div>



When using this opensocial gadget: http://mrallen.com/scramble/gadget.xml

The iframe is not properly resized to fit the gadget.  Hard coding the width and height is not a solution, but it does show that the iframe sizing isn't going to work:

<div class="gadgets-gadget-content">
<iframe
width="100%"
scrolling="<?=$gadget['scrolling'] || $gadget['scrolling'] == 'true' ? 'yes' : 'no'?>"
height="500px"
frameborder="no" src="<?=$iframe_url?>"
class="gadgets-gadget"
name="remote_iframe_<?=$gadget['mod_id']?>"
id="remote_iframe_<?=$gadget['mod_id']?>"></iframe>
</div>


It's a cool multiplayer game, but strangely, when I played a game with someone from who knows where, that person automatically became a member of my site.  Anybody know how that happened?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Nov 2009

It must work like FBConnect... the module actually plays the role of a middle-man between the 2 websites... since they both need to be logged in to interract, and since the module has the credentials to add users to your platform, you get to share the users...

The main prob is that sharing the users doesn;t automatically add to your real traffic (users who care and have their time on your site)

Quote · 18 Nov 2009

which was the file you edit!. to see if others can do something!

Quote · 20 Nov 2009

/modules/boonex/open_social/integration/Application/Views/gadget/gadget.php

The gadget container div, lines 55 - 64

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 20 Nov 2009

ok thanks

Quote · 21 Nov 2009

hello all is well in the profile, do the right thing but now the error is given in http://www.puqee.com/page/Scramble-game

check it out ...

and also do not know if it happened to someone else but could not add gadgets and I have to add them directly from the database. and so and not seen demozzz.com/dolphin7b gadget can be added to the profile.! there is a solution for this?

Quote · 26 Nov 2009

Scrollbars make the scramble game unuseable.  Dynamically resizing an iframe has always been a little tricky.. for me at least.  It usually works ok when the page in the iframe is from the same domain, but when it's external content, it always seems to have problems.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Nov 2009

if in the case of use in http://www.puqee.com/page/Scramble-game ... in the profile works perfectly ...

and take the opportunity to ask a question:

I know something like you can add a link to the wall of dolphin from another site something like:

Example: http://www.facebook.com/share.php?u = ((url)) & t = ((title))

this is possible in dolphin?

as dolphin would do this from? someone says. and tried everything but nothing works!

thank

Quote · 27 Nov 2009
Using a Custom URL Scheme

If you already have a URL on your site that accepts shared content, and that URL includes the URL and title of the link being shared, you can add that to the Service Directory without changing anything. Simply select the "Custom" choice in the form and specify that URL, using special tags to represent how you want the URL and title passed in:

  • {{url}}: will be replaced with the URL of the link being shared
  • {{title}}: will be replaced with the title of the page being shared
  • {{desc}}: will be replaced with the description of the page being shared (if available)

For example, if you entered a URL like this:

http://www.example.com/share.php?the_url={{url}}&title={{title}}

Then when a user wants to share something to your service, we'll send the browser to that URL, replacing the template parameters appropriately.

Quote · 27 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.