# I want to make my buttons have links

**URL:** https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946
**Category:** Questions about Thunkable X
**Created:** [September 15, 2019, 5:54pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946 "2019-09-15T17:54:54Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![discoshm6](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@discoshm6](https://community.thunkable.com/u/discoshm6)
#### Post date: [September 15, 2019, 5:54pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/1 "2019-09-15T17:54:54Z")

</div>

![test2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/8/2802e9e9e73d7c576f91dbe8d599c7947863864b.png)

I have 30 buttons which named Profile(0~29)  
And I have 30 links which match with buttons. (0/profile, 1/profile, 2/profile…29/profile)  
I want to make my button working.  
How can I make it easily?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [September 15, 2019, 6:25pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/2 "2019-09-15T18:25:46Z")

</div>

Use the Any block to handle clicks on any button.

---

<div class="post-metadata">

### Author: ![discoshm6](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@discoshm6](https://community.thunkable.com/u/discoshm6)
#### Post date: [September 16, 2019, 12:58pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/3 "2019-09-16T12:58:47Z")

</div>

![test3](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/3/5394d4f58a1d59a6b6fc8ff90de2d2d456d4c4ef.png)  
I know how I can make button with website link.  
but I have a lot of buttons and links.

I have Profile0~49 buttons and 50 links.  
How can I make it easy?  
Should I make 50 blocks?  
I wish there is something solution like loop

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [September 16, 2019, 2:32pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/4 "2019-09-16T14:32:28Z")

</div>

I think you have posted the same question yesterday -

> [@I want to make my buttons have links](http://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946):
>
> [test2] I have 30 buttons which named Profile(0~29) And I have 30 links which match with buttons. (0/profile, 1/profile, 2/profile…29/profile) I want to make my button working. How can I make it easily?

* * *

Please don’t double post 🙂

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [September 16, 2019, 3:12pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/5 "2019-09-16T15:12:40Z")

</div>

Hi @discoshm6 👋

Welcome to the community - but please do not create duplicate topics.

In response to your question - here’s a short tutorial outlining how to do this with lists:

> [@Using Any Component with Parallel Lists](http://community.thunkable.com/t/using-any-component-with-parallel-lists/229298):
>
> If you have more than 5 or 10 similar components on your screen it can be tedious and time consuming to update each one individually. Thankfully the Any Component blocks and the List blocks can be combined to automate these repetitive tasks. Overview In this tutorial we’ll learn how to build a Twitter directory app like this. The idea is that each profile URL begins with “[https://twitter.com](https://twitter.com)” and the only thing that changes is the individual profile name Parallel…

Hope that helps!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [September 16, 2019, 3:35pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/6 "2019-09-16T15:35:03Z")

</div>

For simplicity, I store the URL in the Visible property, but you can use a less risky block.

 ![%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/8/18bccef5faf4560d63ccf0e2ee43c1ca07e0107a.png)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:08pm UTC](https://community.thunkable.com/t/i-want-to-make-my-buttons-have-links/227946/7 "2024-11-08T12:08:59Z")

</div>


