Ticker RSS Custom Tag

Hi!

Im trying to follow this How to extract extra data fields from RSS? or this Ticker RSS Feed extra field namespace how to use?

This is part of my rss, who is public so no prob and no need to strip it!

<rss version="2.0">
<channel xmlns:image="http://www.torreviejaip.tv/imgnotis/">
<title>Torreviejaip.tv</title>
<link>http://www.torreviejaip.tv/</link>
<description>
Actualidad local de Torrevieja - Viernes, 26 de Febrero de 2016
</description>
<language>es</language>
<item>
<title>
<![CDATA[
La contrataciĆ³n de un nuevo asesor de alcaldĆ­a eleva el tono del debate polĆ­tico en pleno
]]>
</title>
<description>
<![CDATA[
<p>
 La sesi&oacute;n plenaria m&aacute;s larga del actual mandato municipal se celebr&oacute; en la tarde noche de ayer, donde una de las cuestiones que gener&oacute; m&aacute;s debate, ya en la parte final del pleno, fue la propuesta registrada por el alcalde para la contrataci&oacute;n de un asesor de planificaci&oacute;n econ&oacute;mica y financiera.</p>
]]>
</description>
<image:foto>http://www.torreviejaip.tv/imgnotis/20160226_1.jpg</image:foto>
</item>

Im trying with [|image:foto], [image|foto], [|foto] and a lot more of possibilities and no way to show the photo in the ticker.

What Im doing wrong?

Thanks in advance!

PS: Im using 1.7.6

Hi,

hmm, so:
RSS URL - http://www.torreviejaip.tv/rss/
you can use [Link|image] to display images
the same images are also in description so [Description] will also display images (and actual description)

The built-in templates like ā€˜image overlaid with the titleā€™ should also work just fine.

Thats the normal RSS. Yes, the picture comes with the text, for that im using http://www.torreviejaip.tv/telerevista2.php to generate a special RSS for xibo only.

I Need the title, text and pic in 3 different tags so I can ā€œformatā€ it.

Is there a way to do the same with the text? I mean, I need the image and text in different positions, so like [Link|image] will only display the image, how can I do to only display the text?

just [Title] and [Description] (from substitutes) should work

Title is OK, only shows the Title but description shows both, image and description and I need to separate them so I can format the display as what we want.

My english is not perfect, dont know if im saying it correctly.

From the ā€˜normalā€™ RSS feed, yes description also has images, but if youā€™d use your special rss feed ie: http://www.torreviejaip.tv/telerevista2.php

then description there has only text

Yeah, but if I set the description without the image, I cant use [Link|image]. Well, I can use it, but no image is showed

Probably because of this, please have a look:
https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.torreviejaip.tv%2Ftelerevista2.php

Iā€™ve made a new one, http://www.torreviejaip.tv/telerevista4.php

I have the image in the media namespace with tag content.

Iā€™ve tried with [media|content] [media:content] [|media:content] [content|media] and no way to show only the photo :cry:

with this feed [Link|image] should work just fine

Source code for text editor:

<p>[Link|image]</p>

<p style="font-family: Arial, Verdana, sans-serif; font-size:48px; color:#ffffff;">[Title] --- </p>

<span style="font-family: Arial, Verdana, sans-serif; font-size:48px; color:#ffffff;">[Description]</span>

result (without any css)

1 Like

Thank you so much!!!