WhatsOrder Knowledge Base

← Back

You can embed your WhatsOrder page in your website

We want your business to grow. Therefore we do not mind you embedding our service inside your website for branding purpose.

In fact, here is the code to make it more easy. This can be done using the inline frames (iframe) method.

<iframe width="100%" height="100%" src="your-whatsorder-page-long-URL" frameborder="0"></iframe>

And here is a complete webpage code in case you are using free web servers like netlify.

<html>
<head>
<title>Order on WhatsApp from Your Awesome Shop</title>
<meta name="description" content="">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style type="text/css">
html {
overflow: hidden;
}
</style>
</head>
<body>
<iframe name='wo-frame' src='your-whatsorder-page-long-URL' width='100%' height='100%' marginheight='0' marginwidth='0' scrolling='auto' frameborder='0'>
</iframe>
</body></html>

Using Netlify?

Using Wordpress?

If you are already using wordpress, using any iframe plugin will help. E.g. https://wordpress.org/plugins/iframe/ After installing the plugin you can use a short code to place your Whatsorder page using short code. e.g. [iframe src="your-whatsorder-page-url" width="100%" height="100%"]