Loading...
Embed the Acoustic Guitar in your own webpage
If you're able to edit your website, you can add the virtual acoustic guitar 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/guitar/acoustic"   width="900" height="580"   frameborder="0">  <a href="https://4four.io/guitar/acoustic">    Acoustic Guitar  </a> </iframe>
2 Go to your page.
Open your page in a browser. The Acoustic Guitar should be there, like this:
3 All done!
Option 2 Embed with a customized setup
1 Go to the Acoustic Guitar
2 Choose the settings you need.
Press the Edit button to add notes, 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/guitar/acoustic/1AQgyAK8ACAAcAxMbAhIBCQAA
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/guitar/acoustic/1AQgyAK8ACAAcAxMbAhIBCQAA "   width="900" height="580"   frameborder="0">  <a href="https://4four.io/guitar/acoustic/1AQgyAK8ACAAcAxMbAhIBCQAA ">    Acoustic Guitar  </a> </iframe>
6 Go to your page.
Open your page in a browser. The Acoustic Guitar should be there, with your chosen options, like this:
7 All done!