# 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:** 1
**Showing post:** 21

<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, 2:43am UTC](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655/21 "2020-06-12T02:43:54Z")

</div>

So I’m reporting back with what I can find now.

## Glide

`https://sea2.discourse-cdn.com/flex020/user_avatar/community.glideapps.com/[user_name]/360/49_2.png`

Best I can find is 360x360 images.

## Instagram

```
=IMPORTXML("https://www.instadp.com/fullsize/"&[user_name],"//a[@class='download-btn']/@href")

```

However this is unstable, sometimes I can import it, sometimes not.

## Facebook

You have to get the user ID (numerical) to get the photo, and it seems many people are using their customized user name instead. Might have to ask users to find their numerical ID from a 3rd party site, which is not ideal.

---

_[View the full topic](https://community.glideapps.com/t/is-there-a-way-to-follow-someones-twitter-from-in-the-app/10655)._
