localendar Forums Homepage


Print at Oct 21, 2025, 5:41:12 AM

Posted by support at Dec 20, 2018, 10:52:21 PM
Re: https prevents calendar from showing
To make sure your calendar operates correctly regardless of whether the user is using http or https, please make your urls "protocol neutral". Basically that means in your page where you pasted these lines:

<script type="text/javascript" src="http://localendar.com/js/PublishedIncludeMini.js"></script>
and
<script type="text/javascript" src="http://localendar.com/public/youramc?style=M5&include=Y"></script>


change them to this:
<script type="text/javascript" src="//localendar.com/js/PublishedIncludeMini.js"></script>

and
<script type="text/javascript" src="//localendar.com/public/youramc?style=M5&include=Y"></script>

----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us