2
I am trying to make an RSS reader, I searched and for that I used:
<link rel="alternate" type="application/rss+xml" title="RSS" href="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">
How do I display the content he read from this page on my page? That is, how to show the content of this page on my page?
You’re talking about something like a iframe?
– Bruno Vieira Costa
Also, I want a way to display the news feed on the website page.. because it’s actually an app, so I used a script, but when I compile for wp it doesn’t work.. Only iframe has src.. he’s the one who’s not showing up when I compile
– Leonardo
What you want is to read the rss feed from the link?
– haykou
yes, but not src, because when compiling the project in visual studio it does not work
– Leonardo