Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

209
Views
How to set random image in IFTTT from Gify, if PostImageUrl is null

I am trying to append a random image from Giphy in IFTTT, if PostImageUrl is null.

let myImageURL = Wordpress.anyNewPostWp.PostImageUrl;
let noImageURL = `http://ifttt.com/images/no_image_card.png`;
let myGifImageURL = Giphy.historyOfRandomGifBasedOnKeyword[0].ImageURL;
let wpPostContent = Wordpress.anyNewPostWp.PostContent;
let msg = '<img src= myGifImageURL>'+ '<br>' + wpPostContent ;


if (myImageURL == noImageURL) {
  Blogger.createPostBlogger.setBody(msg);
  //Blogger.createPostBlogger.skip(`Skipping post as No image URL present`);
}

By defaulti if PostImageUrl is null, IFTTT automaticaly append http://ifttt.com/images/no_image_card.png in place of PostImageUrl .

I am trying to set Blogger Post body with existing post content + Random Giphy Image.

Pl suggest.

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!