Loading...
Embed the Tempo Generator in your own webpage
If you're able to edit your website, you can add 4four's random tempo generator in just a few steps.
Option 1 Embed with the default setup
1 Insert an iframe.
Add this snippet to your page's HTML.
<iframe   src="https://4four.io/embed/tempo/generator"   width="400" height="400"   frameborder="0">  <a href="https://4four.io/tempo/generator">    Tempo Generator  </a> </iframe>
2 Go to your page.
Open your page in a browser. The Tempo Generator should be there, like this:
3 All done!
Option 2 Embed with a customized setup
1 Go to the Tempo Generator
2 Choose the settings you need.
Press the Setup button to open the settings.
3 Press the Link Button Link
This will create links for your configuration.
4 Note the exercise text.
It's at the end of the links. Here's an example:
https://4test.io/embed/tempo/generator/1AQQyAGQAjAA
5 Insert an iframe with the exercise text.
Add this snippet to your page's HTML. Replace the highlighted part with the text from step 4.
<iframe   src="https://4four.io/embed/tempo/generator/1AQQyAGQAjAA "   width="400" height="600"   frameborder="0">  <a href="https://4four.io/tempo/generator/1AQQyAGQAjAA ">    Tempo Generator  </a> </iframe>
Tip: Adjust the width and height values according to your setup.
6 Go to your page.
Open your page in a browser. The Tempo Generator should be there, with your chosen options, like this:
7 All done!