Get Recommendor LogoGet Recommendor
Shortcodes

Deploy Features
With Simple Shortcodes

Embed recommendations, chatbots, and more anywhere on your site without coding.

Recommendations

Display product recommendations

[reco]

Attributes:

type(string)default: similar

Type: similar, trending, bought_together, also_bought

limit(number)default: 8

Number of products to show

product_id(number)default: current

Product ID (required for similar, bought_together)

user_id(string)default: current

User ID (for personalized recommendations)

Wishlist

Display AJAX wishlist widget

[reco_wishlist]

Attributes:

display(string)default: grid

Layout: grid or list

columns(number)default: 4

Number of columns in grid view

AI Chatbot

Deploy AI shopping chatbot

[reco_chatbot]

Attributes:

position(string)default: bottom-right

Position: bottom-left, bottom-right, top-left, top-right

title(string)default: Shopping Assistant

Chatbot window title

color(string)default: primary

Theme color

Trending Products

Show what's trending now

[reco type="trending"]

Attributes:

limit(number)default: 8

Products to display

period(string)default: 24h

Time period: 24h, 7d, 30d

Common Examples

Trending Products

[reco type="trending" limit="4"]

Similar Products

[reco type="similar" product_id="123" limit="8"]

Frequently Bought Together

[reco type="bought_together" product_id="456"]

Personalized Recommendations

[reco type="also_bought" user_id="current"]

Wishlist Widget

[reco_wishlist display="grid" columns="4"]

AI Chatbot

[reco_chatbot position="bottom-right"]