Skip to content

Instantly share code, notes, and snippets.

@agrtechnology
Created November 15, 2021 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agrtechnology/a78d268a0a6da8ea8d603f2398634b69 to your computer and use it in GitHub Desktop.
Save agrtechnology/a78d268a0a6da8ea8d603f2398634b69 to your computer and use it in GitHub Desktop.
Another demo of our RSS feed pulling in Australian news from the ABC: https://agrtech.com.au/rss-feed-widget/
<div style="text-align: left; overflow-y: auto; overflow-x: hidden; width: 100%; background-color: transparent; border: 1px solid #333333;">
<div id="rsswidget" style="height: 500px;"><iframe id="rssOutput" style="border: 0; padding: 0; margin: 0; width: 100%; height: 500px;" src="https://agrtech.com.au/wp-content/plugins/rssgen/rssgen.php?rssurl=https://www.abc.net.au/news/feed/8057136/rss.xml&amp;rsstitle=ABC%20News%20(Australian%20News)&amp;rssamount=10&amp;rssthumbnails=Yes" frameborder="no" marginwidth="0" marginheight="0">Reading RSS Feed ...</iframe></div>
<div id="widgetbottom" style="text-align: right; margin-bottom: 0; border-top: 1px solid #333333;"><span style="font-size: 70%;"><a href="https://agrtech.com.au/">Powered by agrtech</a></span></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment