How to give each sub app a different social media setting?

I’ve got a parent app that has multiple sub apps with different branding for different companies. How can I ensure that each sub app’s social media settings are set according to the sub app?

For example, I want each app to have a different Title, Site name, Description and Thumbnail.

PS. If i change it directly in the sub app, the settings get reset each time I push changes to all sub apps :frowning:

1 Like

Can someone please suggest something :confused:

To manage unique social media settings for each sub-app, you can store branding info (like title, description, thumbnail) in the database with a unique identifier per sub-app. Then, use dynamic data in SEO/meta settings to pull in these details based on the sub-app’s ID. This keeps settings from resetting when pushing updates.

Thanks for the reply, Im already using the database to control Branding and other stuff throughout the sub apps, but the issue is that I can’t seem to add dynamic data in SEO/meta settings

Are you able to do that? If yes, I’d love to know how!

I understand the challenge of adding dynamic data in SEO/meta settings — unfortunately, Bubble’s native SEO/meta settings don’t support dynamic data directly. However, you can work around this by using the SEO/Metadata plugin or handling this with workflows and custom data fields for dynamic page titles, descriptions, and more.

You can create a field in your database for each app’s SEO details (e.g., title, description) and then reference these values in your page metadata dynamically.

If you’d like, I can walk you through how to set this up in more detail!

Let me know if that helps.