"Meebo" embed no long works.(it did!)

Bugs » #17


This section on the Community is no longer supported, in favour of Wikidot's Official Feedback Site.

It is retained here for archiving purposes.

Posted by Phil ChettPhil Chett on 06 Jul 2008 12:57, last edited on 04 Mar 2009 14:10

This bug has a workaround, but has not been fixed

Description

If i try and create a new meebo chat room using the code provided i get

How to Reproduce

Create new meebo account, set up chat room, copy and paste code.

Browsers

All

Works correctly

Using the old code

Workarounds

here is some old version code. (slightly edited for reading ease)

[[embed]]
<embed src="http://widget.meebo.com/mm.swf?ZZNjBKiApG" type="application/x-shockwave-flash" wmode="transparent" width="190" height="275"></embed>
[[/embed]]

Result

[[embed]]
<embed src="http://widget.meebo.com/mm.swf?ZZNjBKiApG" type="application/x-shockwave-flash" wmode="transparent" width="190" height="275"></embed>
[[/embed]]

this is the new version code as provided by meebo (slightly edited in the same way as above)

[[embed]]
<embed src="http://widget.meebo.com/mm.swf?hmotynVUDQ" type="application/x-shockwave-flash"  width="190" height="275"></embed>
[[/embed]]

Result

The fix

with the non working code eg:

embed src="http://widget.meebo.com/mm.swf?hmotynVUDQ" type="application/x-shockwave-flash"

width="190" height="275"

add to it

wmode="transparent"

So it looks like this

embed src="http://widget.meebo.com/mm.swf?hmotynVUDQ" type="application/x-shockwave-flash"
wmode="transparent" width="190" height="275"

Resulting code (in its entirety) should look like:

[[embed]]
<!-- Beginning of meebo me widget code.
Want to talk with visitors on your page?  
Go to http://www.meebome.com/ and get your widget! -->
<embed src="http://widget.meebo.com/mm.swf?hmotynVUDQ" type="application/x-shockwave-flash" wmode="transparent" width="190" height="275"></embed>
[[/embed]]

Result :

Author

Phil ChettPhil Chett

Rate this Bug

Rate the urgency of this bug. If you think it is more urgent and important than it's current rating suggests, rate it up.

rating: 0+x
Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.