Jump to content

Time Zone clocks


Sue Busher

Recommended Posts

We've got a trip going out to Peru and we'd like to embed two clocks on a Frog site - one should London time zone, the other showing Lima time zone.

Has anyone done this before or found a site which gives you free HTML which works when embedded into Frog?

 

Edited by Sue Busher
Link to comment
Share on other sites

image.png

Clocks came from https://www.clocklink.com/

 

Weather from https://forecast7.com/en/37d77n122d42/san-francisco/

A bit of @pconkie 's coding skills sort out the issue with it not loading when you open and close the site....  

<a class="weatherwidget-io" href="https://forecast7.com/en/37d77n122d42/san-francisco/" data-label_1="SAN FRANCISCO" data-label_2="WEATHER" data-font="Verdana" data-icons="Climacons Animated" data-theme="weather_one" >SAN FRANCISCO WEATHER</a>
<script>
  $.getScript( "https://weatherwidget.io/js/widget.min.js");
</script>

 

;)

 

 

  • Thanks 1
  • Haha 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...