This is absolutely fantastic Thank You! I wondered if there was a way to do a filter for the time as well so it sends the posts at the set time in the airtable - like 15.05.24 at 6.03pm?
SIMPLESMENTE MARAVILHOSO!!! me ajudou muito no processo de automação de um futuro Instagram, meus parabéns, seus vídeos são de fácil compreensão e diretos.
Hi ! Thanks a lot for your content and the quality of your explanations. You are saving me a huge amount of hours thanks to your automation. My question is how can we do the same with instagram stories. As i didn't see the option on make i was trying to understand if it was part of the premium plan or there is another solution to tackle this issue. Thanks again for your help. You rock !
For that you can use a custom container. In this series I have video about Reels - same methodology but you set up container for carousel instead of reel.
Hello there, nice tutorial thank you very much for sharing it! There is a way to schedule all the instagram post directly in the Facebook Business Suite? - I tried with Facebook (Facebook Pages) and there is an option to schedule the post. So after the automation starts it schedule all the post that are with status "approved"? Hope this makes sense
Not sure about the capabilities of the Facebook Business Suite, but in the solution I showed here you can set a date for when the content is supposed to be posted.
Hi, Carousel is a separate type of content on Facebook/Instagram API -> Make (and many social media posting software don't have it). To post carousel, you would have to take similar approach as Reels described in my video here: ua-cam.com/video/xtegD5eQZFE/v-deo.html Instead of type REEL you would need no however follow steps described in here developers.facebook.com/docs/instagram-api/guides/content-publishing/#carousel-posts In Make terms that would mean - Array iterator of content in Airtable field. Each content of carousel uploaded individually to get Container Id. Next Make Array aggregator module to create array of Container ID, Http request to create Container for type CAROUSEL, and next HTTP request to publish that carousel. Bit convoluted but possible.
Does this still work with the 2 hour time limit airtable link on the attachment, if the schedule post is beyond 2 hours image being attached to the table?
Yes, the validity of he link is 2 hours from the moment you get that link via API - every time you make API request you get Attachment link with 2 hour validity.
Hello. I saw your list of tutorials (I'm already watching the second one, thanks) and I didn't see any on how to post content on Tik Tok. Since your spreadsheet has Tik Tok in the "Channel" column, I thought you could talk about it. Thank you very much.
I actually wanted to integrate TikTok, but there are some difficulties there. The implementation of OAuth authorization by TikTok is bit weirdly executed. Because of that the Make. TikTok module cannot be used for some of the endpoints available in TikTok API like for example posting videos to your profile... Instead of doing the Authorization via Make - it could be done directly, but I am already waiting few months for the developer access, so likely they are not providing wider access yet. The only other too I have seen that could potentially do it is www.ayrshare.com/ but I did not test it out. Would really like to add TikTok as well.
@@BusinessAutomatedTutorials Thanks for answering. This Ayrshare platform is very cool. Unfortunately it's $49 to use Tik Tok. Let's wait for a response from Make. Regards.
Hello, At 28s you say : You will find the link in the description of the vidéo but there is no link ?can someone share the link please thanks for yout reply i appreciate your content very useful !!
Here are links to the other parts Part 1 - Post to Instagram: ua-cam.com/video/g0Bn6LMO3bs/v-deo.html Part 2 - Instagram Video posts: ua-cam.com/video/-Mvo1os1UBI/v-deo.html Part 3 - Publish Instagram Reels: ua-cam.com/video/xtegD5eQZFE/v-deo.html Part 4 - Create Facebook content: ua-cam.com/video/moVp5eWfEJY/v-deo.html Part 5 - Post to LinkedIn: ua-cam.com/video/4ytI0_p_gcU/v-deo.html Part 6 - Post to Twitter: ua-cam.com/video/MseIGTZsuDg/v-deo.html Part 7 - Post to Slack: ua-cam.com/video/F7Ous34qwdA/v-deo.html Part 8 - Post to Discord: ua-cam.com/video/k69_kzeqbV4/v-deo.html And demo base here: airtable.com/shrWtCg9YUTY7RGsk
When I try to connect the instagram account and log into the account, under the page that I only see a checkmark even though I have multiple pages in my fb account. What do you recommend?
You could do it, but you need to do a custom workaround, similar to my other video about posting IG reels - you can see more description here: business-automated.medium.com/posting-instagram-reels-via-instagram-facebook-graph-api-9ea192d54dfa and then build container that contains Carousel instead of Reel: developers.facebook.com/docs/instagram-api/guides/content-publishing/#carousel-posts bit complex but possible
I would say pass the website url to http module, take a look at the output code and see if you can find via regex url of thumbnail. If make http does not return full HTML of the page you might need to try something like scraping bee
@@BusinessAutomatedTutorials I found a way. I used the text pattern matching module (advanced) to extract the video ID from a link to a specific UA-cam video, and then passed it to the HTTP module for download. Each thumbnail has almost the same URL structure, so all I had to do was inject the ID into that URL: img.ua-cam.com/users/vi[VIDEO_ID]/maxresdefault.jpg
Cool video thanks! So if you mark it evergreen you would might want the post to come back based on a certain interval right, would you then just need to add more dates or could you automate an if this than that to make sure all evergreen content is reposted within a set interval that you can set
Hi actually I have not planned to repost exact same stuff. My thinking is that people remember that they have seen things. Ever green for me would be for example Airtable Tips - reminders of basic functionality, not time specific, can post any time. However if you would like to repeat certain posts, you could add Airtable Automation that clones Evergreen posts , the moment they are published and sets them x weeks in the future.
Just a question...the only thing I can't figure out or find any tutorials on is using this scenrio...airtable with make(integromat) to autopost a instagram carousel post. when I run it, it posts it but only the first photo in sequence (selected the instagram carousel module) but not the others even though they are on on airtable. Can you assist?
You can be doing this already natively with Make they already have a module for Carousel posts. To put multiple images there you would have to use Array iterator to separate images from Airtable into individual pieces and then Array Aggregator to combine them into a single object, that would be inserted into the File placeholder (change to Map) in Make.
Hi there, what would you change if you wanted to add different descriptions for different social media. Ie. twitter is limited characters so would need to post the same content but a shortened version. Would I have to insert an entirely new line? Or could I have twitter linked to a 'copy 2'. Also thank you for your amazing videos! I have learned a lot these last couple weeks with your help!!
In this case I would add a new column "Twitter copy" , "Facebook copy" etc this way you can have different descriptions for different socials. Let me know if that is making sense?
do you know why when I choose Facebook pages from the list, integromat shows me only one page (I have 7 of them)? I don't understand it and it makes it very difficult for me to automate my social media.
API by itself is an official feature, Make integrations are approved by Meta and used many businesses, including me with no issue. Posting by API is fine, but do keep in mind all Terms that Meta requires from you. My guess is that Instagram had issue with your content or how your account was set up. From my own experience it is not easy to get any sensible feedback from META, but possible. I hope you will be able to recover the account! Good luck!
HOLY CANOLI! i have been spending so much time trying to figure this out and your video was SO HELPFUL! i finally worked it out.
Glad I could help!
This was so helpful. Thank you very much!
I'm glad you found it helpful!
love these airtable and make tutorials!
Glad you like them!
i love them too thank you!!!@@BusinessAutomatedTutorials
This is absolutely fantastic Thank You!
I wondered if there was a way to do a filter for the time as well so it sends the posts at the set time in the airtable - like 15.05.24 at 6.03pm?
Yes, could set time in Airtable and have records drop to a View only if the time is later than now (condition for filter).
This is so fantastic. Do you have a tutorial on how you do the second table on the Airtable base, the results table? Is that automated as well?
Hi Thank you for the kind words! At the moment I do not have a video for that, but I am working on the updated version of the social Media calendar.
Awesome - it’s opened up my eyes so much. Really appreciate this!
SIMPLESMENTE MARAVILHOSO!!! me ajudou muito no processo de automação de um futuro Instagram, meus parabéns, seus vídeos são de fácil compreensão e diretos.
Thank you!
Hi ! Thanks a lot for your content and the quality of your explanations. You are saving me a huge amount of hours thanks to your automation.
My question is how can we do the same with instagram stories. As i didn't see the option on make i was trying to understand if it was part of the premium plan or there is another solution to tackle this issue.
Thanks again for your help. You rock !
At the moment it will work for Reels, but I have not seen yet ability to do anything about stories.
And if we wanted to make a carrousel of images, how would it be done?
For that you can use a custom container. In this series I have video about Reels - same methodology but you set up container for carousel instead of reel.
Hello there, nice tutorial thank you very much for sharing it! There is a way to schedule all the instagram post directly in the Facebook Business Suite? - I tried with Facebook (Facebook Pages) and there is an option to schedule the post. So after the automation starts it schedule all the post that are with status "approved"? Hope this makes sense
Not sure about the capabilities of the Facebook Business Suite, but in the solution I showed here you can set a date for when the content is supposed to be posted.
Hi great video. Can you tell me how to make the entries disappear from the approved view once they are changed to live? Thank you so much
Using filter on that view. Set in the menu above for filter so that only the relevant records show up.
Let me know if I am making sense.
Thank you very much for your video.
Could you explain us how to post carousel, since I have tried and it only works with single post . Thank you
Hi,
Carousel is a separate type of content on Facebook/Instagram API -> Make (and many social media posting software don't have it). To post carousel, you would have to take similar approach as Reels described in my video here:
ua-cam.com/video/xtegD5eQZFE/v-deo.html
Instead of type REEL you would need no however follow steps described in here
developers.facebook.com/docs/instagram-api/guides/content-publishing/#carousel-posts
In Make terms that would mean - Array iterator of content in Airtable field. Each content of carousel uploaded individually to get Container Id. Next Make Array aggregator module to create array of Container ID, Http request to create Container for type CAROUSEL, and next HTTP request to publish that carousel. Bit convoluted but possible.
Can you please explain how to automate a carousel post (image/video)
OK Noted -we are actually in process of redoing the social media automations.
@@BusinessAutomatedTutorials Great! I have just figured it out but it took me a couple of hours hahah
thank you, your content is always exceptional
Thank you so much for your kind words! I'm glad you enjoy my content and find it useful. It means a lot to me!
hey, great tutorial. For the Airtable update record, the option/slot called IG post ID is not there? any solution?
You need to create the column in airtable first and then refresh the scenario.
Does this still work with the 2 hour time limit airtable link on the attachment, if the schedule post is beyond 2 hours image being attached to the table?
Yes, the validity of he link is 2 hours from the moment you get that link via API - every time you make API request you get Attachment link with 2 hour validity.
Hello.
I saw your list of tutorials (I'm already watching the second one, thanks) and I didn't see any on how to post content on Tik Tok.
Since your spreadsheet has Tik Tok in the "Channel" column, I thought you could talk about it.
Thank you very much.
I actually wanted to integrate TikTok, but there are some difficulties there. The implementation of OAuth authorization by TikTok is bit weirdly executed. Because of that the Make. TikTok module cannot be used for some of the endpoints available in TikTok API like for example posting videos to your profile... Instead of doing the Authorization via Make - it could be done directly, but I am already waiting few months for the developer access, so likely they are not providing wider access yet. The only other too I have seen that could potentially do it is www.ayrshare.com/ but I did not test it out.
Would really like to add TikTok as well.
@@BusinessAutomatedTutorials Thanks for answering.
This Ayrshare platform is very cool.
Unfortunately it's $49 to use Tik Tok.
Let's wait for a response from Make.
Regards.
Hello, At 28s you say : You will find the link in the description of the vidéo but there is no link ?can someone share the link please thanks for yout reply i appreciate your content very useful !!
Here are links to the other parts
Part 1 - Post to Instagram: ua-cam.com/video/g0Bn6LMO3bs/v-deo.html
Part 2 - Instagram Video posts: ua-cam.com/video/-Mvo1os1UBI/v-deo.html
Part 3 - Publish Instagram Reels: ua-cam.com/video/xtegD5eQZFE/v-deo.html
Part 4 - Create Facebook content: ua-cam.com/video/moVp5eWfEJY/v-deo.html
Part 5 - Post to LinkedIn: ua-cam.com/video/4ytI0_p_gcU/v-deo.html
Part 6 - Post to Twitter: ua-cam.com/video/MseIGTZsuDg/v-deo.html
Part 7 - Post to Slack: ua-cam.com/video/F7Ous34qwdA/v-deo.html
Part 8 - Post to Discord: ua-cam.com/video/k69_kzeqbV4/v-deo.html
And demo base here:
airtable.com/shrWtCg9YUTY7RGsk
Hi there, can i post multiple photos in instagram? how do i do it?
Yes you can, you would have to use Iterator and Aggregator module to get multiple images to IG module
@@BusinessAutomatedTutorials i'm sorry but how do i that?
When I try to connect the instagram account and log into the account, under the page that I only see a checkmark even though I have multiple pages in my fb account. What do you recommend?
Are you able to set up connection to Instagram Business in Make.com?
Is it possible to post a carousel to Insta via make? Specifically 1 image followed by 1 video?
You could do it, but you need to do a custom workaround, similar to my other video about posting IG reels - you can see more description here:
business-automated.medium.com/posting-instagram-reels-via-instagram-facebook-graph-api-9ea192d54dfa
and then build container that contains Carousel instead of Reel:
developers.facebook.com/docs/instagram-api/guides/content-publishing/#carousel-posts
bit complex but possible
how to download thumbnail from youtube using make?
I would say pass the website url to http module, take a look at the output code and see if you can find via regex url of thumbnail. If make http does not return full HTML of the page you might need to try something like scraping bee
@@BusinessAutomatedTutorials I found a way. I used the text pattern matching module (advanced) to extract the video ID from a link to a specific UA-cam video, and then passed it to the HTTP module for download. Each thumbnail has almost the same URL structure, so all I had to do was inject the ID into that URL: img.ua-cam.com/users/vi[VIDEO_ID]/maxresdefault.jpg
Love this. It really helpfull
Glad you like it!
Cool video thanks! So if you mark it evergreen you would might want the post to come back based on a certain interval right, would you then just need to add more dates or could you automate an if this than that to make sure all evergreen content is reposted within a set interval that you can set
Hi actually I have not planned to repost exact same stuff. My thinking is that people remember that they have seen things. Ever green for me would be for example Airtable Tips - reminders of basic functionality, not time specific, can post any time. However if you would like to repeat certain posts, you could add Airtable Automation that clones Evergreen posts , the moment they are published and sets them x weeks in the future.
Hi, I have subscribed to your account, I am having difficulty creating automation for uploading Instagram Carousel, can you make a video tutorial?
Thank you. Working on revised social media tutorials now!
Just a question...the only thing I can't figure out or find any tutorials on is using this scenrio...airtable with make(integromat) to autopost a instagram carousel post. when I run it, it posts it but only the first photo in sequence (selected the instagram carousel module) but not the others even though they are on on airtable. Can you assist?
You can be doing this already natively with Make they already have a module for Carousel posts. To put multiple images there you would have to use Array iterator to separate images from Airtable into individual pieces and then Array Aggregator to combine them into a single object, that would be inserted into the File placeholder (change to Map) in Make.
Hi there, what would you change if you wanted to add different descriptions for different social media. Ie. twitter is limited characters so would need to post the same content but a shortened version. Would I have to insert an entirely new line? Or could I have twitter linked to a 'copy 2'.
Also thank you for your amazing videos! I have learned a lot these last couple weeks with your help!!
In this case I would add a new column "Twitter copy" , "Facebook copy" etc this way you can have different descriptions for different socials.
Let me know if that is making sense?
super helpful thank you!
You're welcome!
do you know why when I choose Facebook pages from the list, integromat shows me only one page (I have 7 of them)? I don't understand it and it makes it very difficult for me to automate my social media.
That depends on your connection that you have set up in Make. Try adding new connection.
Hi bro, i use Iterator and Aggregator module to get multiple images to IG module but i can't to put a caption or hastags. How i do it?
The hashtag and captions would be still located on the main module. not inside the Aggregator.
can we upload ig story dan rells too ?
Hi , I am just working on Reels upload - it is a new thing , that became possible only recently. I will share the video in some days.
@@BusinessAutomatedTutorials cool, thankyou so much
@Rife I have just published the video about reels! ua-cam.com/video/xtegD5eQZFE/v-deo.html
hey can you tell me how to get the post deleted after publishing it ? i couldn't figure it out
found it sorry
There is a delete module in Make?
I have another question ... Is it possible to make it automated without having the computer on ?
@@ANAS-yc4rs Absolutely ! That is the whole point. Set up scenario and move on to other things like .. sleeping!
I did this, but instagram suspended my account.
API by itself is an official feature, Make integrations are approved by Meta and used many businesses, including me with no issue. Posting by API is fine, but do keep in mind all Terms that Meta requires from you. My guess is that Instagram had issue with your content or how your account was set up. From my own experience it is not easy to get any sensible feedback from META, but possible. I hope you will be able to recover the account! Good luck!
@@BusinessAutomatedTutorials thanks a lot.