Google Review Widget for Jumpseller — Free, No App Needed
BlooTrue's Google Review Widget for Jumpseller is a free, app-free embed that displays your 5-star Google reviews on any Jumpseller storefront. Jumpseller is a Latin-American e-commerce platform with Chilean origin, strong in Spanish-speaking markets — Chile, Argentina, Mexico, Colombia, and Spain. Jumpseller themes use Liquid, the same templating language as Shopify themes, which means developers familiar with Shopify theme structure will immediately recognize Jumpseller's theme.liquid, layout.liquid, and partial files. The BlooTrue embed is plain HTML, so it pastes into Jumpseller exactly the way it would paste into a Shopify theme — into the Pages editor via the Source button for per-page placement, or directly into theme.liquid just before </body> for sitewide placement. Locale-neutral: review text renders verbatim from Google, so Spanish reviews appear in Spanish on Spanish-language storefronts. Six widget styles, light and dark themes, free custom color picker, and SEO rich snippets — schema.org Review + AggregateRating JSON-LD — injected automatically.
How to embed Google reviews on Jumpseller in 60 seconds
- Search your business in the configurator above (or paste your Google Maps share link).
- Pick a widget style and customize colors, theme, and layout.
- Click Copy Code to get the one-line HTML embed.
- In the Jumpseller admin: Pages → Add page (or edit an existing custom Page).
- Click the Source button (
</>) to switch to HTML view, paste the embed, and click Save. - Optional sitewide placement: Themes → Edit code, open
theme.liquid(orlayout.liquid), paste before</body>.
Jumpseller Liquid vs Shopify Liquid
Jumpseller uses the same Liquid templating language Shopify uses, so the file structure is essentially Shopify-compatible. theme.liquid / layout.liquid is the master layout, partials live under snippets/, and the tag syntax ({% %}, {{ }}), filters, and control flow are the same as Shopify. The BlooTrue embed is plain HTML, so it pastes into Jumpseller theme files exactly the way you'd paste it into a Shopify theme.
Will this work in Spanish-language storefronts?
Yes. The widget itself is locale-neutral and adapts to your storefront's language naturally — review text renders verbatim from the source platform (Google in this case). If your Google reviews are in Spanish, they render in Spanish. If your customers are in Chile, Mexico, Argentina, Colombia, or Spain, the embed works without any locale configuration.