<— Include this code inside <head> Before All CSS. —>
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js“></script>
<script type=”text/javascript” src=”https://cdn.kivihealth.com/twitter-bootstrap/3.3.6/js/bootstrap.min.js“></script>
<link rel=”stylesheet” href=”https://files.kivihealth.com/assets/css/widget.css“>
<script type=”application/ld+json”>
{
“@context”:”http://schema.org,
“@type”:”MedicalOrganization”,
“image”: “https://kivihealth.comhttps://files.kivihealth.com/cache/profile_pic/20211222123447_10629.png“,
“@id”:”https://kivihealth.com/clinic/kabra-eye-hospital“,
“name”:”Kabra Eye Hospital”,
“address”:{
“@type”:”PostalAddress”,
“streetAddress”:”C-59,60, Path Number 1, Jamuna Nagar, Sodala, Jaipur”,
“addressLocality”:”Jaipur R.S.”,
“addressRegion”:”Jaipur”,
“postalCode”:”302006″,
“addressCountry”:”IN”
},
“geo”:{
“@type”:”GeoCoordinates”,
“latitude”:”26.9018923″,
“longitude”:”75.7687896″
},
“telephone”:”9887469598″,
“potentialAction”:{
“@type”:”ReserveAction”,
“target”:{
“@type”:”EntryPoint”,
“urlTemplate”:”https://kivihealth.com/iam/manoj.kabra.28731/bookslot“,
“inLanguage”:”en-US”,
“actionPlatform”:[
http://schema.org/DesktopWebPlatform“,
http://schema.org/IOSPlatform“,
http://schema.org/AndroidPlatform
]
},
“result”:{
“@type”:”Reservation”,
“name”:”Book an Appointment”
}
},
“priceRange”: “$”
}
</script>

<— Include this code at end of <body> before all javascript(.js) files —>

<div class=”modal fade” id=”bookappointment” tabindex=”-1″ role=”dialog” aria-labelledby=”myModalLabel”>
<div class=”modal-dialog” role=”document”>
<div class=”modal-content”>
<div class=”modal-header”>
<button type=”button” class=”close” data-dismiss=”modal” aria-label=”Close”><span aria-hidden=”true”>x</span></button>
<h4 class=”modal-title themeColor” id=”myModalLabel”>Appointment Details</h4>
</div>
<div class=”modal-body kivi_modal_body”>
<iframe id=”MainPopupIframe” src=”https://kivihealth.com/iam/manoj.kabra.28731/bookslot” width=”100%” height=”100%” style=”border:none”>
</div>
<div class=”modal-footer” style=”text-align:left”>
</div>
</div>
</div>
</div>

<— Include this code wherever you want to display Book Appointment Button.(inside <body> tag). —>

<span>
<button type=”button” class=”btn kivi_bookappt_btn kivi_bookappt_btn-labeled btn-primary” data-toggle=”modal” data-target=”#bookappointment”>Book Appointment</button>
<a href=”https://kivihealth.com” class=”_kivi_powered_container” target=”_blank” title=”Search and Book Appointment with Ophthalmologist  in Jaipur”>
<span style=”color: #424748;”>
<span style=”font-size:11px;margin-right:0px”>Powered By</span>
<span>kivihealth.com</span>
</span>
</a>
</span>