IFTTT ingredients in the HTML sintaxis context

I am trying to use IFTTT to send a video to one of my blogs from a youtube feed.
When I create the recipe, in the body of this recipe, I can add IFTTT ingredients in an HTML context.
By example :

{{EntryContent}}<br><br>
from {{FeedTitle}} {{EntryUrl}}<br>
via <a href="https://ifttt.com/?ref=da&site=wordpress">IFTTT</a>

the {{EntryUrl}} is the address url of the video in youtube. When I publich in my blog i can click on it.

Below a screenshot of my post in my blog :

What I need to obtain is a clickable image of the youtube video, or even reproduce the video embedded.

So I need additional HTML code to get this.

By example this html code :

<div dir="ltr" style="text-align: left;" trbidi="on">
<div class="separator" style="clear: both; text-align: center;">
<iframe allowfullscreen="" class="YOUTUBE-iframe-video" data-thumbnail-src="https://i.ytimg.com/vi/2c1yCOOH7qQ/0.jpg" frameborder="0" height="266" src="https://www.youtube.com/embed/2c1yCOOH7qQ?feature=player_embedded" width="320"></iframe></div>
<br /></div>

But these codes doesn’t seems to be accepted in the body editor of IFTTT.
When I update the code is changed and below the message :
Some HTML ok

What can i do.
Only I need, in the simplest way is see the video url and image in the post in my blog.

Best Regards

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.