How to Embed Testimonials on Teachable to Double Course Sales
Selling an online course requires overcoming a major hurdle: student skepticism. Prospective learners want proof that your curriculum actually delivers results, unlocks career advancement, or teaches tangible skills before they commit their hard-earned money.
While Teachable comes with built-in page building blocks, its default social proof elements are rigid text-only cards with no verification, no video support, and limited styling control. Embedding dynamic, verified text and video reviews directly into your sales pages and lesson graduation checkpoints bridges that trust gap immediately.
In this guide, you will learn the exact requirements, code snippets, and placement strategies to embed interactive testimonial widgets onto any Teachable school page without slowing down your page load speeds.
Where to Place Testimonials on Your Teachable School
Strategic placement makes the difference between passive browsing and active checkout. Focus on these three key touchpoints:
- Directly Below the Curriculum Outline: When prospective students finish reading course modules, their next thought is, "Can someone like me actually finish this?" Placing a masonry wall of student transformations here answers that question instantly.
- Adjacent to the Pricing Table: Reduce cart abandonment by placing a compact slider or badge widget right next to your payment tiers.
- Inside the Final Course Lesson (Automated Collection): Place an interactive testimonial collection form directly inside your graduation lesson so students can record video feedback while their excitement is at its peak.
Want to collect and embed student reviews without complex setups?
Try KudosWall's lightweight embed widgets to generate responsive video and text social proof walls for your Teachable site in minutes.
Step-by-Step: Embedding Testimonial Widgets in Teachable 2.0 Page Builder
Teachable's Page Builder supports Custom HTML blocks across all course sales pages, homepage templates, and custom landing pages. Follow these implementation steps:
- Step 1: Access Your Teachable School Admin: Log in to your Teachable account, navigate to Courses, select your target course, and click Pages.
- Step 2: Open the Page Editor: Click Edit on your Sales Page or Course Landing Page to launch the visual page builder.
- Step 3: Add a Custom HTML Block: In the left sidebar, click Add Section, scroll down to the developer tools area, and select Custom HTML.
- Step 4: Paste Your Embed Script: Open the Custom HTML block editor on the left panel and paste your embed code snippet:
<!-- Testimonial Wall Embed Container -->
<div class="student-social-proof-wrapper" style="width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 0;">
<div id="kudoswall-embed-container" data-wall-id="your-wall-slug"></div>
<script src="https://kudoswall.org/widget.js" async></script>
</div>- Step 5: Preview and Publish: Click Preview in the top right corner to verify that the widget renders cleanly across mobile and desktop viewport sizes, then click Publish.
How to Embed Testimonial Collection Inside a Teachable Lesson
The highest response rates come from asking students for feedback right after they complete your course material. You can embed a collection widget or direct link inside Teachable's curriculum builder:
- Navigate to Curriculum in your course admin.
- Add a new lecture named "🎉 Graduation & Next Steps" or "Share Your Feedback & Get Certified".
- Add a Custom Code block or an Add Video/Text block with your unique collection link button.
- When students reach the end of your course, they can record a 60-second video or type their review without leaving their browser.
How to Do This with KudosWall
KudosWall is built to give course creators a streamlined system to collect, manage, and embed student proof without custom development or monthly subscriber lock-in.
- 1. Generate Your Shareable Link: Create a workspace and grab your branded collection link (e.g.,
kudoswall.org/collect/your-course). - 2. Customize Video & Text Prompts: Prompt students with targeted questions like "What was your biggest transformation after taking this course?"
- 3. Approve Student Testimonials: Review incoming video and text submissions in your dashboard, approve the best reviews, and tag them by course tier.
- 4. Copy the Lightweight Script: Select your preferred layout (Grid, Carousel, or Wall of Love) and paste the 1-line code into Teachable.
Honest Limits: KudosWall's free plan provides up to 50 text and video testimonials forever. If you need multi-course workspace segregation, custom domain CNAME routing, or removal of the small footer badge, you can upgrade to a paid creator plan.
Frequently Asked Questions
Will embedding third-party testimonial widgets slow down my Teachable page?
No, provided you use an asynchronous (async) script embed. Modern widgets load their assets in parallel without blocking Teachable's primary HTML rendering or payment checkout scripts.
Can students record video testimonials on their phones?
Yes. Responsive collection pages allow students to record native mobile video directly through their mobile browser camera without needing to download a separate mobile app.
Do I need Teachable Pro to add Custom HTML blocks?
Teachable allows Custom HTML blocks in the Page Builder across all standard paid plans. If you are on a legacy free tier without custom code access, you can still link directly to your dedicated collection and wall page via standard button blocks.