3. Embedding your Calculator
Learn how to embed TailorQuote calculators on your website or share them as standalone pages
Once your calculator is configured, you need to make it accessible to customers. TailorQuote offers two display modes: embedding as a widget on your website, or sharing as a standalone page.
Choosing Your Display Mode
In your calculator configuration, navigate to the Share & Embed section at the bottom of the page.
Embedded Widget
Best for businesses with existing websites:
- Integrates seamlessly into your site
- Maintains your navigation and branding
- Customers stay on your domain
Shareable Link
Perfect for quick deployment:
- No website required
- Instant public URL
- Great for social media and email campaigns
Setting Display Mode
- Open your calculator configuration
- Scroll to Share & Embed section
- Select from the dropdown:
- Embedded (widget for your website)
- Shareable Link (standalone page)
Embedding on Your Website
When you select "Embedded" mode, TailorQuote provides a simple script tag.
Step 1: Copy the Embed Code
The embed code looks like this:
<!-- TailorQuote Calculator Widget --> <script src="https://yourdomain.com/widget/tailorquote-widget.js" data-calculator="your-calculator-id" async defer> </script>
Click Copy Embed Code to copy it to your clipboard.
Step 2: Add to Your Website
Basic Installation
Paste the script tag where you want the calculator to appear:
<div class="quote-section"> <h2>Get an Instant Quote</h2> <p>Calculate your project cost in seconds.</p> <!-- Calculator appears here --> <script src="https://yourdomain.com/widget/tailorquote-widget.js" data-calculator="your-calculator-id" async defer> </script> </div>
Using a Container
For more control over placement, create a container:
<!-- Place this where you want the calculator --> <div id="tailorquote-widget-container"></div> <!-- Script can go anywhere on the page --> <script src="https://yourdomain.com/widget/tailorquote-widget.js" data-calculator="your-calculator-id" async defer> </script>
The widget automatically detects and uses the container with ID tailorquote-widget-container
.
Platform-Specific Instructions
WordPress
- Edit the page or post
- Switch to HTML/Text mode or add a Custom HTML block
- Paste the embed code
- Save and preview
Wix
- Add an HTML iframe element
- Click "Enter Code"
- Paste the embed code
- Adjust sizing as needed
Squarespace
- Add a Code Block to your page
- Paste the embed code
- Leave "Display Source" unchecked
- Save
Shopify
- Go to Pages or Blog Posts
- Click the HTML button (</>)
- Paste the embed code
- Save
Using Standalone Pages
When you select "Shareable Link" mode, your calculator gets a public URL.
Getting Your Link
- Select Shareable Link in display mode
- Copy the URL shown:
https://yourdomain.com/calculator/your-calculator-id
- Click Copy button for convenience
Sharing Your Calculator
Direct Sharing
Share the link via:
- Email signatures
- Social media posts
- SMS messages
- QR codes
Email Example
Hi [Name], Get an instant quote for our services: https://yourdomain.com/calculator/your-id It only takes 30 seconds!
Social Media Example
Need a quote? Skip the back-and-forth! Get instant pricing: [your-link] #NoWaitingRequired
Testing with Preview
Before going live, always test using the Preview Calculator button:
- Click Preview Calculator
- New window opens with your calculator
- Test the complete flow
- Verify it works as expected
Troubleshooting
Widget Not Appearing
Check these common issues:
- Correct URL - Verify the script src matches your domain
- Calculator ID - Ensure data-calculator attribute is correct
- JavaScript Enabled - Calculator requires JavaScript
- Console Errors - Check browser console (F12) for errors
Standalone Page Issues
If the public link doesn't work:
- Display Mode - Verify "Shareable Link" is selected
- Calculator Saved - Ensure changes are saved
- Correct URL - Check you copied the complete URL
Styling Conflicts
If the calculator looks wrong on your site:
- The widget inherits some styles from your page
- You can wrap it in a div with specific styling:
<div style="max-width: 600px; margin: 0 auto;"> <!-- embed code here --> </div>
Best Practices
For Embedded Calculators
- Place prominently on relevant pages
- Add context with headings and descriptions
- Test on mobile devices
- Monitor page load speed
For Standalone Pages
- Use descriptive link text when sharing
- Include value proposition in messages
- Track link clicks if possible
- Consider using URL shorteners for social media
Monitoring Usage
Track your calculator's performance:
- Preview Testing - Use preview to see user experience
- Quote Tracking - Monitor quotes in your dashboard
- Customer Feedback - Ask users about their experience
Next Steps
With your calculator live:
- Start receiving quotes
- Track quote status
- Invite team members to help manage responses
Your calculator is now ready to convert visitors into qualified leads!