Integrating Airtable into a Wordpress site

I’m having trouble getting my Airtable base to show up on my Wordpress blog. I used the embed code that Airtable gave me but all I see is empty space on my page. Here’s what the code looks like:

<iframe class="airtable-embed" src="https://airtable.com/embed/exampleID?backgroundColor=blue" frameborder="0" width="100%" height="500" style="background: transparent; border: 1px solid #ddd;"></iframe>

Has anyone else run into this issue? Any tips on how to fix it? I really want to display my Airtable data on my blog. Thanks for any help!

I’ve encountered this issue before, and it can be frustrating. First, double-check that your Airtable base is set to public viewing. If it’s private, the embed won’t work. Also, ensure you’re using the correct embed code for your specific base. Sometimes, copying and pasting can introduce errors.

If those checks don’t solve it, try adding the iframe directly in the HTML editor of your WordPress page, rather than the visual editor. Some WordPress themes or plugins can interfere with embedded content, so you might need to experiment with different placement or consult your theme’s documentation.

Lastly, if nothing else works, consider using a dedicated WordPress plugin for Airtable integration. These often provide more robust options and can bypass common embedding issues.

hey man, i had the same problem! try clearing ur browser cache and cookies. sometimes wordpress caches stuff weird. also, check if ur theme supports iframes. if not, u might need to switch themes or use a plugin that lets u add custom html. good luck!