HTML5 VideoChat

Descrizione

The HTML5 VideoChat plugin enables you to embed video chat from html5-videochat.com directly into your WordPress blog.

To make the chat work, you only need two things: your Account ID and your Token, both available in your account panel on html5-videochat.com. Once the plugin is installed, click Configure (in the plugins list or in the HTML5-VIDEOCHAT menu), enter your Account ID and Token, save, and the chat is connected to your account.

To integrate audio and video chat, simply insert the provided shortcode into your page or post.

Watch the demo videos:

The plugin leverages the powerful video chat functionality provided by the external service html5-videochat.com. When activated and configured, iframes are embedded in your website, connecting to the following external service:

To ensure transparency and inform users about the data usage, please carefully read the following documents:

Domain and Third-Party Service Documentation

This endpoint is responsible for retrieving and processing user data, integrating WordPress users with html5-videochat.com. It handles POST requests, user authentication, and profile synchronization.

For further assistance, email ilfreeif@gmail.com.

Screenshot

Installazione

Before you start: the plugin does NOT create an account for you. You need an existing account on html5-videochat.com. If you don’t have one yet, register on the website first. In your account panel you will find the two values required by the plugin:

  • Account ID – the numeric ID of your account (example: 646)
  • Token – the secret token of your account, used to sign the requests and authenticate your site

Step-by-step installation

  1. Ensure allow_url_fopen and opcache are enabled in your php.ini configuration file (ask your hosting provider if you are not sure).
  2. Install the plugin: in your WordPress admin go to Plugins > Add New > Upload Plugin, select the plugin zip file and click Install Now. Alternatively, upload the html5-videochat folder via FTP into wp-content/plugins/.
  3. Activate the plugin from the Plugins page.
  4. Click Configure: you will find the link right next to the plugin in the Plugins list, or in the left admin menu under HTML5-VIDEOCHAT.
  5. Enter your Account ID and your Token (copied from your account panel on html5-videochat.com) and click Save. Until you enter your own values, the plugin shows a warning notice in the dashboard and the chat will not be linked to your account.
  6. Insert the shortcode where you want the chat to appear, in any page or post: [HTML5VIDEOCHAT width=100% height=640px]
  7. To make the chat fullscreen, use height=fullscreen: [HTML5VIDEOCHAT width=100% height=fullscreen]
  8. (Recommended) The chat can use the gender of your users. Since WordPress does not include a gender field by default, we recommend installing BuddyPress. The plugin automatically reads the gender, birth date (to compute the age) and profile link from BuddyPress extended profiles.
  9. Follow the tutorial for managing gender fields: Setup Guide.

Checklist if the chat does not appear

  • Verify that you saved a valid Account ID and Token in the Configure page.
  • Verify that the shortcode is present in the page/post and that the page is published.
  • Verify that allow_url_fopen is enabled on your server.
  • Clear any cache plugin (WP Rocket, W3 Total Cache, LiteSpeed, etc.) after saving the configuration.

FAQ

Do I need an account on html5-videochat.com?

Yes. The plugin does not create any account: you must register on html5-videochat.com and then enter your Account ID and Token in the plugin Configure page.

Where do I find my Account ID and Token?

Log in to your account panel on html5-videochat.com: both values are shown there. Copy and paste them into the plugin configuration (WordPress admin > HTML5-VIDEOCHAT > Configure).

Can I see a demo?

Yes! Visit: Live Demo

How do I change the chat size?

Modify the shortcode: [HTML5VIDEOCHAT width=100% height=640px]

Which WordPress roles match the chat groups?

  • Administrator > Admin
  • Editor > Moderator
  • Author > Premium
  • Contributor > Deejay
  • Subscriber > User

How do I set the chat in fullscreen?

Use [HTML5VIDEOCHAT width=100% height=fullscreen]

Can I earn money with the chat?

Yes! You can receive donations via the integrated button and earn 50% from user-created shows. Ideal for camgirl and profile-based chats.

How do profile rooms generate revenue?

Users in profile rooms must send tokens to chat privately, send whispers, or reach broadcaster goals, creating a revenue system for both the site owner and users.

How can I moderate my chat?

If you are the WordPress admin, you automatically become the chat admin.

How do I customize my chat?

Use the admin panel of your account at html5-videochat.com, the same panel where you found your Account ID and Token.

What languages are supported?

Available languages: English, Spanish, Chinese, German, French, Italian, Arabic, Polish, Russian, Danish, Dutch. More coming soon!

Who can I contact for support?

Email: ilfreeif@gmail.com
WhatsApp: +39 371 389 2039 (24/7 support)

Recensioni

Leggi la recensione di 1

Contributi e sviluppo

“HTML5 VideoChat” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

21.8

  • New: configuration page in the WordPress admin panel. Enter your own Account ID and Token by clicking Configure in the plugins list (or in the HTML5-VIDEOCHAT menu).
  • New: “Configure” quick link next to the plugin in the Plugins list.
  • New: dashboard notice when the plugin is not configured yet.
  • Improved: shortcode now has default values for width/height, input sanitization and hardened output.
  • Docs: installation instructions rewritten (no automatic account creation: you must enter the Account ID and Token of your existing html5-videochat.com account).

21.7

  • Previous release.