Including posts in a web page [message #31499] |
Mon, 01 May 2006 06:54 |
yktoo
Messages: 2 Registered: May 2006 Location: Siberia
Karma: 0
|
Junior Member |
|
|
Hi all,
can anyone tell me the simplest way to embed the latest posts from a particular forum into a web page written in php?
It's all about a common task of displaying a newsband inside a page.
I guess there are two choices on making that:
1. Use FUDForum API to select the posts and then format them to embed in the page.
2. Use a sort of RSS syndication with XML formatting.
I think the latter is a more natural way but could you please give me a sample to start from...
Dmitry Kann,
www.dk-soft.org
|
|
|
Re: Including posts in a web page [message #31505 is a reply to message #31499] |
Tue, 02 May 2006 00:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are 2 ways, you can use FUDforum's RSS or you can use FUDforum FUDAPI (PHP api for getting forum information out of the database). Which ever is simpler is dependant purely on what do you feel more comfortable working with.
FUDforum Core Developer
|
|
|
|
|
|
|