joni2back / spachat

:speech_balloon: Single Page Application Angular Chat
https://spachat.zendelsolutions.com
49 stars 23 forks source link

Embed on web #5

Closed eliriverod closed 7 years ago

eliriverod commented 7 years ago

Greetings.

I would like to be able to embed your application in a web, but I have not been able to fully incorporate it. The interface is displayed but does not work. I have tried in several ways, including "iframe" and "object" and I do not get it to work. Could you give me some guidance on this? I'm working with WampServer on Windows 7.

Many thanks. I think it's great that you have everything in one file. It's a very compact chat!

eliriverod commented 7 years ago

Ok. Now is working.

The content of the app is in the "chat" folder. In my "index" page, i insert this code:

<object width="100%" height="600" data="chat/spachat.php"></object>

Thanks.