Travelbells Immigration Logo

Social Media & Website Channel Integration

Your Live Booking URL: When you publish this scheduler to a public domain (such as https://bookings.travelbellsimmigration.com or your cloud URL), use that link in all the social and website channels below.

1. WhatsApp Business Integration

Set up automatic greetings and quick reply triggers so every client who contacts you on WhatsApp can book instantly.

A. Greeting Message (Sent automatically when a client messages you):

"Hello! Thank you for reaching out to Travelbells Immigration. 🇨🇦✈️

To schedule a consultation with our Canadian immigration team, please book your preferred time slot online:
👉 https://bookings.travelbellsimmigration.com

(Initial 20-minute consultation is completely Free!)"
  1. Open WhatsApp Business on your phone.
  2. Tap Settings > Business Tools > Greeting Message.
  3. Enable "Send greeting message" and paste the template above.
  4. Optional: Go to Quick Replies, set shortcut /book, and save the link for fast 1-tap messaging!

2. Instagram & TikTok "Link in Bio"

Direct prospective immigrants from your video reels and posts into confirmed calendar slots.

  1. Open the Instagram or TikTok app and tap your profile.
  2. Tap Edit Profile.
  3. Tap Links / Add External Link (or Website field).
  4. Enter your booking URL: https://bookings.travelbellsimmigration.com and title it "Book Consultation".
  5. In your bio description, add a strong Call to Action (CTA):
    "🇨🇦 Licensed Canadian Immigration Services | Brampton, ON
    👇 Book your consultation online (First 20 mins Free!):"

3. Facebook Business Page "Book Now" Button

Add a primary "Book Now" action button right under your Facebook page cover banner.

  1. Go to your Travelbells Immigration Facebook Business Page.
  2. Click the blue "..." button under your cover photo > Edit Action Button (or Add Action Button).
  3. Select the Book Now action button.
  4. Choose Link to Website.
  5. Enter: https://bookings.travelbellsimmigration.com and click Save.

4. travelbellsimmigration.com Website Embeds

Integrate the scheduler into your existing WordPress / Hostinger website using either method below:

Option A: Floating "Book Consultation" Button (Recommended)

Displays a branded floating button on the bottom right corner of all your website pages.

<!-- Travelbells Floating Booking Button -->
<a href="https://bookings.travelbellsimmigration.com" target="_blank" style="
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #102d5e;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(16, 45, 94, 0.3);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease-in-out;
  border: 2px solid #ffffff;
" onmouseover="this.style.background='#0170B9'; this.style.transform='translateY(-3px)'" onmouseout="this.style.background='#102d5e'; this.style.transform='none'">
  📅 Book Consultation
</a>

Option B: Inline Calendar (Embed directly on a Booking Page)

Create a dedicated page on your site (e.g. travelbellsimmigration.com/book-online) and paste this element:

<iframe 
  src="https://bookings.travelbellsimmigration.com" 
  width="100%" 
  height="750px" 
  style="border: none; border-radius: 16px; box-shadow: 0 10px 30px rgba(16,45,94,0.08);"
  allow="payment">
</iframe>