How to connect Youtube and embed a Youtube video in the Wordpress

Hi I am trying to automate wordpress posts with Make

I want to insert a Youtube video into a wordpress post from google spreadsheet.

Hi I am trying to automate wordpress posts with Make

I want to insert a Youtube video into a wordpress post from google spreadsheet.

How can I do that?
blueprint.json (98.3 KB)

Heya @Beginner ,

Try this one below:

1.) The trigger is the Watch Rows module so that whenever there are new data/rows and then the scheduled sync runs, it will then retrieve that data.

2.) Get a File Http Module - you need to map the URL from the GS module here as this module serves as the “downloader” of the YT video.

3.) WP Create a media item - the HTTP module outputs the binary data and what you need here is then map the value to this WP module, should look like this:

4.) Then lastly create a post module - You need to then map the media ID from the previous module to the Featured media ID field in the create a post module.

I hope this helps!

2 Likes

Jogger_Meister

THANK YOU!!!

2 Likes