Quote:
|
Originally Posted by DriWashSolutions
So, is there any slick way to do this in html?
|
If you're relying on using HTML alone, then apart from what you're doing now, i.e. using an iframe, your only other option is to use Javascript to present the newsfeed.
The main disadvantage of using Javascript to display the feed, is from an
SEO perspective, namely, that the feed will not be apparent to SE spiders. So although the newsfeed would work very well for your site visitors, who will be able to see the feed information, your site will not benefit from the additional content in
SEO terms.
In order to have them picked up as part of your page would require some form of server-side scripting, one method being the PHP and MagpieRSS parser combination I mentioned above.
Paul