Custom HTML5 Instructions for Installing the Your Care Everywhere Plugin

 

Step 1: Place the following into the html of your site between the <head> and the </head> of the file:

<link rel="stylesheet" href="https://yourcareeverywhere.com/content/dam/medhost/yce/hospital-widget/widget.css" type="text/css" media="all">

 

Step 2: For a horizontal layout, place the following code at the location of the page where you want the content to appear: (note that the height below is the suggested height)

<div style="height:340px;" class="yce-widget" id="28aa2be7-9271-4d81-a12e-bb9945a207d8" data-widget-id="28aa2be7-9271-4d81-a12e-bb9945a207d8" format="horizontal"></div>

 

<script type="text/JavaScript" src="https://yourcareeverywhere.com/content/dam/

medhost/yce/hospital-widget/widget.js"></script>

 

For a vertical layout, place the following code at the location of the page where you want the widget to appear: (note that the height and width below are suggested height and width)

<div style="height:500px; width:350;" class="yce-widget" id="28aa2be7-9271-4d81-a12e-bb9945a207d8" data-widget-id="28aa2be7-9271-4d81-a12e-bb9945a207d8" format="vertical"></div>

 

<script type="text/JavaScript" src="https://yourcareeverywhere.com/content/dam/

medhost/yce/hospital-widget/widget.js"></script>