Widget Embed Setup
Add your The Business Pages reviews to your website
Your company slug is the part after your domain in your The Business Pages profile URL
✅ Found: 1st Step Mobility Ltd. ( reviews)
Widget Type
Live Preview LIVE
Your Widget Code
Step 1: Add the Container
Place this div wherever you want the widget to appear:
1<div data-tbp-widget="1st-step-mobility-ltd"></div>
Step 2: Add the Script
Add this script tag before the closing </body> tag:
1<script src="https://widgets.thebusinesspages.co.uk/embed.js"></script>
Complete HTML Example
1<!DOCTYPE html>
2<html>
3<head>
4 <title>My Business</title>
5</head>
6<body>
7 <h1>Welcome to My Business</h1>
8
9 <div data-tbp-widget="1st-step-mobility-ltd"></div>
10
11 <script src="https://widgets.thebusinesspages.co.uk/embed.js"></script>
12</body>
13</html>
💡 Pro Tips:
- The widget is fully responsive and will adapt to your page layout
- No jQuery or other dependencies required
- The script loads asynchronously and won't slow down your page
- You can add multiple widgets on the same page
- The widget is SEO-friendly and Google crawler compatible
- Floating widgets are fixed to the viewport and stay visible while scrolling
- Only include the script tag once per page, even with multiple widgets
Widget Positions
Available Positions:
- inline - Normal inline widget (default)
- top-left - Fixed to top left corner
- top-right - Fixed to top right corner
- bottom-left - Fixed to bottom left corner
- bottom-right - Fixed to bottom right corner
- center-left - Fixed to center left side
- center-right - Fixed to center right side
Need Help? If you have any questions or need assistance, please contact our support team.