Create an App that People can Embbed on their Websites

by pvijeh
1 replies
Hey all,

Im wondering-- is there any way to create an app (perhaps using javascript) that others can embed in their website using an embed code?


thanks

Peter
#app #create #embbed #people #websites
  • Profile picture of the author shahriyar
    I am assuming that you want to create a website or page where people enter their website and get a JS code to embed on their website or anywhere else and the code with display their chosen website where the code is placed?

    In that case you can use JavScript to generate an iframe like this with the user's URL set as the source,
    Code:
    <iframe src="http://www.usersite.com" width="400" height="500"></iframe> <a href="http://yoursite.com">link back to your site</a>
    You may as well, add a link back to your website below it for backlink..
    {{ DiscussionBoard.errors[8785288].message }}

Trending Topics