WordPress Installation

For WordPress, we recommend using the free WPCode plugin (formerly called 'Insert Headers and Footers'). It allows you to safely add code without editing theme files.

Installation Code

Copy this code from the Parsewise admin panel — you'll need it after installing the plugin:
<script>
  window.ParsewiseConfig = { shopId: "YOUR_SHOP_ID" };
</script>
<script async src="https://releases.parsewise.ru/widget/latest/widget.iife.js"></script>

Step 1. Install WPCode Plugin

1. Log in to WordPress admin panel
2. Go to Plugins → Add New
3. Search for "WPCode"
4. Find the plugin "WPCode – Insert Headers and Footers"
5. Click "Install", then "Activate"

Step 2. Add Widget Code

1. In the WordPress menu, find Code Snippets (or WPCode)
2. Select "Header & Footer"
3. Paste the copied code in the "Header" field
4. Click "Save Changes"

Done!

Open your website — the widget should appear at the bottom of the page.

Useful Links

Was this page helpful?