Developer

Comments Plugin

Add Vevioz comments to any website with one script and one container element, including Emoji, GIF, Sticker, Image URL, and Video embed support.

Code Configurator

Default behavior: sort by newest, show 10 comments per page, load next comments via AJAX.

Embed Code

Current Plugin Behavior

  • Default sort: newest.
  • Pagination is fixed at 10 comments per page.
  • Load more comments is handled via AJAX without a full page reload.
  • The composer supports text, Emoji, GIF, Sticker, Image URL or embed, and Video URL or embed.
  • Media payload is encoded in the existing comment message field, so no new media columns are required.
  • Like, Unlike, and Delete actions are processed inline without a full refresh.
  • Translate and Show original prioritize the language selector locale, then the user country setting, then the profile language, and finally IP-country auto detection for guests or missing data via the Yandex API.

Direct Endpoint (Advanced)

If you render the plugin directly from plugins/comments.php, these query parameters are available.

Param Default Description
href - Thread URL key for comments.
numposts 10 Per-page render size from 1 to 100.
colorscheme light Force the scheme for direct endpoint mode.
locale en Override the UI locale, for example en or id.
sort newest Sort order: newest or oldest.
page 1 Page number used for load-more navigation.
embed 0 Embed fragment mode for inline rendering.
inline_base_url - Base URL used when building pagination and sort links in embed mode.
https://www.vevioz.com/plugins/comments.php?href=https%3A%2F%2Fwww.vevioz.com%2Fyoutube&numposts=10&colorscheme=auto&locale=en-US&sort=newest&page=1

Mockup Preview

Example style preview. Actual comments output will follow configurator values and auto-detect dark or light mode.