Can I get a wordpress Feature Image from a post

Hi All

I am trying to get the featured imaged from a wordpress post and use it in twitter
I know how the twitter part works, but I dont know how to get the featured image from WordPress

After searching, I found this solution but dont understand how to use it
Which module should I use, is it the Tools module
Sorry I have only being using Make for 2 days and am a novice

https://community.make.com/t/how-to-get-featured-image-from-wordpress-post/20134

Welcome to the Make community!

Can you try to use this to get a single post and share the output bundle here?

Screenshot_2023-12-26_211259

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes

Ok, thanks, I didn’t know there was an output there, so here it is

Unfortunately, I can’t upload as a new user, so here is a link

Looks like featured media is an ID,

Screenshot_2023-12-26_231202

so you’ll need to use another module to fetch more details about the media using its ID

Screenshot_2023-12-26_231246

2 Likes

Thanks for the help, but i am still having some issue

I Have got the Image and saved it as a variable

I Can see the output of the variable

I have setup Twitter v5 step

And the twitter output seems to be Null

Any Ideas?

Thanks
Gar

To use Upload a media, you need to download the media first – You cannot pass it via a URL.

To do this, use the HTTP “Get a file” module.

Screenshot_2023-12-27_221226

1 Like

perfect thanks, its working now