hey guys! I created a new scenario, my purpose is posting my wordpress blog posts to Facebook in every 12 hours. It’s working, but every time it’s posting the same first content. I want it to move to the next post. Any suggestions?
Hi @Yigit_Kilic,
You need to incorporate some sort of iteration logic. A list of Wordpress Post ID’s to cycle through for example on a google sheet. So your first step would be to iterate on the Google Sheet. After posting to facebook you could have a column on your google sheet titled “Posted to FB” that can be automatically marked as “True” at the end of the Make automation.
You can iterate going down line by line or ask for Make to generate a random row number to search by. Additionally, a filter should be created so that where “Posted to FB” equals True, the job is stopped and a new number is generated.
There are several ways to approach this just dotted down what came to mind initially! Please let me know if you have any questions!
thanks for the answer! but the point is I’d like to share the link of the post, that’s why actually I’m trying to get the post from wordpress.