How to display the Chatbot inline on a webpage?
You can set the chatbot to display inline on any webpage by using the code-snippet given below.
<iframe src="https://app.botbaba.io/{YOUR_BOT_URL}" style="height:1100px;max-width:425px;border:0"></iframe>
You can set the height of the Chatbot as per your webpage area availability.
You can play around with the height and width of the frame and figure out what suits best for your page.