I have been trying to add a new widget to my website but each time I enter the code. For some reason it gets stripped and it never works or even show up on the page. Can anyone offer some advise on how to fix.
Falconer
Thanks in advance
I have been trying to add a new widget to my website but each time I enter the code. For some reason it gets stripped and it never works or even show up on the page. Can anyone offer some advise on how to fix. Falconer Thanks in advance |
just about to post something the same!!!! great timing.
Im trying to add a widget also, get a blank HTML box everytime. Emailed the suppliers of the widget they sent this message to me
Your CMS is stripping away the call to the embed.js file from Director, this breaks the whole embed process and renders the embed code unusable. You should check your CMS documentation or contact their support team to verify if there is a way to add calls to external js files through the html block.
Sounds like the same prob, any ideas how to get round this??? Have been trying to embed in a HTML block. would php block be different? |
This has been discussed before. Are you running D 7.0.4? Its suppose to be fixed in that version. If you are not, try Deano's fix here:
http://www.boonex.com/unity/forums/#topic/Page-Builder-Big-Bug.htm Nothing to see here |
no, all that change does is get rid of the tinyMCE editor in html block. doesnt change anything else.
This is the embed code Im using
<!-- START EMBED CODE --> <script type="text/javascript"></script> <div id="gallery-34523"></div> <script type="text/javascript">// <![CDATA[ SlideShowPro({ attributes: { id: "gallery-34523", width: 550, height: 400 }, mobile: { auto: false, poster: "crystal" }, params: { bgcolor: "#000000", allowfullscreen: true }, flashvars: { xmlFilePath: "http://myalbum.slideshowpro.com/images.php?gallery=34523", paramXMLPath: "http://myalbum.slideshowpro.com/m/params/glass.xml", navAppearance: "Visible on Rollover", feedbackPreloaderAppearance: "Bar" } }); // ]]></script> <!-- END EMBED CODE -->
Have replaced my site name with myalbum in the embed, otherwise this is what Im given. Supposed to display a video flash gallery. Just showing an empty box though if used in html block. |