Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailchimp (and Feedburner) does not render images in body #296

Closed
Dovizu opened this issue Jan 17, 2020 · 7 comments
Closed

Mailchimp (and Feedburner) does not render images in body #296

Dovizu opened this issue Jan 17, 2020 · 7 comments

Comments

@Dovizu
Copy link

Dovizu commented Jan 17, 2020

According to Mailchimp, feeds need a media:content tag to display images. Images in Mailchimp are displayed with their relative paths.

@Dovizu
Copy link
Author

Dovizu commented Jan 17, 2020

Also, feeds generated by this plugin do not validate in http://validator.w3.org/

@DirtyF
Copy link
Member

DirtyF commented Jan 17, 2020

Duplicate of #275
Duplicate of #273
Duplicate of #290

Support was added in v0.13.

@DirtyF DirtyF closed this as completed Jan 17, 2020
@Dovizu
Copy link
Author

Dovizu commented Jan 17, 2020

Hmm, that’s odd. I am using v0.13 but my feed still doesn’t have this tag in Mailchimp.
https://b-side.donny.io/feed.xml
Am I configuring something wrong?

@DirtyF
Copy link
Member

DirtyF commented Jan 17, 2020

Are use using an image property in your front matter?

See

{% assign post_image = post.image.path | default: post.image %}
{% if post_image %}
{% unless post_image contains "://" %}
{% assign post_image = post_image | absolute_url %}
{% endunless %}
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image | xml_escape }}" />
<media:content medium="image" url="{{ post_image | xml_escape }}" xmlns:media="http://search.yahoo.com/mrss/" />
{% endif %}

@Dovizu
Copy link
Author

Dovizu commented Jan 18, 2020 via email

@Dovizu
Copy link
Author

Dovizu commented Feb 5, 2020

Circling back to this. I understand that the image property in the post front matter is used for post single thumbnails, and not for the images within the body of the post. My problem isn't with the post thumbnails (I never set those), but the images inside the body not being shown in MailChimp.

MailChimp support also points to the fact that the generated feed does not validate. Although I don't think that has much to do with this problem.
https://validator.w3.org/feed/check.cgi?url=b-side.donny.io%2Ffeed.xml

@Dovizu Dovizu changed the title Mailchimp (and Feedburner) does not render images Mailchimp (and Feedburner) does not render images in body Feb 5, 2020
@Dovizu
Copy link
Author

Dovizu commented Mar 29, 2020

Friendly ping again.

@jekyll jekyll locked and limited conversation to collaborators Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants