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
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.