Can a web app be embedded in my simple html website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can a web app be embedded in my simple html website?

I would like to embed a chat web app (app.Cinny.in) within my html page. Is this possible? What would be the steps I need to take? There's an absurd amount of web extensions, and programming languages with equally absurd names and stuff. Too much out there I can't possibly learn it all. So if someone could just help me with a straight forward answer that would be great. I just need to be pointed in the right direction. I was able to accidentally get it to work using embed type="video/webm" to some degree... I also tried <iframe src=app w x h but it gets stuck in a never ending load screen?

3rd Apr 2023, 12:04 PM
Benjamin Davis
Benjamin Davis - avatar
2 Answers
+ 3
If you want to embed your app in your website, you need to have admin/edit access to the website since you'll be inserting HTML code and scripts.
3rd Apr 2023, 1:11 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
0
Do you mean I need to be admin for the app? Or for the page I'm embedding and trying to put the chat app in? I'm writing my page in html so I guess I'm admin for my page but I have no way of being administrator for the application I want to use.
4th Apr 2023, 1:29 AM
Benjamin Davis
Benjamin Davis - avatar