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

Update default xml for MailChimp #170

Closed
wants to merge 1 commit into from
Closed

Conversation

HaoZeke
Copy link

@HaoZeke HaoZeke commented Apr 19, 2017

No description provided.

@HaoZeke
Copy link
Author

HaoZeke commented Jan 27, 2018

Any updates on this?

@ghost
Copy link

ghost commented Jan 27, 2018

@HaoZeke If you could rebase master on top of this (e.g. updating this branch to the current state of master), I'd be more than happy to land this!

@@ -74,7 +74,7 @@
{% unless post_image contains "://" %}
{% assign post_image = post_image | absolute_url | xml_escape %}
{% endunless %}
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image }}" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image }}" medium="image" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this about? Can you link to some documentation explaining this?

I don’t want to get rid of media:thumbnail, it’s used by feed readers.

@HaoZeke
Copy link
Author

HaoZeke commented Jan 29, 2018

So the current layout isn't picked up by mailchimp which expects media:content
I could also leave thumbnail in there too, good point.. @pathawks

I'll update this sometime soon.

@pathawks
Copy link
Member

You could maybe put them both in the same media:group?

We may have to do some experiments to see how this will be rendered in various feed readers.

@DirtyF
Copy link
Member

DirtyF commented Nov 13, 2019

Fixed in #290

@DirtyF DirtyF closed this Nov 13, 2019
@jekyll jekyll locked and limited conversation to collaborators Nov 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants