Loading...
Embed Ploop in your own webpage
If you're able to edit your website, you can add Ploop 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/ploop"   width="400" height="660"   frameborder="0">  <a href="https://4four.io/ploop">    Ploop  </a> </iframe>
2 Go to your page.
Open your page in a browser. Ploop should be there, like this:
3 All done!
Option 2 Embed with a customized setup
1 Go to Ploop
2 Choose the settings you need.
Press the Setup button to change instruments, for example.
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/ploop/1AQBYAEAE6gIOAAEjRZeJMA
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/ploop/1AQBYAEAE6gIOAAEjRZeJMA "   width="400" height="660"   frameborder="0">  <a href="https://4four.io/ploop/1AQBYAEAE6gIOAAEjRZeJMA ">    Ploop  </a> </iframe>
6 Go to your page.
Open your page in a browser. Ploop should be there, with your chosen options, like this:
7 All done!