Meta Developer Error

Topic summary

A user is encountering a Meta (Facebook) developer error indicating a missing fb:app_id property. They attempted to add the required meta tag with their app ID to their Shopify theme but report it’s not resolving the issue.

Suggested Solution:

  • Ensure the <meta property="fb:app_id" content="YOUR_ACTUAL_APP_ID_HERE" /> code is placed within the <head> section of the theme.

Open Question:

  • The original poster is also asking whether this error is critical enough to warrant fixing or if it can be safely ignored. This remains unanswered.
Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Hi everyone! I’m receiving this error on meta:

The following required properties are missing: fb:app_id

I plugged this code into my theme, but nothing’s happening.

(with my app ID inserted in the correct place)

I’m wondering if anyone knows how to fix this or how crucial it is to my site. Is is worth the fix or can I leave it as is?

Hello there,

You just need to make sure the code you added is within the tag of your theme.