Custom domains
complete
Tiny Talk
Hello everybody!
This week, we rolled out the Custom Domains feature in beta, allowing you to personalize the url of your bots. Currently it is available to certain account levels, you can find the feature by selecting a bot, then Settings -> Domains.
We still need to add some guide and steps to help you complete the integration but for those who know the process it is pretty much what you would expect:
Add your subdomain (e.g. chat.example.com) on Tiny Talk, then create two records on your DNS provider, a CNAME and a TXT record. We provide those values on the dashboard when you add your subdomain. Simply copy/paste those values using a low TTL to start with.
Give it some time (up to 24 hours) and click on "Verify" button of the subdomain you added on Tiny Talk Dashboard. Once you see both records are verified then you should be able to access your bot under your own domain address.
https://chat.example.com/bots/{your_bot_id}/chat
Feel free to provide feedback and your experience with the feature, we hope to get out of beta as soon as we gather enough feedback.
Tiny Talk
Hi all!
We have published a user guide to setup the custom domains here;
Hope you find it useful and feel free to reach out at support@tinytalk.ai if you need any support.
B
Balve
Hi all - I’m setting up custom domains on Hostinger and could use some help. If anyone has done this before or knows a good walkthrough, I’d really appreciate some pointers. Thanks in advance!
Tiny Talk
Hi Balve
We've just published a user guide, please take a look and see if that helps.
Here is the guide:
I found here a guide from Hostinger to setup a CNAME, that might also help.
Feel free to reach out anytime, happy to help over email (support@tinytalk.ai)
All the best!
Tiny Talk
complete
Sobat Konsultan
Tiny Talk Finally! Thank you so much! However, in the title tag, it still says "Tiny Talk - Dashboard" instead of the Chatbot name.
Tiny Talk
Sobat Konsultan: Ah! Good point, thank you for the feedback. Yes, we'll fix that.
Tiny Talk
Hello everybody!
This week, we rolled out the Custom Domains feature in beta, allowing you to personalize the url of your bots. Currently it is available to certain account levels, you can find the feature by selecting a bot, then Settings -> Domains.
We still need to add some guide and steps to help you complete the integration but for those who know the process it is pretty much what you would expect:
Add your subdomain (e.g. chat.example.com) on Tiny Talk, then create two records on your DNS provider, a CNAME and a TXT record. We provide those values on the dashboard when you add your subdomain. Simply copy/paste those values using a low TTL to start with.
Give it some time (up to 24 hours) and click on "Verify" button of the subdomain you added on Tiny Talk Dashboard. Once you see both records are verified then you should be able to access your bot under your own domain address.
Feel free to provide feedback and your experience with the feature, we hope to get out of beta as soon as we gather enough feedback.
Tiny Talk
in progress
Tiny Talk
planned
Sobat Konsultan
I expect it to work like this.
Current URL:
Expected Custom Domain URL:
This should apply to both iframe and SDK implementations:
<iframe src="https://cname.mydomainname.etc/bots/31af5d3b-61cc-4105-a3ed-5267a8120b86/chat" width="100%" height="660" frameborder="0"></iframe>
<script src="https://cname.mydomainname.etc/latest/tiny-talk-sdk.min.umd.js" data-tiny-bot-id="31af5d3b-61cc-4105-a3ed-5267a8120b86" defer></script>
While full white-label dashboard customization would be awesome in the future, this CNAME feature is a great start! As an agency, having the chat URLs display my domain instead of the default one would be valuable, even if we can't customize our clients' URLs yet.