This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:feeds:oodle [2010/06/10 16:11] jonyo fixed list |
tutorials:feeds:oodle [2015/08/03 17:49] (current) geojames |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | |||
====== Oodle Feed ====== | ====== Oodle Feed ====== | ||
- | You can find the Oodle feed in your software, named **oodle_feed.php**. | + | The [[startup_tutorial_and_checklist:feature_configuration:exporting_listings:rss_feed:pushing_listings_to_oodle|oodle feed tutorial |
- | + | ||
- | **Resources: | + | |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | + | ||
- | <tip c n>**Note:** The Oodle feed in the software only generates the feed, that can be submitted to Oodle.com to possibly show your listings on oodle.com's site. There is no guarantee that the submitted listings will be accepted, the decision on if a submitted | + | |
- | + | ||
- | ===== How to Enable Oodle Feed ===== | + | |
- | + | ||
- | These instructions will walk you through the steps needed, to allow the the Oodle feed to be submitted to oodle.com for possible acceptance. | + | |
- | + | ||
- | **Skills** | + | |
- | * Comfortable with using FTP (to upload and download files from your site) < | + | |
- | * Basic understanding of how PHP works will help, but not necessary. < | + | |
- | + | ||
- | **Instructions** | + | |
- | - In the " | + | |
- | // | + | |
- | + | ||
- | //turn the feed on: | + | |
- | $enabled = 1; | + | |
- | + | ||
- | //the maximum number of listings to use: | + | |
- | $feed-> | + | |
- | + | ||
- | </ | + | |
- | - In the file, change the number " | + | |
- | - Save the file and upload it, remember it should be located in the base of the Geo installation, | + | |
- | - View the **oodle_feed.php** file in your browser, for example if your software is installed on **example.com** then in your browser, go to < | + | |
- | * Do you see a bunch of stuff displayed? | + | |
- | * If you get a blank page, something did not go right, your feed might not be properly turned on. Make sure you are viewing **oodle_feed.php** and NOT the config file you just created, the config file should not be viewed directly. | + | |
- | < | + | |
- | TODO: Document category map |