# Is there a way to 'follow' someones twitter from in the app

**URL:** https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655
**Category:** Feature Requests
**Created:** [June 11, 2020, 12:06am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655 "2020-06-11T00:06:42Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 12:06am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/1 "2020-06-11T00:06:42Z")

</div>

Hey everyone! On my user profiles, users include their Twitter handles. Is there a way to follow them from within the glideapp? Also, is there a way to pull twitter profile pictures into the app using the handle?

Thanks!

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 11, 2020, 12:57am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/2 "2020-06-11T00:57:01Z")

</div>

Hm…closest I could get is this:

[https://twitter.com/rpetitto/photo](https://twitter.com/rpetitto/photo)

…which isn’t the actual photo link…the actual photo link is something like this:  
`https://pbs.twimg.com/profile_images/1170028679650512896/wkDY5_Mm_400x400.jpg `  
 ![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/cdaa4f101aa6a5c6bde7d06b592120b5e1b7c2db.jpeg)

Not easy, but this might do the trick if you’re willing to play around with Twitter API:

> **[Import Twitter API Data to Google Sheets \[2020\] | API Connector](https://mixedanalytics.com/knowledge-base/import-twitter-data-to-google-sheets/)**
>
> As an extremely well-known micro-blogging platform, Twitter needs no introduction. Their API holds all kinds of interesting meta data about users and the contents of their tweets…

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 11, 2020, 2:51am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/3 "2020-06-11T02:51:02Z")

</div>

You can get the profile image by this:

```
http://twivatar.glitch.me/[user_name]

```

For example: [http://twivatar.glitch.me/rpetitto](http://twivatar.glitch.me/rpetitto)

Therefore, in Angelia’s question, the right formula for an image column would be:

```
=ARRAYFORMULA(IF(A2:A<>"","http://twivatar.glitch.me/"&A2:A,""))

```

That’s if Angelia has the Twitter handles, can you verify to me if you store handles directly (as in “rpetitto”) or just the link to the profile?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 11, 2020, 3:02am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/4 "2020-06-11T03:02:33Z")

</div>

Wow! NICE FIND @thinhdinh! I was looking for something similar and couldn’t find what you found! You’re a wizard.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 11, 2020, 3:08am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/5 "2020-06-11T03:08:18Z")

</div>

Are you familiar with [glitch.me](http://glitch.me)? Did you create this solution? Wonder what else we could do with this platform in conjunction with Glide!

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 3:14am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/6 "2020-06-11T03:14:49Z")

</div>

They are stored as just rpetito not the link. This is awesome I will try!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 11, 2020, 3:16am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/7 "2020-06-11T03:16:19Z")

</div>

No, I luckily found it when searching StackOverflow a while ago. Have you thought of any further applications of this? I would love to listen.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 11, 2020, 3:19am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/8 "2020-06-11T03:19:01Z")

</div>

Just found the “follow” solution as well, but not exactly “in the app”. You can try adding it as a open in web view or open link to see if it works.

```
https://twitter.com/intent/follow?screen_name=[user_name]

```

For example:

[https://twitter.com/intent/follow?screen\_name=rpetitto](https://twitter.com/intent/follow?screen_name=rpetitto)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/c5c7511e631388207f22353c5803c92c9a3c1475.png)

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 3:32am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/9 "2020-06-11T03:32:38Z")

</div>

> [@ThinhDinh](#):
>
> `=ARRAYFORMULA(IF(A2:A<>"","http://twivatar.glitch.me/"&A2:A,""))`

That’s awesome so I can just put that as a link in the app and it would make that work! You guys are awesome. Thank you !

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 3:33am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/10 "2020-06-11T03:33:31Z")

</div>

I got them to show up in the cells and when I click the link (in the sheet) they launch the image correctly, but when I launch my app you can’t see them. Nothing shows. Am I doing something wrong?

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 3:45am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/11 "2020-06-11T03:45:55Z")

</div>

I got the images to work. Check it out. I need to fill in the ones I don’t have. But it works!!! About to try the link now and then will show you.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 11, 2020, 3:52am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/12 "2020-06-11T03:52:59Z")

</div>

Yep it you have any problems in the application of this just let me know. I don’t know the full structure of your data so any screenshots would help if you need assistance.

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 4:45am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/13 "2020-06-11T04:45:58Z")

</div>

> [@ThinhDinh](#):
>
> `https://twitter.com/intent/follow?screen_name=[user_name]`

Ok thanks! I’m trying to use that same array type statement you gave me now to get the link to follow to work.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 11, 2020, 4:46am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/14 "2020-06-11T04:46:58Z")

</div>

> [@ThinhDinh](#):
>
> [https://twitter.com/intent/follow?screen\_name=[user\_name]](https://twitter.com/intent/follow?screen_name=%5Buser_name%5D)

Yeah it should work in the same manner.

```
=ARRAYFORMULA(IF(A2:A<>"","https://twitter.com/intent/follow?screen_name="&A2:A,""))

```

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 7:25pm UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/15 "2020-06-11T19:25:30Z")

</div>

Hi, when using the arrayformula function it fills in the entire row which is cool and means I won’t have to keep copying it when a row is added, but if that person does not have a twitter account, I want to be able to add that image manually or allow someone to modify their image. When I updated an image, it wiped out the entire column and everyone’s images disappeared in the app. It took me a minute to figure out what I did, but now that I know, do you have any workarounds? If I do a formula to concatenate the user name to the URL it works, but I still like the ability not need to keep updating the formula for new entries.

Thanks so much!

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [June 11, 2020, 7:30pm UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/16 "2020-06-11T19:30:28Z")

</div>

This is pretty cool and a good way to pull in a profile picture for someone who doesn’t necessarily want to upload an image to Glide. Is there any way this would work with other social media outlets (I’m thinking Facebook or Instagram as options too).

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [June 11, 2020, 7:32pm UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/17 "2020-06-11T19:32:59Z")

</div>

Not sure if this would help, but for my apps, I create a Template column with a generic user image. Then create an IFTHEN column that says if the profile image is empty, then use the Template column, else use the profile column. Similar logic should work for this too.

---

<div class="post-metadata">

### Author: ![Angelia\_Baxter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/angelia_baxter/32/789_2.png) [@Angelia\_Baxter](https://community.glideapps.com/u/Angelia_Baxter)
#### Post date: [June 11, 2020, 7:54pm UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/18 "2020-06-11T19:54:14Z")

</div>

I am not that familiar with Glitch, but you may want to check on there. It looks like the code was written in there and then just added to the formula in the sheet, so whatever that line would look like that points directly to that profile image would be the ticket to insert (only problem is fb has this long random string). Hopefully someone knows how to translate that randomness to a profile.

Thanks for the template column for the generic, that makes sense. I had a separate image column for the manual images, just wasn’t sure how to bring them together. It looks like IFTHEN would do the trick. Thanks so much! Sorry I wasn’t as helpful on the FB/IG string.

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [June 11, 2020, 9:06pm UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/19 "2020-06-11T21:06:56Z")

</div>

I’m thinking about email profiles instead: Hotmail, Gmail, etc

In that way, you can capture the photo/avatar profile associated to the current logged user in Glide!!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 12, 2020, 12:04am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/20 "2020-06-12T00:04:56Z")

</div>

Thanks for the Template suggestion, I forgot about that 🤣

I will try to find all existing methods to link to social account images. Facebook, Instagram and what else?

[Next page](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655.md?page=2)
