Social Media Links

Is there any easy way to link a social media icon to the profile? I would just like to add the Instagram icon to the “Contact Us” page in Glide apps and have it linked to our Instagram page. Thank you!

Use a richtext component with the following markdown:

Instagram

[![Instagram](upload://m1bOZFTQXE1Ks9agFzBw9jkVTR4.png)](https://www.instagram.com/glideapps/?hl=en)

<pre><span><style>
[data-test="app-markdown-view"] img {
height: 64px;
width: 64px !important;
margin: auto;
}
1 Like

Thanks very much - very helpful. Unfortunately, the instagram image isn’t appearing.I would also like to center it in the container. Any idea how to fix this. You can see what I’m referring to in the last container of the page here.

Ok. You said in your original post “Glide App” not “Glide Page”…what I proposed won’t work…

Try this instead:

Here’s the URL for the image:
https://res.cloudinary.com/glide/image/fetch/w_800,h_100,c_pad/https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2048px-Instagram_logo_2016.svg.png

2 Likes

Thanks very much!

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