# Linking Apps

**URL:** https://community.glideapps.com/t/linking-apps/60190
**Category:** Ask for Help
**Created:** [April 5, 2023, 4:02pm UTC](https://community.glideapps.com/t/linking-apps/60190 "2023-04-05T16:02:57Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Niamh\_Arthur](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/niamh_arthur/32/44599_2.png) [@Niamh\_Arthur](https://community.glideapps.com/u/Niamh_Arthur)
#### Post date: [April 5, 2023, 4:02pm UTC](https://community.glideapps.com/t/linking-apps/60190/1 "2023-04-05T16:02:57Z")

</div>

I’ve been using Glide to make internal apps for our company (publisher/IP incubator) and our work is so complex that it’s made sense to build these as separate apps that share some core Glide tables.

I have a CRM for our adaptation department, a marketing department app, an app for our writer/creators, and a task management app.

The people on the leadership team use all of these and are asking to have it ALL on one mega app. I’m wondering if it will ever be possible to have apps interlink where I can create a menu at the top of all and have the links open in the same window? Then I can keep the data and apps separate, but access them easily from the same page.

Or does it make sense to build it as one app?

---

<div class="post-metadata">

### Author: ![Evgeny\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/evgeny_b/32/57101_2.png) [@Evgeny\_B](https://community.glideapps.com/u/Evgeny_B)
#### Post date: [April 5, 2023, 4:07pm UTC](https://community.glideapps.com/t/linking-apps/60190/2 "2023-04-05T16:07:46Z")

</div>

I’d build it as one app, define roles, and control which part of the app is visible to which group of users 🙂

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [April 5, 2023, 4:10pm UTC](https://community.glideapps.com/t/linking-apps/60190/3 "2023-04-05T16:10:48Z")

</div>

Glide doesn’t have a native feature where you could have an umbrella app to group other apps, but you might be able to build this out yourself. After all each of your separate apps is but a website. The home screen of your app could be a menu that links to the different apps. The issue with this idea is that you couldn’t navigate to the different apps via the native navigation bar, you would have to do it via an on-screen menu, so you would have more clicks than necessary.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 5, 2023, 4:13pm UTC](https://community.glideapps.com/t/linking-apps/60190/4 "2023-04-05T16:13:48Z")

</div>

> [@Niamh\_Arthur](#):
>
> The people on the leadership team use all of these and are asking to have it ALL on one mega app. I’m wondering if it will ever be possible to have apps interlink where I can create a menu at the top of all and have the links open in the same window? Then I can keep the data and apps separate, but access them easily from the same page.

I’ve been down this path, and my advice is to keep the Apps separate and use shared tables where it makes sense to do so. The problem with the “mega-App” approach is that you eventually reach a point where it becomes too big and unwieldy and a nightmare to manage and maintain.

If you’re on a Business or Enterprise plan, you have the option of iFrame embedding, so one option is to create one App as a “wrapper” for all your other Apps. This is what I’ve done, and it works well.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 5, 2023, 4:16pm UTC](https://community.glideapps.com/t/linking-apps/60190/5 "2023-04-05T16:16:19Z")

</div>

> [@nathanaelb](#):
>
> The issue with this idea is that you couldn’t navigate to the different apps via the native navigation bar, you would have to do it via an on-screen menu, so you would have more clicks than necessary.

Actually, you can.  
You just setup each tab with a web embed, and add the URL of each of the other Apps.  
I know this works, because I’ve done it 😉  
The only issue is that the first time a user navigates to each tab they’ll have to login to the embedded App - but only the first time, so it’s not a huge issue.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [April 5, 2023, 4:19pm UTC](https://community.glideapps.com/t/linking-apps/60190/6 "2023-04-05T16:19:44Z")

</div>

Oh yes good idea, I hadn’t thought of web embeds. I’m not a huge fan of embedding because it often looks weird, but if it’s done carefully – and apparently you’ve done it Darren – then that would make things much easier than rebuilding.

---

<div class="post-metadata">

### Author: ![Niamh\_Arthur](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/niamh_arthur/32/44599_2.png) [@Niamh\_Arthur](https://community.glideapps.com/u/Niamh_Arthur)
#### Post date: [April 5, 2023, 4:24pm UTC](https://community.glideapps.com/t/linking-apps/60190/7 "2023-04-05T16:24:58Z")

</div>

I love this idea! Thanks!

I do have a Business Plan so I should be able to embed. I think I tried putting an app link in the iFrame element before and it didn’t work, is there something special I need to do with the link to make it work?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 5, 2023, 4:34pm UTC](https://community.glideapps.com/t/linking-apps/60190/8 "2023-04-05T16:34:42Z")

</div>

> [@Niamh\_Arthur](#):
>
> is there something special I need to do with the link to make it work?

Yes, you need to contact Glide Support and ask them to enable it.  
Give them the App IDs of each App that you want to embed.

---

<div class="post-metadata">

### Author: ![Niamh\_Arthur](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/niamh_arthur/32/44599_2.png) [@Niamh\_Arthur](https://community.glideapps.com/u/Niamh_Arthur)
#### Post date: [April 5, 2023, 4:41pm UTC](https://community.glideapps.com/t/linking-apps/60190/9 "2023-04-05T16:41:04Z")

</div>

Awesome! Thank you so much Darren, this is a great solution.

---

<div class="post-metadata">

### Author: ![Chad1](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chad1/32/35126_2.png) [@Chad1](https://community.glideapps.com/u/Chad1)
#### Post date: [April 6, 2023, 1:47am UTC](https://community.glideapps.com/t/linking-apps/60190/10 "2023-04-06T01:47:37Z")

</div>

You could use an html - apk converter to link all the app links into one main app.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 7, 2023, 1:48am UTC](https://community.glideapps.com/t/linking-apps/60190/11 "2023-04-07T01:48:19Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
