Hi. How can we help?
< Back
Print

Embed Guide

You can embed widgets into any page within seconds.

To embed a widget:

  1. Copy embed code in Application Settings > Event Calendar > Embed Guide into your page’s <head> element.
  2. Add your widget’s class to your desired element.

Example page : Embed Full Calendar

<!doctype html>
<html>
    <head>
        <script id="neatcal-event-calendar-script" src="https://app.neatcal.com/services/event-calendar/event-calendar.php?accessKey=your-access-key"></script>
    <head>
    <body>
        <div class="neatcal-event-calendar">
            <!-- Your full event calendar will appear here. -->
        </div>
    <body>
</html>

 

Example page : Embed Sidebar Calendar

<!doctype html>
<html>
    <head>
        <script id="neatcal-event-calendar-script" src="https://app.neatcal.com/services/event-calendar/event-calendar.php?accessKey=your-access-key"></script>
    <head>
    <body>
        <div class="neatcal-sidebar-calendar">
            <!-- Your sidebar calendar will appear here. -->
        </div>
    <body>
</html>
Table of Contents