Do you want to draw your community’s attention to your products or embed your Tentary products into your website? In this article, we’ll show you the available options.
Content
Link
With a link, you can share your product’s sales page or checkout page with your customers.
Open the product overview and click the Share button next to the product you want to share. A pop-up will open with different links.
Depending on which page you want to send to your customers, you can choose either the sales page link or the checkout page link. On the sales page, customers can view additional information about your product and begin the purchase by clicking Go to Checkout. On the checkout page, they can complete their purchase immediately.
You can copy the link via the Copy link button and paste it into a message or post wherever you like.
Directly on Social Media
Do you want to send your product link directly via WhatsApp, Facebook, X (Twitter), or email?
In the product overview, click Share next to the relevant product. A pop-up will open. In the Share on social media section, select your preferred channel. The link to the sales page will automatically be inserted into the platform you pick. You can add any additional information you want and publish it afterwards.
Website Integration
If you have your own website or blog — for example using WordPress or another CMS — you can embed your product’s purchase button directly there.
To get the code for website integration, go to Products and click Share next to the relevant product. Copy the HTML code shown in the Website integration section. Then log in to your CMS backend.
Insert an HTML element on your desired page and paste the previously copied HTML code. This displays the purchase button on your website.
Note: The HTML code embeds a JavaScript file and a small CSS file from our server along with the button.
Above the button, you can add a photo, product title, a short description, or even the product price. You can of course embed multiple products or even all products from your shop on your website.
When customers click Buy now, your sales page opens in a pop-up (modal overlay) directly on your site. The pop-up design depends on the theme you selected.
The checkout page then opens in a new tab, where your customers can complete their order.
Note: To ensure that all payment methods function correctly, the checkout page opens in a new window/tab. This is recommended by payment providers because some payment methods may not work properly inside an embedded window (iframe).
Customizing the Website Integration
You can adjust the name and design of your purchase button directly in the code.
Important: The first part of the code is essential and ensures that all links on your page that contain shop.tentary.com in the URL open in a pop-up. Make sure you never modify this part so everything works correctly:
<script src="https://app.tentary.com/public/embed.js"></script>
Button name
To change the name of your purchase button, replace the text Buy now at the end with your desired wording: <a href="https://shop.tentary.com/p/MeinProdukt" style="background:#ff633e;border-radius:4px;color:#ffffff;font-size:15px;padding:4px 12px;display:inline-block;font-weight:600;">Buy now</a>
Note: Be careful not to remove any code or brackets before or after this part.
Button color
To change the button color, replace the hex code behind background: with your desired color. Example: background:#ded7c9;.
Button text color
Want to adjust the text color? Change the hex code behind color: for example: color:#676a85;.
Button corners
If you’d like the button to be more angular or rounder, change the number behind border-radius: by reducing the radius (more angular) or increasing it (more rounded). Example: border-radius:8px;.
Embedding Script for Free Products
To embed a free product — such as a freebie or your newsletter — on your website, you can use our embedding script. You can find detailed instructions in the article Embed a Free Product on Your Website.