Is it possible to embed facebook shop page on a website? If it is, how to do it would be highly appreciated.
You can embed an entire page using an iframe with the src attribute.
<iframe src="https://www.example.com/path/file"></iframe>
You can specify other attributes such as size if you wish.