How to make a part of your website embeddable and how to embed it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a part of your website embeddable and how to embed it?

Like in a message or to paste the part into another site

16th Apr 2019, 10:36 AM
Bboy
Bboy - avatar
1 Answer
+ 1
You could use the iframe tag. E.g. like this: <iframe src="your-url"></iframe> This requires however a certain configuration of the web server and embeds a full website. If you only need a part of the website I'd create a code snippet that can be reused every time you're working on other projects.
16th Apr 2019, 10:42 AM
Aaron Eberhardt
Aaron Eberhardt - avatar