 |
? |
Author |
Message |
tjohng
Guest
|
Posted: Sun Mar 06, 2005 7:10 pm |

|
Reading your information it appears that you always create a template. I see how that can be placed in a new page, but I am interested in inserting RSS feeds in existing pages (websites). Will I be able to insert the template (feeds) exactly where I want them in existing websites/pages using this software?
Thanks,
John
|
|
|
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 302
|
Posted: Mon Mar 07, 2005 11:39 am |

|
You have a couple of options. In either case you will want to create a template that generate a HTML TABLE instead of a full webpage. Take a look a the 'BasicHtmlTable.html' sample template that comes with FeedForAll.
You could then use FeedForAll's export feature to export your feed to a table, using that template. In your HTML editor you could then paste that table into your webpage.
The other option would be to use our free rss2html.php script. Using the same template as above, and a server-side include in your webpage, your feed could be automatically inserted into an existing webpage.
|
_________________
FeedForAll Support
|
|

|
 |
Guest
|
Posted: Mon Mar 07, 2005 5:04 pm |

|
Thanks. I have several php applications on the server. Thought I read somewhere that Apache cannot parse SSI and PHP...it's one or the other. That correct?
|
|
|
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 302
|
Posted: Mon Mar 07, 2005 10:00 pm |

|
It works fine on most servers (many running Apache), so I would have to say no, that isn't correct.
|
_________________
FeedForAll Support
|
|

|
 |
Guest
|
Posted: Wed Mar 09, 2005 3:44 pm |

|
Tech Support wrote: |
You have a couple of options. In either case you will want to create a template that generate a HTML TABLE instead of a full webpage. Take a look a the 'BasicHtmlTable.html' sample template that comes with FeedForAll.
You could then use FeedForAll's export feature to export your feed to a table, using that template. In your HTML editor you could then paste that table into your webpage.
The other option would be to use our free rss2html.php script. Using the same template as above, and a server-side include in your webpage, your feed could be automatically inserted into an existing webpage. |
Hi,
Could you explain in further deatils how it's possible to use a html table in a webpage to display the feed, using your php script.
Thanks
|
|
|
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 302
|
Posted: Wed Mar 09, 2005 3:56 pm |

|
|

|
 |
Guest
|
Posted: Wed Mar 09, 2005 4:33 pm |

|
OK, so if you use the table template, what do you need to put here , is it the name of the existing webpage with the table template inside?
Syntax:
http:///rss2html.php?XMLFILE=&TEMPLATE=&MAXITEMS=
Think I am right, as the variables, would just be found by the script as they would in a normal webpage.
|
|
|
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 302
|
Posted: Wed Mar 09, 2005 6:42 pm |

|
Yes. should be the full URL to the webpage with the table template inside it.
|
_________________
FeedForAll Support
|
|

|
 |
|
|
|