Hello there,
I bought the pro version, and seeking for help
I am trying to embed the following page
https://funkidviolin.com/aplayalong/aplayertab.php?&m=1&ukulele-Twinkle_Twinkle_Little_Star
into the a page under the same domain which is this one https://funkidviolin.com/how-to-play-twinkle-little-star-on-lego-ukulele-free-interactive-music-sheet/
using this piece this code
[advanced_iframe width="100%" src="https://funkidviolin.com/aplayalong/aplayertab.php?&m=1&ukulele-Twinkle_Twinkle_Little_Star" fullscreen_button="top_left"]
Based the error throwed, it seems it is the same origin issue. but I used your FREE IFRAME CHECKER 3.0, it works perfectly.
I also tried [iframe] short code, it does work too.
Could you please advise me the issues, thank you very much
In https://funkidviolin.com/how-to-play-twinkle-little-star-on-lego-ukulele-free-interactive-music-sheet/ I do not see advanced iframe running. Only a normal simple iframe.
Which error is thrown?
Best regards, Michael
In the iframe where I see the error
https://funkidviolin.com/aplayalong/aplayertab.php?m=1
iframe id="advanced_iframe" name="advanced_iframe" src=" https://funkidviolin.com/aplayalong/aplayertab.php?m=1 "
is loaded - and this gives error. But it also gives the same error if I open it in a new browser.
The code above is not from my plugin.
Maybe the solution is very simple:
change
https://funkidviolin.com/aplayalong/aplayertab.php?&m=1&ukulele-Twinkle_Twinkle_Little_Star
to
https://funkidviolin.com/aplayalong/aplayertab.php?m=1&ukulele-Twinkle_Twinkle_Little_Star
?& is maybe killing the code above.
Best regards, Michael
Ah - maybe even simpler:
&ukulele-Twinkle_Twinkle_Little_Star is not a valid parameter
the pro version does check this. Try
https://funkidviolin.com/aplayalong/aplayertab.php?m=1&ukulele-Twinkle_Twinkle_Little_Star=true
There is no flag for this. I can point you to the code where you have to change this behavior if you like.
Normally parameters always have a key and a value. This is why it is removed in the pro version.
Best regards, Michael