RSS Creator
Feed Editor RSS Creator Manual Back Back
Welcome to Feed Editor
Introduction
Purchasing
End User License Agreement
Where to Get Help
Useful links
Contact Us
Getting Started
New Feed Wizard
Main window
Feed Tab
Feed Items tab
Image Tab
FAQ
Using Feed Editor
Feeds
Creating New Feed
Opening Existing Feed
Editing Feed
Saving Feed
Uploading Feed
Removing Feed
Feed Items
Creating New Item
Editing Item
Cloning Item
Deleting Item
Rearranging Item Order
Feed Image
Including Image in Feed
WYSIWYG HTML Editor
Using HTML in Description Fields
Importing
Overview
Using Import Wizard
Exporting
Overview
Templates
Using Export Feature
Source Code Editor
Using the Source Code Editor
Preview Feed
Using the Preview Feature
Preferences
Program settings
Feed2Html PHP script
Converting RSS to HTML online: Feed2Html
Templates
Launching script
Recommended software

Launching script

Top  Previous  Next

 

 

Before using the script, it should be properly configured. This can be done in one of the following two ways:

 

Method 1 – Setting all parameters manually by editing the script code. To do this, open the feed2html.php file in any text editor and edit the following lines:

 

$rss_feed="/my-mix.xml";

Replace /my-mix.xml with the local path or the full URL of your RSS feed.

 

$template="sample-template.rat";

Replace "sample-template.rat" with the local path or the full URL of the necessary template (for example http://www.mywebsite.com/mytemplate.rat).

 

Upload the script (the “export_rss.php” and “feed2html.php” files), template and your RSS feed to your server.

 

 

Method 2 – Passing data as parameters of the script.

 

Syntax:

http://[yourwebsite]/feed2html.php?RSSFILE=[yourrssfeed]&TEMPLATE=[yourtemplate]

 

The above URL should fit a single line, with no spaces.

 

Replace [yourwebsite] with the address of your website (for example, www.mysite.com).

Replace [yourrssfeed] with the full URL of your RSS feed (for example, http://www.mysite.com/myrss.xml).

Replace [yourtemplate] with the full URL of the template that you want to use in the script, (for example http://www.mywebsite.com/mytemplate.rat).


ExtraLabs Software