Overview
Feedspace widgets don’t have a dedicated title or description field in the widget editor. The widget starts directly with the review cards. However, you have two practical ways to add a title or supporting text: place a heading on your page directly above the embed code, or use the widget’s built-in Inline CTA feature to insert a heading and body text inside the widget itself.
Option 1: Add a heading above the embed code on your page
The simplest approach is to place an HTML heading element just before the Feedspace embed code in your page’s HTML or custom code block. For example:
<h2 style="text-align: center; margin-bottom: 16px;">What Our Customers Say</h2>
<p style="text-align: center; margin-bottom: 24px; color: #555;">Real reviews from real people.</p>
<div class="feedspace-embed" data-id="YOUR_WIDGET_ID"></div>
<script src="https://js.feedspace.io/v1/embed/embed.min.js" type="text/javascript" async></script>
Replace YOUR_WIDGET_ID with your actual widget ID from the Share tab. Style the heading to match your site’s typography. This works in any website builder that lets you add HTML or custom code blocks.
Option 2: Use the inline CTA feature
The widget editor includes an Inline CTA section that lets you insert a heading and body text card directly inside the widget, between the review cards. This is visible to visitors as part of the widget itself.
How to enable inline CTA
- Click Widgets in the left sidebar, then click the pencil icon on the widget you want to edit.
- Go to the Design tab.
- Find the Inline CTA Section and toggle on Enable CTA.
- Fill in the CTA Heading Text and CTA Body Text fields with the title and description you want to show.
- Optionally add a button label and URL if you want a clickable call-to-action as well.
- Click Save and Next.
The CTA card appears inside the widget at the interval you set (between every 4 to 15 reviews, your choice). If you have only a small number of reviews, the CTA card will appear once within them.
What’s next
Once your title is in place, you can further style the widget cards using custom CSS. See How to Use Custom CSS in Feedspace Widgets for full details.
Common questions
Can I pin the CTA heading to the very top of the widget?
The inline CTA appears at a position you set inside the card flow, not as a pinned header above all reviews. For a fixed heading that always appears at the top, use Option 1 above and place an HTML heading element before the embed code on your page.
You might also find helpful
How to Embed Reviews Using Feedspace Widgets
Overview Feedspace offers an easy way to display your customer reviews stylishly on your website. By embedding reviews through Feedspace widgets, you can enhance your website’s credibility and design. With options like Carousel and Masonry widgets, you can showcase your reviews in a way that best fits your site’s look....
How to Use Custom CSS in Feedspace Widgets
Overview Feedspace allows you to fully customize your Widgets using the Custom CSS feature.This option helps you match your review widget with your website’s design by adjusting colors, typography, and spacing: ensuring a seamless, branded look. Step 1: Open Widget Settings Step 2: Access the Custom CSS Option Step 3:...
How to Create a Carousel Widget in Feedspace
Overview The Carousel widget in Feedspace lets you display multiple reviews in a continuously sliding format. You can enable autoplay, customize speed, and fine-tune design elements such as border, background color, and text colors. It’s a great way to keep your testimonials engaging and visually dynamic. How to Access Step...