Follow these simple steps to add the LiveChat widget to your WordPress website. Choose the method that works best for you.
https://www.poplivechat.com for production deploymentThis is the safest method - your code won't be lost when you update your WordPress theme.
Log in to your WordPress admin panel → Go to Plugins → Add New
Search for "Insert Headers and Footers" by WPBeginner → Click Install Now → Click Activate
Go to Settings → Insert Headers and Footers
The code below is sample code for demonstration purposes. The YOUR_COMPANY_ID shown is a placeholder.
To get your actual installation code with your Account ID, please log in to your LiveChat Dashboard
and navigate to the "Installation Code" section.
Copy the code below and paste it into the "Scripts in Footer" section:
<!-- PopLiveChat Widget -->
<script>
window.LiveChatWidgetConfig = { companyId: 'YOUR_COMPANY_ID' };
</script>
<link rel="stylesheet" href="https://www.poplivechat.com/css/chat-widget.css">
<script src="https://www.poplivechat.com/js/chat-widget.js"></script>
<!-- End PopLiveChat Widget -->
⚠️ Important: This is sample code. Replace YOUR_COMPANY_ID with your actual Account ID.
Get your personalized installation code from your Dashboard → Installation Code page.
Click Save when done.
Visit your WordPress website and look for the chat button in the bottom-right corner. Click it to verify it works!
If you prefer not to use a plugin, you can edit your theme's footer file directly.
Go to Appearance → Theme File Editor in your WordPress admin
Note: If you don't see "Theme File Editor", you may need to enable it in your wp-config.php file by adding: define('DISALLOW_FILE_EDIT', false);
Select footer.php from the file list on the right side
Scroll to the bottom and find the closing </body> tag
Paste the code from Method 1, Step 2 just before the </body> tag
Click Update File to save
If you update your WordPress theme, code added to footer.php will be lost.
We recommend using Method 1 (Plugin) instead to avoid this issue.
Chat widget not appearing?
</body> tagIf you encounter any issues during installation, please contact our support team:
📧 Email: contact@items7.com
🏠 Access Dashboard |
All Installation Guides