what block type should I use to embed a script

Permalink
Hi there,

I would like to know what block type should I use to implement this script, which is a badge from my yahoo RSSGEO pipe. I have tried the HTML but obviously does not work. I have also tried adding the iframe tag with no success.
<script src="http://l.yimg.com/a/i/us/pps/mapbadge_1.5.js">{"pipe_id":"eb53e9a6645d1478f41567c2beea2eb8","_btype":"map","pipe_params":{"rssurl":"http:\/\/www.indeed.co.uk\/rss?q=librarian&l="}}</script>


ANy suggestion?

Thanks a lot!

ggutierrez79
 
PauloCarvalhoDesign replied on at Permalink Reply
PauloCarvalhoDesign
Use html block.
ggutierrez79 replied on at Permalink Reply
ggutierrez79
First block I tried was the HTML one and does not work.
PauloCarvalhoDesign replied on at Permalink Reply
PauloCarvalhoDesign
Sorry but I have miss read this, getting tired :)
JohntheFish replied on at Permalink Reply
JohntheFish
You could try an iframe. That is usually a good solution for pulling adverts in without crashing everything else.

If you want to get more expensive, my jQuickie block provides built in protection for many of the usual scripting issues encountered with html blocks.
http://www.concrete5.org/marketplace/addons/jquickie/...
ggutierrez79 replied on at Permalink Reply
ggutierrez79
Thanks for it, but I do not have now the budget for this.
webpresso replied on at Permalink Reply
webpresso
http://www.concrete5.org/marketplace/addons/code-blocks/

The Addon "Code Block" could be helpful to you.
ggutierrez79 replied on at Permalink Reply
ggutierrez79
The automatic installation of the block does not work for "code block", so I had to go for the manual one and uploaded to the server. But I can't see the "add functionality" on my Concrete5.5.2 version.

Where then?

Thanks!
Steevb replied on at Permalink Reply
Steevb
You might want to try wrapping it in a div class.
ggutierrez79 replied on at Permalink Reply
ggutierrez79
Div does not work either :(

Thanks! Any other idea or work around?
Steevb replied on at Permalink Best Answer Reply 2 Attachments
Steevb
I used the HTML block and a div.

It worked fine me.

See attached
ggutierrez79 replied on at Permalink Reply
ggutierrez79
You are right! Apparently it took a bit longer to me, but in the end it worked!

Thanks you so much!!!!