Hacking the plugin to get location
Hi Bruno - love the plugin.
I want to further customize various feeds to slurp out the location. I can ask you to add an update, but better for everyone if we can figure out how to tweak it ourselves and then pass along the info in the event you want to update your plugin to feature it.
Specifically, I've been working with the Monster feed, here is an example feed searching for teachers in the US:
http://rss.jobsearch.monster.com/rss...=teacher&cy=us
Monster has configured their RSS standard to specify the city and state coded into the RSS Description field. So for example:
Code:
<description>
MO-Lee's Summit, La Petite Academy in Lee's Summit is Hiring a Lead Infant/Toddler Teacher 3701 SW Cheddington
Drive Candidates must have a degree in early childhood education or child development or a CDA and minimum 6
months experience working in a licensed childcare facility Join our talented team, where we inspire children to be
lifelong learners! Through our play based curriculum, our affectionate and loving
</description>
You can extract the standard two letter abbreviation for the state, and the city/town runs up to the first comma.
Assuming I can extract these fields reliably, how and where would I modify the plugin to shlep these fields into the location field for the listing? I'm working through the plugin, but the coding seems a bit dense. Hoping you can save me some time and maybe use Monster's feed as an example, thus improving your plugin for this feed in the process.
Thanks Bruno!