Dear PHP Gurus,
I have installed this wordpress plugin:
http://pleer.co.uk/wordpress/plugins/rss-feed-reader/
They ask to install the following include: (Example)
[rss-feed url="http://feeds.feedburner.com/ManchesterSeo" num=3 links="no" ]
But it not work out of wordpress blog. (Work can adapt it to a PHP)
Is possible make this include in a real php include like this?
<?php rss-feed url='http://feeds.feedburner.com/ManchesterSeo'; ?>
(It does not work because I can not do it properly)
Thanks