=== Human Hologram Player === Contributors: agneya2001, gerardallan Tags: 2mee Human Hologram player, HoloCapsule, Holopush, Appear2Me Initial version: 0.0.1 License: GPLv2 or later Requires at least: 5.5 Tested up to: 5.5 Stable tag: 0.0.2 **The world's first human hologram instant messaging platform.** == Description == 90% of all messages fail to register with the target audience because they don’t stand out from the visual noise and clutter. Even standard video messaging. 2mee’s Instant Human Hologram Messaging is an extraordinarily powerful communications tool. It automatically cuts the person out from the background, removing the visual clutter, and places them in the familiar context of your phone or website so that they dominate the screen. No distractions. Just pure engagement and attention to the message. Absolute attention guaranteed. The wordpress plugin installs the player. To be able to play human hologram messages on your webpages you need to create an account and then push the holo-messages. To get started continue reading on this link https://docs.2mee.com/getting-started/getting-started == Installation == **Setup** Upload the 2Mee human hologram messaging plugin to your blog, activate it. Goto settings, and then enter your WebID key as obtained from your account on 2Mee Hologram exchange https://exchange.2mee.com. From the setting, you also control the default position of the human hologram player. This will enable Global and page-specific messages on all the pages. To fine-tune for specific page use shortcodes as described below: **Fixed messages** You can display fixed messages using a *button* press or load it in an iframe. For placing a button use the following shortcode: [hologram message_name="mesg_name" type="button" button_text="Press Me" link="https://2mee.com" class="btn btn-info"] mesg_name is the name of the HoloCapsule type=button indicates a button button_text, this field will customize the button text class parameter is provided to further customize the iframe using css link is a URL that will open up if the viewer click on the playing message. For an *iframe* use the following: [hologram message_name="mesg_name" type="inplace" class="iframeclass"] mesg_name is the name of the HoloCapsule type=inplace indicates a iframe to play the message in place class parameter is provided to further customize the iframe using css **Global and Topic-specific messages** Global messages are enabled by default on each page, use of global=false disables the global message for that page only. Position of these shortcode tags do not matter much but preferably place them in place that is easier to locate and manage. Default: Plays all global messages and page-specific messsages [hologram global="true"] Following plays all default messages and also messages corresponding to "women", "red" and "cap" topics. For more on topics refer to 2mee documentation. [hologram global="true" topics="women,red,cap"] Following disables all default messages. [hologram global="false"] Following disables all default messages and only allow topics messages for topics mentioned in topics field. [hologram global="false" topics="women,red,cap"] == Changelog == = 0.0.1 = *Initial submission to WordPress plugin directory on 18 November 2020. = 0.0.2 = *Updated readme.txt and image assets