Hi there!
Thanks a lot for this fantastic plug-in. It works great for me, but a have a little thing i just can't make work.
I followed your tutorial video about selectively display parts of the descriptions: this one
It works fine, but the problem comes when i try to extract just the text. In the video, you use the line:
{{select(text).span:first}}
... but my text doesn't come inside a span tag. My feed comes like this:
<div class="hungryfeed_item_description"><div><a href="http://www.deviajeporespana.com/fiestas/?p=84" title="Fiesta de los escobazos, Jarandilla de la Vera"><img src="http://www.deviajeporespana.com/fiestas/wp-content/uploads/2012/07/Fiesta-de-Los-Escobazos-Cartel-oficial-de-la-festividad-150x150.jpg" alt="Cartel oficial de la fiesta de Jarandilla de la Vera" class="Thumbnail thumbnail " width="100" /></a></div>La fiesta de Los Escobazos esta declarada de interes turistic...</div>
I tried everything to get the text, but i finally gave up.
I'd really appreciate any help you could give me.