Social Media Follow link and like

Hello guys,

complete beginner, im looking to get started with something relatively simple. My idea is to create something where a facebook post link would be put into a discord channel. Once that link appears this would trigger to follow that link and like the post.

is this possible?

Welcome to the Make community!

This is currently not possible, because the Facebook integration on Make does not have a “Watch Posts” trigger module.

Screenshot_2024-02-14_200214

I’m sure others would agree that this is a nice feature to have.

You can submit this suggestion to the Idea exchange, under App improvement ideas.

Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
Screenshot_2024-01-17_130153

2 Likes

You cannot like facebook posts with Make. This will require browser automation. You need custom coded solution. You can use selenium webdriver with python to automate your browser to follow a facebook post and like it mimicking the human behaviour on the browser.

2 Likes