Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script tags in Meteor doesnt work #50

Closed
fardeem opened this issue Mar 9, 2015 · 3 comments
Closed

Script tags in Meteor doesnt work #50

fardeem opened this issue Mar 9, 2015 · 3 comments

Comments

@fardeem
Copy link

fardeem commented Mar 9, 2015

When using the iframely:oembed package for meteor, if the resulting html contains a script tag the embed doesn't show up. Anyway around this?

@iparamonau
Copy link
Member

Thanks for heads up. We'll investigate what's going on there.

@fardeem
Copy link
Author

fardeem commented Mar 10, 2015

The {{{ html }}} used can't have script tags in Meteor because Blaze does some fancy stuff and ultimately doesn't render the script tag. I think jQuery is the way to go but I'm not sure how. I tried some stuff but it doesn't work.

@nleush
Copy link
Member

nleush commented Apr 2, 2015

Just published 0.0.2 version with fixed bug of rendering <script> tags, using jQuery.

Try it and tell if you have any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants