ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

Not showing full content, content and image #47

Closed rodneyoliveira closed 2 years ago

rodneyoliveira commented 2 years ago

Hi,

{feeditem:content_full_text} {feeditem:content_full} {feeditem:image} {feeditem:content}

are not working here. Only {feeditem:content_text } is ok.

You can check rss email we used to send here: https://comunica.lscadministradora.com.br/email/preview/15

Can u gimme a clue?

Thanks!!!!

rodneyoliveira commented 2 years ago

` {feed url="https://lscadministradora.com.br/artigos/category/condominios/feed/"} {feeditems count="2"}

{feeditem:image}

{feeditem:title}

{feeditem:content_full_text}

Leia Mais
    {/feeditems} {/feed}`
ChrisRAoW commented 2 years ago

@rodneyoliveira You're feed seems to be "incomplete". I'm not seeing the tag, which normally contains the full content.

The image is a different story. I see you're using wordpress. To use the image tag the image should be provided in the rss feed in an <enclosure> or <media> tag. I think a plugin like this should help: https://nl.wordpress.org/plugins/wp-feed-post-thumbnail/

rodneyoliveira commented 2 years ago

@ChrisRAoW Thanks for your response. When you say incomplete, which tags are you referring to? I mean, what tags are missing to work properly?

ChrisRAoW commented 2 years ago

@rodneyoliveira The <content> tag for example

ChrisRAoW commented 2 years ago

Closed due to inactivity