Reputation: 127
I've tried different kinds of embeds on my website but it doesnt seem to work. Can I still add a url and show it inside a vuejs website?
Upvotes: 1
Views: 208
Reputation: 793
Yes we can use. The approach is iframe tag as
<iframe
src="url of live chat"></iframe>
Please use it
Upvotes: 1