The Ayrshare Blog
When working with no-code tools like Bubble, dealing with API data can often be…
Testing Your Social Posting Integration With Random Content
As you build out your posting workflow, you will inevitably need to test your integration by making API calls. Remember that once you link your social media accounts, even when you are testing, you are using live connections to the social networks and your posts will be publicly accessible. It’s important to post test content…
Facebook Reels API: How to Post Facebook Reels Using a Social Media API
In case you have been a social recluse, short-form videos are hot right now – videos typically 3 seconds to 60 seconds long that are show vertically on your phone. Ever since TikTok kicked off the short-form video trend, every…
Get All Your Users Posting To Their Social Accounts on Bubble.io
Social Media Account Linking for Bubble.io and Ayrshare If you are using the Social API Business Plan or Enterprise Plan, this video shows you how to set up Bubble to enable all your users to link their social accounts. Some…
Automatically Post To Social Media From Airtable
Use several no-code tools to build your own social media posting workflow to Twitter, LinkedIn, TikTok, Instagram, and others In the world of no-code software development, Airtable is one of the most popular platforms to use as both a database…
What is an API? A Comprehensive Beginner’s Guide And Mini Tutorial
So you want to build a website for cocktail recipes. You expect your users to search by drink name or ingredient, and get a few recipes based on what they pick? How do you build this without writing up hundreds…
Instagram Reels API: How to Post Videos to Reels Using a Social Media API
Instagram Reels are finally here! It is been a long time coming, but Instagram has updated their API to support Reels video posting. This means that you can use the Facebook Graph API, which is technically how you access the…
How to Sequentially Resolve an Array of Promises in JavaScript
Sometimes you need to process an array of Promises in sequence. Here is how to do it in JavaScript with a for loop.