I want to add this a Widget in my sharepoint site. But every time someone edit the page, it mess the script. Someome knows why sharepoint is changing the script? And how to avoid it?
The script that I inserted in a Content Editor Webpart is :
<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('842855a7-ddc9-4cbf-8e46-9974f1190833');</script><noscript><a href="http://www.ricardo-vargas.com/pt/podcasts">Acesse o site</a></noscript>
It is like the script get duplicated, and I need to clean everything and copy the script of the widget again.