Skip to content

Instantly share code, notes, and snippets.

@agrtechnology
Created November 15, 2021 02:33
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/f445c12de145393d75c36649a98ea339 to your computer and use it in GitHub Desktop.
Save agrtechnology/f445c12de145393d75c36649a98ea339 to your computer and use it in GitHub Desktop.
A demo of our RSS feed widget of The Guardian news: 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.theguardian.com/world/rss&amp;rsstitle=The%20Guardian%20-%20Global%20News&amp;rssamount=10&amp;rssthumbnails=No" 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