Feedspace Home Dashboard

How to Embed Wall of Love in Drupal

Last updated on October 17, 2025

Overview

You can easily embed the Wall of Love from Feedspace into your Drupal website using a Custom Block or the Text Format (Full HTML) editor.
Drupal allows embedding both HTML and JavaScript when proper permissions and text filters are enabled, making it possible to showcase your customer testimonials and reviews directly on any page.

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 Drupal Admin

  • Go to your Drupal admin panel.
  • From the top toolbar, click Structure → Block Layout.
  • Click on the TAB as Custom Block Library.
  • Here you can create or manage custom blocks that can contain your HTML code.
Click on Custom Block Library Tab

Step 3 – Add a Custom Block

  • Click the + Add Custom Block button.
  • Choose Basic Block as the type.
  • Enter a title for your block (for example, “Wall of Love”).
Add a Custom Block Details

Step 4 – Paste the Embed Code

  • In the block body area, click on the text format dropdown (usually “Basic HTML” by default).
  • Change it to Full HTML.
  • Click the Source button in the toolbar to open the HTML editor.
  • Paste the entire Feedspace embed code inside.
  • Click Save when done.

Step 5 – Place the Block on Your Site

  • After saving, you’ll return to the Block Layout page.
  • Find your newly created block under the Custom category.
  • Click Place Block next to the region where you want to display the Wall of Love (for example, Content, Sidebar, or Footer).
  • Save the layout.

Step 6 – Verify Text Format Permissions

  • If your Wall of Love doesn’t appear, check that the Full HTML text format allows <script> tags.
  • Go to Configuration → Content Authoring → Text Formats and Editors.
  • Edit the Full HTML format and make sure Limit allowed HTML tags is disabled or includes <script> and <div>.
  • Save your changes.

Step 7 – Preview the Page

  • Visit the page where you added the block.
  • You should now see your Feedspace Wall of Love displaying properly.

Step 8 – Alternative: Add Code via Theme Template

If you prefer to hardcode it globally, you can add the script to your theme files:

  • Paste the <script> line in your html.html.twig or theme’s footer template.
  • Then, use the <div> tag inside the page content or a custom block.
  • This ensures the script loads across the entire site.

You might also find helpful

How to Create a Wall of Love Page in Feedspace

Steps to Create a Page Log into Feedspace Sign in with your account credentials. Go to Pages From the left sidebar, click Pages. Create Page Click Create Page. This opens the creation screen with some reviews auto-selected in the space. Select Reviews Go to the Select Review page and choose...

How to Embed Wall Of Love in WordPress

Overview Adding Feedspace code snippet to your WordPress website is a great way to extend functionality. WordPress gives you simple ways to embed code directly into your site. Step 1 – Log in to WordPress Admin Go to your WordPress Admin portal and sign in with your credentials. Step 2...

How to Embed Widget in WordPress

Overview Adding Feedspace code snippet to your WordPress website is a great way to extend functionality. WordPress gives you simple ways to embed code directly into your site. Step 1 – Log in to WordPress Admin Go to WordPress admin portal and sign in with your username and password. Step...