WeWidget
← Blog

How to Add Google Reviews to Your WordPress Website

Lightweight, no-plugin approach to displaying live Google reviews on WordPress. Faster, simpler, and easier to maintain.

April 2026 · 6 min read

WordPress plugins are great for adding features, but not all plugins are created equal. A typical Google reviews plugin adds database queries, extra HTTP requests, and maintenance work.

There is a simpler way: a lightweight embed code that pulls your live Google reviews and displays them on your site. No plugin, no database bloat, no compatibility headaches. Just embed and go.

Why embed instead of using a plugin?

WordPress plugins are powerful, but for a simple task like displaying reviews, they can introduce friction:

❌ Plugin approach

  • • Install plugin, wait for activation
  • • Configure settings in WordPress dashboard
  • • Plugin checks for updates regularly
  • • Plugin uses database storage and WordPress hooks
  • • If plugin breaks, you need to troubleshoot code

✓ Embed approach

  • • Get your code from WeWidget (2 minutes)
  • • Paste into your WordPress page or sidebar
  • • Code is external — no WordPress overhead
  • • Reviews update automatically, you control nothing
  • • Lightweight, asynchronous, does not block page load

How to add Google reviews to WordPress

Step 1: Generate your embed code

  1. Visit wewidget.app
  2. Create an account (email and password)
  3. Enter your Google Business Profile URL
  4. Select your widget style (cards, horizontal, badge, etc.)
  5. Copy the full embed code snippet

Step 2: Paste into a Gutenberg Custom HTML block

If you use WordPress 5.0+, this is the easiest method:

  1. Open the page where you want the reviews
  2. Click the + icon to add a new block
  3. Search for Custom HTML
  4. Click it to add the block
  5. Paste your WeWidget code into the text area
  6. Click Publish or Update

Your Google reviews will appear on the page immediately. You are done.

Or: Paste into a text widget (sidebar)

If you want reviews in your sidebar or footer:

  1. Go to Appearance → Widgets in the WordPress dashboard
  2. Find the sidebar or widget area where you want reviews
  3. Add a Custom HTML widget
  4. Paste your WeWidget code
  5. Save and visit your site to verify

Advanced: Code snippet plugin

If you want to inject the embed code into a specific template location (e.g., after all posts, before the footer), use the free Code Snippets plugin:

  1. Install the Code Snippets plugin
  2. Go to Snippets → Add New
  3. Paste your WeWidget code wrapped in: <?php echo "<your-wewidget-code>"; ?>
  4. Choose which pages to display it on (e.g., homepage, specific post types)
  5. Save and activate

This approach keeps your code organised and easy to disable or modify without editing template files.

Customisation options

WeWidget lets you control how reviews appear:

1.

Number of reviews

Show your last 3, 5, 10, or all.

2.

Layout

Choose between vertical cards, horizontal scroll, compact badge, or mini mode.

3.

Colours and fonts

Match your WordPress theme (Pro plan includes full customisation).

4.

Auto-refresh

Reviews check for updates every hour by default.

Performance: Why embed is faster

Plugins add weight; embeds do not. Here is why the WeWidget approach is faster:

  • Asynchronous loading. The script loads in the background; your page does not wait for it.
  • No WordPress overhead. The code runs separately from your WordPress hooks and database.
  • Cached. The script is cached, so repeat visitors load it instantly.
  • Minified. WeWidget code is compressed to reduce file size.

Troubleshooting

Reviews not showing

Verify you pasted the entire code snippet (including opening and closing <script> tags). Also check that your Google Business Profile is public and has at least one review.

Appearance does not match my theme

Upgrade to the Pro plan in WeWidget to access full style customisation (colours, fonts, spacing). For basic tweaks, you can add custom CSS to your WordPress theme's Additional CSS section.

Browser console shows errors

This usually means a plugin or theme is blocking third-party scripts. Temporarily disable plugins and test. If reviews then appear, re-enable plugins one at a time to find the conflict. Contact support if needed.

Where to place Google reviews on WordPress

The best placement depends on your site layout, but here are common, proven locations:

Homepage:Below your hero banner, above fold. Builds trust before the visitor reads your full content.
Services:At the end of the services page, before the CTA. Proof that your services work.
Contact:Above the contact form. Hesitant visitors see social proof before filling it out.
Sidebar:A mini version (3–5 reviews) in the sidebar, visible across all pages.
Footer:A compact widget in the footer. Passive, but always in view.

Frequently asked questions

Do I need a WordPress plugin to embed Google reviews?
No. WordPress plugins that display Google reviews often add bloat, slow down your site, and require ongoing maintenance. WeWidget is a lightweight embed code — paste it into a text widget or custom code block and you are done. No plugin overhead, no dependencies.
Will the widget slow down my WordPress site?
No. WeWidget loads asynchronously — it does not block page rendering. Your site loads at full speed first, then the reviews appear a moment later. The script is minified and cached, so repeat visitors load it even faster.
Can I use WeWidget with Gutenberg blocks?
Yes. Use the Custom HTML block in Gutenberg, paste the code, and publish. You can also use a code snippet plugin like Code Snippets to inject the embed into the footer or a specific page template.
What if I have multiple WordPress sites?
Each site gets its own embed code. Log into WeWidget, add a new site profile, and generate a fresh code snippet. You can manage all your embeds from one dashboard.
Is the embed mobile-friendly?
Completely. WeWidget reviews are responsive — they reflow automatically on phone, tablet, and desktop. Star ratings, text, and author names remain readable on all screen sizes.

Ready to embed Google reviews on WordPress?

Get your code in 2 minutes. No plugins. No complexity.

Get started →

Related