How can we help? 👋

How to add testimonials to Svelte

How to add your testimonials to your Svelte app.

Adding Senja to your Svelte app is extremely simple and requires no extra dependencies or configuration. Here’s how to do it:

Create and share your widget

How to create a new testimonial widget, copy the share code, and add it to your landing page tool.

Senja

1. Click on Studio

2. Select a widget style under Widgets

Pick the testimonial widget style you want to create. You can always change it later.

3. Name your widget

Here we've called it Best testimonials

4. Select where you want to embed the widget

This will help you find it later

5. Click on Create widget

Let's start creating the widget

6. Decide what testimonials you want to add

You can set rules so that any new approved testimonials are automatically added to the widget, or curate. Here, we selected curate as we will manually select the testimonials to add to the widget.

7. Click on Continue

8. Start selecting your testimonials

Here's the first one. Select as many as you want to display

9. Click on Save Selection

Once you're happy with the selection, click on Save Selection

10. Click on Design

Here's your widget. Let's update its design

ℹ️ There are lots of design settings and they vary by widget. Make your design changes here until you are happy with your widget.

11. Click on Share

Happy with the design changes? Now it's time to share the widget. Click on Share

12. Click on the copy icon

This will copy the widget code for use on any landing page tool

13. Click on Done

The code is copied and we’re read to navigate to our landing page tool

Want a faster way to copy your widget code? Use Senja’s Chrome Extension ✨

Senja’s free Chrome Extension allows you to copy your widget code and form URLs, and see all your latest testimonials, all without leaving the page you’re on. Download it free here

Paste the embed code into your Svelte component

Open the +page.svelte file (if you’re working with Sveltekit), or the Svelte component you want to embed your testimonials in.

Paste the Senja embed code.

<div>
  <div
    class="senja-embed"
    data-id="4ac65b64-922c-4daf-af40-5cf71ade893f"
    data-lazyload="false"
    data-mode="shadow"
  ></div>
  <script
    async
    type="text/javascript"
    src="https://static.senja.io/dist/platform.js"
  ></script>
</div>
⚠️
NOTE: You can not add multiple top level scripts to a Svelte file. Make sure your Senja embed code is wrapped in at least one element and/or DIV.

Once you do this, your Senja widget will be rendered on the page.

Notion image
💡
That’s it, your testimonial widget is now embedded in your Svelte app 🥳 Not working? Just click Contact Us below and we’ll assist you.

How to add your testimonials to other platforms

Other landing page platforms

 

Course platforms

 

Creator marketplace platforms

 

Calendar tools

 

Sales tools and emails

 

To your code

 

Ecommerce platforms

 

Emails

 
Did this answer your question?
😞
😐
🤩