Integrating Hyvor comments
Pugpig Bolt supports adding comments to the bottom of all articles via Hyvor. It's very quick to configure via Pugpig Express and does not require an app update.
- You need to create a Hyvor account. The Premium tier is sufficient.
- Send the Site ID to Pugpig to configure, this is found on the Hyvor dashboard.
- Add app domain & `localhost` to list of allowed domains in your Hyvor account.
- Auth:
For apps without auth, users can comment as a guest. We do not support login through Hyvor UI. In your Hyvor console you will need to add the below, to Appearance → Custom CSS, to hide the login button.
.login-signup {
display: none;
}
For apps with auth, SSO with Hyvor requires a custom integration.