Standalone iframe app · 2 chế độ · Đặt vé xe khách + Trợ lý AI
Full flow: tìm chuyến → chọn ghế → nhập khách → thanh toán → xác nhận
Đặt vé hội thoại tự nhiên · Kiểm tra vé · Gợi ý lộ trình
Copy đoạn HTML sau vào bất kỳ trang nào:
<iframe
src="https://booking.simplego.ai/widget?pk=pk_your_key&from=HN&to=SPA"
width="100%"
height="640"
frameborder="0"
allow="payment">
</iframe>
<script>
window.addEventListener('message', (e) => {
if (e.data?.type === 'simplego:resize') {
document.querySelector('iframe').style.height = e.data.height + 'px';
}
});
</script> | Param | Ý nghĩa | Default |
|---|---|---|
mode | booking | chat | booking |
pk | Public API key (pk_...) | demo |
from, to, date | Pre-fill form tìm chuyến | — |
lang | vi | en | ja | ko | zh | th | fr | de | ru | vi |
theme | light | dark | light |
brand | Màu chính (hex, vd 10B981) | 0D9488 |
accent | Màu phụ (hex) | F59E0B |
logo | URL logo nhà xe | — |
name | Tên nhà xe (hiển thị header) | SimpleGo |
font | Google Font name (vd Inter, Roboto) | Inter |
radius | sm | md | lg | xl | lg |
ref | Attribution: creator/affiliate ID | — |
trip_id | Deep link chuyến cụ thể (từ video/landing) | — |
toggle | 0 = ẩn nút chuyển đổi mode | 1 |