Using the version I created that contains the entire timeline in one JS will solve your issue. https://github.com/kusog/timeline
On Saturday, October 26, 2013 9:35:10 PM UTC-4, paul chubb wrote: > > One thing that is not documented is how to get the js libraries to load > over SSL. This is more marketing than substance since you need SSL for > things like login details. However any time the page pulls back stuff over > http it then signals the user that the page is unsecure even if the stuff - > say password - that you want encrypted is encrypted. To your header where > you load the timeline scripts setup as follows: > > <script src=" > https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" > type="text/javascript"> > </script> > <script> > Timeline_ajax_url=" > https://api.simile-widgets.org/ajax/2.2.3/simile-ajax-api.js"; > Timeline_urlPrefix='https://api.simile-widgets.org/timeline/2.3.1/'; > > > Timeline_parameters='bundle=true'; > </script> > <script src=" > https://api.simile-widgets.org/timeline/2.3.1/timeline-api.js" > type="text/javascript"> > </script> > > Hope this helps someone > > Cheers Paul > >> >> > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
