Web Integration
Implement AI-Powered Chat on Your Website
Learn how to implement, customize and deploy intelligent chatbots that engage your website visitors
Web Chatbots
Learn how to implement and customize AI-powered chatbots for your website using our iframe integration.
Quick Start
Get started with our web chatbot solution in just a few minutes. Simply embed our iframe into your website for instant chatbot functionality.
Features
- Natural Language Processing
- Customizable Responses
- Multi-language Support
- Real-time Analytics
- Easy iframe Integration
- Responsive Design
Implementation Guide
Follow these steps to add the chatbot iframe to your website:
<!-- Add this iframe to your HTML -->
<iframe
src="https://app.dunefox.io/your_id"
width="400"
height="600"
frameborder="0"
style="border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);">
</iframe>
<!-- For full-page integration -->
<iframe
src="https://app.dunefox.io/your_id"
width="100%"
height="100vh"
frameborder="0">
</iframe>
Customization Options
You can customize the chatbot appearance by modifying the iframe attributes:
- Width & Height: Adjust dimensions to fit your layout
- Border Radius: Customize the corner styling
- Box Shadow: Add depth with shadow effects
- Positioning: Use CSS to position the iframe as needed