|
|
#1 |
|
Member
Join Date: Dec 2008
Posts: 79
Rep Power: 3 ![]() |
Doing a search for RSS feeds on here I found the following in the "documentation knowledgebase" -
RSS Feeds I my question is if I am wanting to submit my RSS feed to other websites do I need to create one manually or has 68Classifieds already created one in the background? And if one is already created, how do I create a button for it for people to subscribe to? Or do I NOT want to do that? And do I want / need to manually submit the feed to other websites? Is there a favorite place to go to to do so? Please advise. Thanks. Rob Shurtleff HorseOptions.com PS. What do you think of the website?
__________________
Rob Shurtleff - Marketing Lin Shurtleff - Webmaster www.HorseOptions.com Hosted Edition V4.0.9 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,331
Rep Power: 39 ![]() ![]() |
Just read in the documentation for the use of the external.php file.
You can put a link to it wherever you would like to. Link to it like so: HTML Code:
<a href="yoursiteurl/external.php">RSS Feed</a> For example if you want to show new listings that are priced between 1500 and 2500 you would use this URL: http://www.yoursite.com/external.php?type=new&minprice=1500&maxprice=2500 So in this example, your link would then be: HTML Code:
<a href="http://www.yoursite.com/external.php?type=new&minprice=1500&maxprice=2500">RSS Feed</a>
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Member
Join Date: Dec 2008
Posts: 79
Rep Power: 3 ![]() |
It's that simple? Just copy/pste the code anywhere we want to? Cool. Thanks.
Rob
__________________
Rob Shurtleff - Marketing Lin Shurtleff - Webmaster www.HorseOptions.com Hosted Edition V4.0.9 |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,331
Rep Power: 39 ![]() ![]() |
Yep, it's that simple.
I have a mini tutorial on my blog if you need more info on the use of it. Using the RSS Feed -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#5 |
|
Member
Join Date: May 2008
Posts: 84
Rep Power: 6 ![]() |
I love this file
. In addition with the SEO module you can make things like :Code:
www.mydomain.com/rss/newads www.mydomain.com/rss/featuredads www.mydomain.com/rss/bmw www.mydomain.com/rss/porshe Code:
# rss RewriteRule ^rss/newads$ /external.php?type=new&limit=20 [NC] RewriteRule ^rss/featuredads$ /external.php?type=featured&limit=20 [NC] RewriteRule ^rss/([0-9a-zA-Z_-]+)$ /external.php?limit=20&cat=$1 [NC]
__________________
Version 4.0.9 - now live with 40.000 ads
Last edited by ombre; 01-07-2009 at 10:05 AM. Reason: Update the RSS Mod with example |
|
|
|
|
|
#6 |
|
Moderator
Join Date: Mar 2008
Posts: 782
Rep Power: 21 ![]() |
You should also consider putting title tags onto the links generated by RSS feeds and make sure they reference the same urls (i.e if you are using html urls for your adverts then the rss feed should reference the same or you generate duplicate pages). This former is not so easy to do but possible. You need to test which type of feed you have within the RSS feed to set the RSS title and description.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RSS Feeds | anna245 | v4 Questions & Support | 2 | 06-29-2008 08:36 PM |
| RSS Feeds | seymourjames | v4 Modules / Modifications | 2 | 05-22-2008 08:07 PM |
| RSS Feeds (or something similar) | AzHousePro | Pre Sales Questions | 2 | 09-10-2006 11:16 PM |
| RSS Feeds | david80 | v3.1 Questions & Support | 7 | 06-13-2006 08:24 AM |