• I’ve not been able to get widget logic to display this plugin on a post page so I’m going the html route. Without much success so far. The code I’m using is below and the results can be seen at https://www.troop44bushkill.org

    What am I missing to get the calendar to appear.

    This section of the code has be confused also as to what I need to change and what to change it to.

    [email protected]’,
    [email protected]’,
    ‘#[email protected]’,

    <html>
    <head>
    <link type=”text/css” rel=”stylesheet” href=”www.troop44bushkill.org/wp-content/plugins/google-calendar-widget/ko-calendar.css” />
    </head>
    <body>

    <!– <div style=”border: 3px solid #bfbfbf; padding: 5px; width: 400″> –>

    <div class=”ko-calendar-widget-events” id=”ko_calendar-widget_events”>
    <div class=”ko-calendar-widget-loading”>
    <img
    class=”ko-calendar-widget-image”
    src=”https://www.troop44bushkill.org/wp-content/plugins/google-calendar-widget/loading.gif&#8221;
    alt=”Loading…”/>
    </div>
    </div>
    </div>

    <script type=’text/javascript’ src=’www.google.com/jsapi?ver=1′></script>
    <script type=’text/javascript’ src=’www.troop44bushkill.org/wp-content/plugins/google-calendar-widget/date.js?ver=alpha-1′></script>
    <script type=’text/javascript’ src=’www.troop44bushkill.org/wp-content/plugins/google-calendar-widget/wiky.js?ver=1.0′></script>
    <script type=’text/javascript’ src=’www.troop44bushkill.org/wp-content/plugins/google-calendar-widget/ko-calendar.js?ver=3.1.3′></script>
    <script type=’text/javascript’ src=’https://apis.google.com/js/client.js?onload=ko_calendar_google_init’></script&gt;
    <script type=”text/javascript” defer=”defer”>
    ko_calendar.loadCalendarDefered(
    ‘AIzaSyCnoqB1G6fUbO51qb5wJqtrRTvUdLPQ3d8’,
    ‘ko_calendar-widget_events’,
    5,
    false,
    [email protected]’,
    ‘#[email protected]’,
    ‘[STARTTIME – ][TITLE]’
    );
    </script>

    </body>
    </html>

    https://www.ads-software.com/plugins/google-calendar-widget/

  • The topic ‘standalone code not finding calendar’ is closed to new replies.