Appear.in WP Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Harness the power of appear.in by embedding secure peer-to-peer video chat rooms on a self-hosted WordPress site via the [appear_in] shortcode.
Shortcode
[appear_in]
[appear_in room=”custom-public-room-name“]
[appear_in type=”public,private,post“]
[appear_in public_room_button=”” private_room_button=”” post_room_button=””]
[appear_in position=”bottom,inline“]
[appear_in height=”int“]
Set a custom public room name, specify which room buttons are shown on a page, change the button text, determine where rooms will be displayed, and set height of inline rooms.
Settings
Custom settings for appear.in Wordpress are found on the Settings > Media admin page.
- Room Button Color
- Public Room Name: define a public room name for default use in shortcode
If a public room name has not been explicitly defined in settings or shortcode, then the default public room expires daily.
The ‘post’ room type will generate a public room with name of the current post.
Documentation
Documentation and implementation can be viewed here.
Learn more about appear.in – a product of Telenor Digital AS built with WebRTC technologies.
Functions
The following function can be used to include rooms:
aiwp_include( $args );
Default arguments:
$args = array(
'room' => '',
'type' => 'public',
'public_room_button' => 'Public Room',
'private_room_button' => 'Private Room',
'post_room_button' => 'Post Room',
);
Filters
aiwp_unsupported_browser_message
aiwp_room_button