Widgets – WordPress Plugin
Getting started:
You have to install the SynthesisVR WordPress Plugin in your WordPress instance. To do that:
- Download the SynthesisVR WordPress Plugin: http://svr.li/wp/plugin
- Login in your WordPress instance with administration privileges
- From the sidebar, navigate to Plugins >> Add New >> Upload Plugin >> select the previously downloaded ZIP file.
The plugin is now installed and you have access to the SynthesisVR shortcodes.
Booking shortcode:
- Create a new widget (full guide: https://lbvr.net/knowledge-base/booking-widget-setup/)
- On the widgets page, click the “Advanced” button and copy the public key
- Use the following shortcode:
[
synthesis type="booking" public_key="111111111-1111-1111-1111-111111111111" ] - Replace 111111111-1111-1111-1111-111111111111 with the actual public key
Membership shortcode:
- Create membership plans with the “Digital Cards Only” option being turned ON
- Create a new Membership Widget and assign the desired Membership Plans
- Refresh the page and copy the new Public Key
- Use the following WordPress shortcode
[
synthesis type="membership" public_key="111111111-1111-1111-1111-111111111111" ] - Replace 111111111-1111-1111-1111-111111111111 with the actual public key
Goods shortcode:
- Create new goods and make sure the “Available Only For Registered Customers” option is turned ON
- Create a new Goods Widget and assign the desired Goods
- Refresh the page and copy the new Public Key
- Use the following WordPress shortcode
[
synthesis type="goods" public_key="111111111-1111-1111-1111-111111111111" ] - Replace 111111111-1111-1111-1111-111111111111 with the actual public key
Games shortcode:
- Follow this guide: https://lbvr.net/knowledge-base/add-games-info-to-your-website/
- Use the following WordPress shortcode: [
synthesis type=”game_categories” public_key=”111111111-1111-1111-1111-111111111111″ categories=”*” games_per_row=”3″ row-size=”100%” ] - Replace 111111111-1111-1111-1111-111111111111 with the actual API key generated at the first step