Embeddable Widgets

Add powerful, interactive IELTS and Medical English tools to your website with a single line of code. Free, responsive, and brandable.

🚀 3 Widgets Available — Copy, Paste, Done!

📋 How to Embed

  1. Copy the embed code for the widget you want to use.
  2. Paste it into your website's HTML where you want it to appear.
  3. The widget will automatically load and render itself using Shadow DOM for perfect style isolation.
  4. Customize the data-container attribute to match your container element's ID.
No dependencies required. All widgets are self-contained, load their own fonts from Google Fonts, and use Shadow DOM to prevent CSS conflicts with your site. They work on any HTTPS website.
📊

IELTS Band Calculator

Interactive sliders for all 4 modules with real-time scoring

~4.2 KB

📎 Embed Code

<!-- IELTS Band Calculator Widget -->
<script src="https://tools.anglotec-ai.com/
  widgets/ielts-calculator-widget.js"
  data-container="ielts-widget"></script>
<div id="ielts-widget"></div>

Configuration

AttributeRequiredDescription
data-containerYesID of the container div where the widget renders
🩺

Medical English Word of the Day

Daily medical vocabulary with pronunciation and clinical examples

~12 KB

📎 Embed Code

<!-- Medical Word of the Day Widget -->
<script src="https://tools.anglotec-ai.com/
  widgets/medical-word-widget.js"
  data-container="medword-widget"></script>
<div id="medword-widget"></div>

Configuration

AttributeRequiredDescription
data-containerYesID of the container div where the widget renders

IELTS Countdown Timer

Live countdown to test day with study milestone messages

~3.8 KB

📎 Embed Code

<!-- IELTS Countdown Timer Widget -->
<script src="https://tools.anglotec-ai.com/
  widgets/ielts-countdown-widget.js"
  data-container="countdown-widget"
  data-test-date="2025-08-15"></script>
<div id="countdown-widget"></div>

Configuration

AttributeRequiredDescription
data-containerYesID of the container div where the widget renders
data-test-dateNoIELTS test date in YYYY-MM-DD format (default: 30 days from now)