Hello!
I’m trying to create a post in Ghost using Zapier… and that works fine.
The issue I have is the Vimeo ‘video link’ or embedded code doesn’t want to insert into the post…
Shouldn’t this magically work with the embed thing?
What am i doing wrong?
Update: Looks like its a zapier problem, it’s not converting the HTML input to JSON/Mobiledoc properly which is required for ghost API!
So i’ll have to make a zap using mobiledoc formatt instead of HTML… anyone know the easiest way to make this?
Hey @samjamesnz , did you get anywhere with this? Are you able to change how the API is used in Zapier? Our Admin API does accept HTML, but you need to use the source parameter by adding ?source=html
. Example over on our docs: https://ghost.org/docs/api/v3/admin/#source-html
1 Like
Sorted doing the below post!
Thanks so much for this!!! Now to see if it works with vimeo links!
UPDATE: Works great with vimeo links without the formatter.
<!--kg-card-begin: html-->
<iframe src="https://player.vimeo.com/video/{VIMEO VIDEO ID}" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<!--kg-card-end: html-->
Cheers
1 Like