Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I embed my web application

I am a Javascript, HTML5 and CSS web application developer, but I don't know how to make my web apps embeddable, so people can embed them in their sites too. Please, any method except PHP will be much appreciated.

like image 531
Nick Rameau Avatar asked Jun 06 '26 22:06

Nick Rameau


1 Answers

Provide a javascript file that people will include in their web pages + some div with marker like

<div id="divtofillwithyourcontent"></div>

And script should fill this element with your content.

Or use iFrame if you need access to your cookies (i suggest you not use it in all other cases)

like image 132
Alleo Avatar answered Jun 09 '26 11:06

Alleo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!