Integration Guide - Embed Feeds on Any Site | Rexultz Help
πŸ”₯ Last call: Sign up now to get Coupon when version 2 launches Feb 1st!
00 Days
00 Hours
00 Mins
00 Secs
Sign Up Now β†’

Integration Guide

Rexultz is platform-agnostic β€” a feed you build once works on any website. This guide shows the fastest way to embed a feed on each major platform, plus the Chrome extension for point-and-click placement.

The universal embed

Every feed has a single embed snippet that works on any site that lets you paste HTML. You'll find it under your feed's Embed / Publish tab.

<div data-rexultz-feed="YOUR-FEED-ID"></div>
<script src="https://app.rexultz.com/embed/r.js" defer crossorigin></script>

Paste the snippet where you want the feed to appear. The script is loaded once per page and feeds render from Cloudflare's edge cache, so there's no performance penalty. If products don't appear after you change a feed, see Troubleshooting β†’ cache issues.

The Rexultz Embed Code dialog showing the script tag and the container div snippet for a feed
Every feed exposes a ready-to-paste script tag and container snippet.

WordPress

Two options, depending on how much control you want:

Gutenberg block (recommended)

Install the Rexultz WordPress plugin, then add the Rexultz Feed block in the editor and pick your feed from a dropdown β€” no code, live preview in the editor. See the dedicated WordPress plugin page.

HTML block

Prefer not to install a plugin? Drop the universal embed snippet into a Custom HTML block anywhere in your post or page.

  1. Install and activate the Rexultz plugin from your WordPress admin.
  2. Connect it to your account with your API key (Account β†’ API Key in Rexultz).
  3. Add the Rexultz Feed block, select a feed, and publish.
A Rexultz product block rendered live inside the WordPress Gutenberg editor
The Gutenberg block renders a live preview right in the editor.

Shopify

  1. In Shopify, open Online Store β†’ Themes β†’ Edit code (or add a Custom Liquid / Custom HTML section).
  2. Paste the universal embed snippet where you want products to show β€” a product page, a collection, or a landing page.
  3. Save. The feed renders on the storefront exactly as in your Rexultz preview.

WooCommerce & other e-commerce

Rexultz isn't plugin-dependent, so it works on WooCommerce and any other store the same way β€” paste the embed snippet into a post, page, or a theme template. Use it to add complementary affiliate products alongside your own catalogue.

Custom / static sites

On a hand-built site, framework, or static-site generator, add the snippet directly to your HTML template. The feed markup includes built-in product schema, so search engines can read your listings without extra work.

Social & link-in-bio pages

Any page that accepts an embed can host a feed β€” including link-in-bio and social landing pages. Build a curated feed and drop it in to monetise traffic from social platforms.

Chrome extension β€” place products without touching code

The Rexultz Chrome extension is the fastest way to add products to an existing page:

  1. Install the extension and sign in with your Rexultz account.
  2. Use the Placement Selector to visually click the exact spot on your page where a feed should appear.
  3. Use Product Import to pull any product from a webpage straight into a feed with one click.
The Rexultz Chrome extension Selector popup with Start Selection Mode, open on a live page
The visual placement selector β€” no code required to position a feed.

Moving sites between accounts

Selling a site or handing it to a client? Use Transfer Ownership to move a site and its feeds to another Rexultz account cleanly β€” handy for agencies and site flippers.

Next steps