Question: how should I set Medium Featured Images as asset inside an asset field from Medium feed? #953
Unanswered
Saboteur777
asked this question in
Q&A
Replies: 1 comment
-
To answer my own question: I wrote a plugin for this. https://plugins.craftcms.com/medium-com-meta-tag-parser-for-feed-me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to import entries from Medium, and add the posts featured images to the newly-created entries as an asset inside an asset field. The "Featured image" in Medium feeds are located inside the
<content:encoded>
tags, as you can see below (the ones inside the<figure></figure>
tags):If my instinct is right, I have to write an additional parser for Feed Me, right? If yes, how should I start to do that? :)
Steps to reproduce
Additional info
Beta Was this translation helpful? Give feedback.
All reactions