Recent Topics

1 Oct 07, 2008 20:29    

My b2evolution Version: Not Entered

Hello,

I want to know if anyone knows how to do this.

I need each new blog posted to show up in a section on an .html page. Each new blog post will overwrite the current post showed on the .html page.

So I have www.site.com/index.html and www.site.com/blog. The new blog post will show up in a specific section on the .html page.

Does anyone know how to do this or what type of script would be used to call the post to the section of the .html page.

Thank You

2 Oct 10, 2008 04:56

This is a tough one unless you can program around your blog RSS feed. The problem with HTML is that it is static by default.

One thing would be to use a javascript that checks your RSS feed, and updates your HTML page behind the scenes.

Try signing up for FeedBurner. I have a "poor mans" version of feedburner's embedding capabilities in our mobile page. http://www.thechristianalert.org/m


Form is loading...