Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
Can you publish and link to the Sololearn code that isn't working? I can't think of what problem you might have linking an iframe to github. You can link an iframe on sololearn to a github pages page if that's what you mean. Here is a working example I just tried: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <iframe src="https://joshi1983.github.io/pages/"></iframe> </body> </html>
5th Sep 2021, 4:53 PM
Josh Greig
Josh Greig - avatar
+ 2
You can't publish your Web code with the iframe problem and post a link here? I looked at your profile and the closest published code I could find was this: https://code.sololearn.com/W1dg992wXxHS There is no iframe in it, though. It looks like some phishing tool even though it is broken. Your link to login.js is broken. Aside from technical issues, don't imitate login screens of other websites because that tricks people into sharing credentials they never wanted to share.
6th Sep 2021, 4:25 PM
Josh Greig
Josh Greig - avatar
+ 1
A problem playing music sounds more related to the audio tag than an iframe. Either way, if you share the code, I can reproduce the problem and look for ways to fix it. If you don't share the code, it is nearly impossible for me to help.
6th Sep 2021, 4:34 PM
Josh Greig
Josh Greig - avatar
+ 1
Is your problem solved?
9th Sep 2021, 4:23 PM
Josh Greig
Josh Greig - avatar