Feedspace Home Dashboard

How to Embed Wall of Love in Joomla

Last updated on October 17, 2025

Overview

You can embed the Wall of Love from Feedspace into your Joomla website using a Custom HTML module or directly inside an article.
Joomla supports both HTML and JavaScript embeds when proper permissions are set, allowing you to display customer testimonials and reviews anywhere on your site — including sidebars, pages, or footers.

Step 1 – Copy Your Embed Code from Feedspace

  • Go to your Feedspace dashboard
  • Select Pages from the left sidebar
  • Choose the Wall of Love you want to embed
  • Click the Share tab
  • Copy the embed code, which looks like this:
Click On Share Tab and Copy Embed Code

Step 2 – Log in to Your Joomla Admin

  • Go to your Joomla Administrator dashboard (usually at yourdomain.com/administrator).

Step 3 – Add Script via Template File (Recommended)

  1. Go to your Joomla admin panel.
  2. Navigate to System → Site Templates → Templates → [Your Active Template] → index.php.
  3. Just before the closing </body> tag, paste this once: <script src="https://js.feedspace.io/v1/embed/embed.min.js" type="text/javascript" async></script>
  4. Save and close.
Select Articles from Content

Step 4 – Embed in an Article

If you prefer to add it inside an article:

  1. Go to Content → Articles → Edit or New.
  2. Switch to Source Code view using the Toggle Editor button.
  3. Paste your Feedspace embed <div> code only. Ensure <script> tag is not included.
  4. Save and preview the article.
Paste Feedspace embed <div> only

Step 5 – Set Text Filter to Allow Scripts

  • Go to System → Global Configuration → Text Filters.
  • Under your user group (e.g., Super Users), set No Filtering.
  • This allows <script> tags to execute properly.
  • Click Save & Close once done.

Step 6 – Preview and Test

  • Visit your live site.
  • Scroll to the section or article where you placed the Wall of Love.
  • The Wall of Love should appear and load customer reviews properly.

You might also find helpful

How to Create a Widget in Feedspace

Overview Widgets in Feedspace allow you to showcase your collected reviews directly on your website. They are easy to set up, customizable, and come in different layouts to match your site’s design. This guide walks you through the steps to create your first widget and explains all the available widget...

How to Embed Wall of Love in Grav

Overview You can embed the Wall of Love from Feedspace into your Grav CMS website using a Page Content Embed or by editing your Twig template.Grav supports raw HTML and JavaScript inside Markdown pages (when allowed) and via theme templates, allowing you to display customer testimonials and reviews directly from...

How to Embed Widget in Grav

Overview You can embed the Widget from Feedspace into your Grav CMS website using a Page Content Embed or by editing your Twig template.Grav supports raw HTML and JavaScript inside Markdown pages (when allowed) and via theme templates, allowing you to display customer testimonials and reviews directly from Feedspace. Step...