Advertisement:

Author Topic: Comment intégrer les RSS?  (Read 3387 times)

loulou

  • Jr. Member
  • **
  • Posts: 66
Comment intégrer les RSS?
« on: March 26, 2011, 01:25:07 am »
J'ai téléchargé et installé un plugin mais rien ne se passe.
Comment faut-il faire?
Merci!

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Comment intégrer les RSS?
« Reply #1 on: March 28, 2011, 06:11:04 pm »

Tu dois ecrire "&sFeed=_name_of_the_feed" à l'URL.

http://localhost/~conejo/osclass/OSClass/index.php?page=search&sCategory=2&sFeed=google_jobs

For some reason, I just noticed that "normal" XML export (without the plugin) isn't working, So we'll fix it soon!

loulou

  • Jr. Member
  • **
  • Posts: 66
Re: Comment intégrer les RSS?
« Reply #2 on: April 03, 2011, 07:31:44 pm »
Je ne comprends pas - i don't understand. Can you explain again what i may write and in what field?
Thank you!

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Comment intégrer les RSS?
« Reply #3 on: April 04, 2011, 12:11:40 pm »
Let's say your "normal" search URL is this :

http://localhost/~conejo/osclass/OSClass/index.php?page=search&sPattern=&sCity=&sPriceMin=&sPriceMax=999&sCategory[]=2
(the results of category 2, with a max price of 999, not specific city, nor text pattern search, not price min)
Then, take that url and add "sFeed" param


http://localhost/~conejo/osclass/OSClass/index.php?page=search&sPattern=&sCity=&sPriceMin=&sPriceMax=999&sCategory[]=2&sFeed=
(this will five the standard XML output, probably it doesn't work for you since we fix it a couple days ago)

http://localhost/~conejo/osclass/OSClass/index.php?page=search&sPattern=&sCity=&sPriceMin=&sPriceMax=999&sCategory[]=2&sFeed=google_jobs
(this will five the google XML format for jobs)

http://localhost/~conejo/osclass/OSClass/index.php?page=search&sPattern=&sCity=&sPriceMin=&sPriceMax=999&sCategory[]=2&sFeed=trovit_cars
(this will five the Trovit XML format for cars)

http://localhost/~conejo/osclass/OSClass/index.php?page=search&sPattern=&sCity=&sPriceMin=&sPriceMax=999&sCategory[]=2&sFeed=indeed
(this will five the Indeed XML format)

kingsult

  • Premium
  • Full Member
  • *****
  • Posts: 204
Re: Comment intégrer les RSS?
« Reply #4 on: May 04, 2011, 05:19:25 am »
Hi,

When you use permalinks, which url do you need to use to show the XML feed ?

I want to submit feeds to oodle. Do we have any existing feed compatible for them ?

Thanks,


Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Comment intégrer les RSS?
« Reply #5 on: May 04, 2011, 01:26:59 pm »
XML feed using permalinks would be: www.example.org/feed

There's no plugin to submit feed to oodle. Which one do you need? For all categories?

http://www.oodle.com/info/feed/

P.S.: Perhaps it's better to talk about that in Plugins board :)