Loading...
Back to Home
How to Set Up Yaply Comments
This is just a simple how-to add Yaply comments to your website. For a way more detailed guide, add your first website and Onboarding will guide you.
1
Create a Yaply Account
2
Add Your Website
After creating your account, you'll need to register your website in the Yaply dashboard.
How to add your website:
- Go to your Yaply dashboard
- Click "Add New Site" button
- Enter your website URL and name
3
Get Your Embed Code
Once your site is registered, you'll receive a unique embed code that's specifically generated for your website. BELOW IS AN EXAMPLE, NOT THE ACTUAL CODE.
Your Embed Code
<!-- Yaply Comments -->
<div id="yaply-comments"></div>
<script>
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://cdn.yaply.com/embed.js';
s.setAttribute('data-yaply-id', 'YOUR-SITE-ID');
(d.head || d.body).appendChild(s);
})();
</script>
Your unique site ID will be automatically inserted into the code when you copy it from your dashboard.
4
Add the Code to Your Website
Add the embed code to your website where you want the comments to appear. This is typically at the bottom of blog posts or articles.
Where to place the code:
- At the end of blog posts or articles
- On product pages for customer reviews
- On any page where you want user discussions
5
Customize and Moderate
Use the Yaply dashboard to customize the appearance of your comments and moderate discussions.
Customization Options:
- Color scheme to match your brand
- Font styles and sizes
- Comment threading options
Moderation Tools:
- Approve/reject comments
- Spam filtering
- User management