Widget Builder Stripping Out HTML???
-
I made a simple widget that is nothing more than the soundcloud “embed track” code which consists of an iframe inside a few conditional comments and a span at the end that serves as a button link and when I view the page, the condition comments are replaced with a paragraph tag set with a break tag inside. The span tag is not messed with. What the actual heck?
Here is the code that is being stripped out:
<!--[if IE]> <iframe width="220" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F86869170&auto_play=false&show_artwork=false&color=000000"></iframe> <![endif]--> <!--[if !IE]>--> <iframe width="220" height="166" style="border-style:none; overflow:hidden; width:100%;" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F86869170&auto_play=false&show_artwork=false&color=000000"></iframe> <!--![endif]-->
Any thoughts? My first time using widget builder, but it works for other things I have used thus far.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Widget Builder Stripping Out HTML???’ is closed to new replies.