Problem using outside WP
-
Greetings,
I am trying to use this widget outside wordpress. I do have to as the site is not on WP and we used the old Google Calendar Widget in the past.I am not sure where I put the Calendar ID to show our events?
Looking at that part of the script in the stand_alone.html:
<script type=”text/javascript” defer>
ko_calendar.loadCalendarDefered(
‘YOUR API KEY HERE’,
‘ko_calendar-widget_title’,
‘ko_calendar-widget_events’,
10,
false,
‘[email protected]’,
‘[email protected]’,
‘#[email protected]’,
‘[STARTTIME – ][TITLE]’
);
</script>I replaced the YOUR API KEY HERE with my google API. If I upload that I get “Jan 19” in the calendar box, nothing more. There is an event for today, Jan 19 and another one for tomorrow in our Google calendar.
Any help would be greatly appreciated.
Many thanks
Boris
- The topic ‘Problem using outside WP’ is closed to new replies.