Changeset 3125354
- Timestamp:
- 07/25/2024 02:34:33 PM (20 months ago)
- File:
-
- 1 edited
-
html5-videochat/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html5-videochat/trunk/readme.txt
r3095729 r3125354 28 28 ## Installation 29 29 30 1. Activate the plugin. Upon activation, an account will be automatically created on [https://www.html5-videochat.com/](https://www.html5-videochat.com/), and login credentials will be sent to your email address. 31 2. Upon activation, you will automatically receive your password via email. 32 3. Insert the `[HTML5VIDEOCHAT width=100% height=640px]` shortcode into your page or post. 33 4. To make the chat fullscreen, use `height=fullscreen`. Example: `[HTML5VIDEOCHAT width=100% height=fullscreen]` 34 5. The chat requires users to specify their gender, as it distinguishes between males, females, or couples. By default, WordPress does not include a user gender field in the profile fields. Therefore, we recommend installing the BuddyPress plugin available at [https://it.wordpress.org/plugins/buddypress/](https://it.wordpress.org/plugins/buddypress/). Once installed, please refer to the tutorial on how to manage gender fields at the following link: [https://www.html5-videochat.com/index.php?/blogs/entry/52-to-properly-add-the-plugin-to-your-wordpress-site-follow-these-steps/](https://www.html5-videochat.com/index.php?/blogs/entry/52-to-properly-add-the-plugin-to-your-wordpress-site-follow-these-steps/). 30 1. Make sure to enable the `allow_url_fopen` and `opcache` options in the php.ini configuration file to ensure proper PHP environment functionality. 31 2. Activate the plugin. Upon activation, an account will be automatically created on [https://www.html5-videochat.com/](https://www.html5-videochat.com/), and login credentials will be sent to your email address. 32 3. Upon activation, you will automatically receive your password via email. 33 4. Insert the `[HTML5VIDEOCHAT width=100% height=640px]` shortcode into your page or post. 34 5. To make the chat fullscreen, use `height=fullscreen`. Example: `[HTML5VIDEOCHAT width=100% height=fullscreen]` 35 6. The chat requires users to specify their gender, as it distinguishes between males, females, or couples. By default, WordPress does not include a user gender field in the profile fields. Therefore, we recommend installing the BuddyPress plugin available at [https://it.wordpress.org/plugins/buddypress/](https://it.wordpress.org/plugins/buddypress/). Once installed, please refer to the tutorial on how to manage gender fields at the following link: [https://www.html5-videochat.com/index.php?/blogs/entry/52-to-properly-add-the-plugin-to-your-wordpress-site-follow-these-steps/](https://www.html5-videochat.com/index.php?/blogs/entry/52-to-properly-add-the-plugin-to-your-wordpress-site-follow-these-steps/). 35 36 36 37 ## Frequently Asked Questions
Note: See TracChangeset
for help on using the changeset viewer.