Tag script src does not work when I compile application (Windows Phone). Because?

1

I'm creating an app for a forum, on some pages I want to display content from other sites (those online), to display image works fine, but to display a rss created with an online tool it does not work, line is as follows:

< script src="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.gsmfans.org%2Findex.php%3Ftype%3Drss%3Baction%3D.xml&num=25&desc=1&au=y&date=y&tz=-3&targ=y&utf=y&pc=y"charset="UTF-8" >< /script>

This link leads to a javascript file that writes the feed of news on the page, but when it compiles it does not work, I do not know if it has any but I'm using Jquery common for PC, the complete one. Is there another way to make the script run on my page? Already tried with iframe

    
asked by anonymous 30.05.2015 / 18:31

0 answers