Hi to all, i create a room at meebo, and they give me the embed code for put into my site.
I make a new page on my D7 site, and i add a new html block and i insert this code :
<div style="<div style="width:550px"><style>.mcrmeebo { display: block; background:url("http://widget.meebo.com/r.gif") no-repeat top right; } .mcrmeebo:hover { background:url("http://widget.meebo.com/ro.gif") no-repeat top right; } </style><object width="550" height="415"><param name="movie" value="http://widget.meebo.com/mcr.swf?id=GCIzGdGpvI"></param><embed src="http://widget.meebo.com/mcr.swf?id=GCIzGdGpvI" type="application/x-shockwave-flash" width="550" height="415" /></object><a target="_blank" href="http://www.meebo.com/rooms/" class="mcrmeebo"><img alt="Create a Meebo Chat Room" src="http://widget.meebo.com/b.gif" width="550" height="45" style="border:0px"/></a></div>
But does not work. I'm to ask if also this is stopped by the htmlpurifier of D7 or i missing something.
I do the some in one D6.1.6 site, and work fine...
If is filtered by the htmlpurifier, how i can get it work?
Thank you so much...
... |
You can check this by going into the DB and inserting it into the block there. That will bypass the purifier. |
Thank for the suggestion...
I try to put the code from the DB into the block... I empy the cache folder ...
But nothing to do...
... |
Thank for the suggestion...
I try to put the code from the DB into the block... I empy the cache folder ...
But nothing to do...
Did you try putting the code from the DB into the block or did you try putting the code from the block into the DB? Just making sure you did it the right way, meaning you went into the DB, found the table and then the block and edited it IN the DB (via phpMyAdmin) and then clicked save, cleared the cache and so on or did you try this via the Admin Panel?
You might want to try adding an iFrame to it.
|
I do that from phpmyadmin, from the table sys_page_compose i found the html block on the page i make, and then i paste the code inside the field " content "...
I hope is the right way...
I'm sure the code work, because with D6.1.6 i paste it inside the html block an work fine...
Thank
... |
You need to look at what your doing again. I went into my admin panel builders and told it to "Add Page" which it did. I named the page Meebo and then added in an html block, gave it the name Meebo Chat. Next up I copy pasted your code from the OP with no edits to it into the box and go this when I clicked View Page after saving:

I also tried this using the home page and it added in the chat there perfectly also. No, this is not a special D7 install, in fact it has very little changes, none to the htmlpurifier. Is the code in the DB when you look?
|
Hi i try to instal in other D7 site... and the fact is it work !
On the first D7 site i have a custom template... Can be this the problem?
Thank a lot for the help !
... |
I'd say it probably is the template. Check the DB on the first site and see if the code is in fact there or not. That would be your first step, then being looking at the page your bringing up that should have it in Firefox using Firebug and compare it to the one that does work. Time consuming, but it should help you find the issue. |
I check on the DB and the code is there...
I will check with Firebug for found the difference between the 2 sites ( templates)
I really appreciate your help ! Thank.
... |
The problem is with Safari browser and D7, when i open the site with Firefox i see the block... I have to check also with other browers...
If i check the old site ( the D6.1.6) with Safari, the block work...
I empy the cache from everywhere : D7 cache folder, from tha administration, Safari cache...
From Safari :

From Firefox :

... |