I have an RSS feed (link) that I would like to display as a widget inside one of my posts.
The wordpress RSS widget already does that on the sidebar, is there some solution to have it in the post?
The best solution would latter let me do something like:
So I could embed this also on other sites.
Thanks.
if you know php you could add it to a template using
wp function http://codex.wordpress.org/Function_Reference/the_widget
or there is wp code to pull in a feed and list it
http://codex.wordpress.org/Function_Reference/fetch_feed
if you want a non coding solution, there are some plugins like:
http://webdesign.anmari.com/1649/shortcode-any-widget/