Tilda Installation
Tilda allows adding custom code in two ways: via site settings (for all pages) or via a special block (for individual pages).
Installation Code
First, copy this code from the Parsewise admin panel — you'll need it in the following steps:<script>
window.ParsewiseConfig = { shopId: "YOUR_SHOP_ID" };
</script>
<script async src="https://releases.parsewise.ru/widget/latest/widget.iife.js"></script>
Method 1. For All Pages
This method will add the widget to all pages of your Tilda website: 1. Open the Tilda control panel and select your site2. Go to "Site Settings"
3. Select the "More" tab
4. Find the "HTML code to insert inside head" field
5. Paste the copied code
6. Click "Save"
7. Important: Republish all pages of your site
Method 2. For Individual Pages (T123 Block)
If the widget is needed only on specific pages: 1. Open the desired page in the Tilda editor2. Add the T123 block (HTML code) — find it in the "Other" category
3. Open block settings (click "Content")
4. Paste the code into the field
5. Save and publish the page