# How do I change the URL of my booking link?

**URL:** https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31
**Category:** Customization
**Created:** [November 27, 2018, 4:12pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31 "2018-11-27T16:12:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Kevin](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.youcanbook.me/kevin/32/17_2.png) [@Kevin](https://forum.youcanbook.me/u/Kevin)
#### Post date: [November 27, 2018, 4:12pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31/1 "2018-11-27T16:12:00Z")

</div>

Right now it is showing up as [something.youcanbook.me](http://something.youcanbook.me), but I am looking for this to be [mydomain.com/schedule](http://mydomain.com/schedule) or [mydomain.com/book](http://mydomain.com/book). I don’t see a way to swap out the entire domain name.

---

<div class="post-metadata">

### Author: ![Ben](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.youcanbook.me/ben/32/772_2.png) [@Ben](https://forum.youcanbook.me/u/Ben)
#### Post date: [November 27, 2018, 5:51pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31/2 "2018-11-27T17:51:59Z")

</div>

Within the profile editor you can click on the embed option and copy a bit of code and paste it on your site at the page you want. More info here: [https://support.youcanbook.me/article/33-embed-your-booking-page-on-your-website](https://support.youcanbook.me/article/33-embed-your-booking-page-on-your-website)  
A few things to notice when doing this though is that you have to uncheck the break out option to keep mobile users on your site. [https://support.youcanbook.me/article/46-mobile-friendly-booking-grids](https://support.youcanbook.me/article/46-mobile-friendly-booking-grids)

---

<div class="post-metadata">

### Author: ![Kevin](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.youcanbook.me/kevin/32/17_2.png) [@Kevin](https://forum.youcanbook.me/u/Kevin)
#### Post date: [November 27, 2018, 6:51pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31/3 "2018-11-27T18:51:08Z")

</div>

Thank you, but I tested this and the URL parameters I am passing into the embed are not going through? I have ?FNAME=Test&email=test@example.com, no matter how I set this up it is not working. Any insight?

---

<div class="post-metadata">

### Author: ![Ben](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.youcanbook.me/ben/32/772_2.png) [@Ben](https://forum.youcanbook.me/u/Ben)
#### Post date: [November 27, 2018, 8:12pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31/4 "2018-11-27T20:12:03Z")

</div>

Since you are embedding you will need a bit of software on the webpage where the grid is embedded that dynamically changes the embedded URL with the parameters you are trying to pass through. This is some advanced stuff, but [found an article that may help](https://stackoverflow.com/questions/10435512/capture-incoming-url-parameters-then-pass-to-iframe-src-with-javascript) This is possible with JavaScript, or PHP.

---

<div class="post-metadata">

### Author: ![Kevin](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.youcanbook.me/kevin/32/17_2.png) [@Kevin](https://forum.youcanbook.me/u/Kevin)
#### Post date: [November 27, 2018, 8:33pm UTC](https://forum.youcanbook.me/t/how-do-i-change-the-url-of-my-booking-link/31/5 "2018-11-27T20:33:31Z")

</div>

These seems a bit complicated. I will talk to our dev team and see what we can do. Thanks for the help.
