{"id":181,"date":"2021-12-16T13:08:18","date_gmt":"2021-12-16T13:08:18","guid":{"rendered":"http:\/\/webecreator.com\/blog\/?p=181"},"modified":"2021-12-16T13:12:40","modified_gmt":"2021-12-16T13:12:40","slug":"add-whatsapp-chat-to-your-html-website","status":"publish","type":"post","link":"http:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/","title":{"rendered":"Add WhatsApp Chat To Your HTML Website"},"content":{"rendered":"\n<p>We will be using the website we created in a\u00a0previous tutorial. Please clone the project from\u00a0here.<\/p>\n\n\n\n<p>Adding the WhatsApp chat here will also take just three (3) steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First, Add the following font awesome link to the&nbsp;<code>head<\/code>&nbsp;in the&nbsp;<code>index.html<\/code>&nbsp;file<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&lt;!-- font awesome --&gt;\n    &lt;link rel=\"stylesheet\" href=\"https:\/\/maxcdn.bootstrapcdn.com\/font-awesome\/4.5.0\/css\/font-awesome.min.css\"&gt;\n\n<\/code><\/pre>\n\n\n\n<p>Secondly, Add the following code to the&nbsp;<code>Index.html<\/code>&nbsp;file just after the footer tag where we want it to be display<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n{\/* WhatsApp icon *\/}\n      &lt;a\n        href=\"https:\/\/wa.me\/2348100000000\"\n        class=\"whatsapp_float\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n      &gt;\n        &lt;i class=\"fa fa-whatsapp whatsapp-icon\"&gt;&lt;\/i&gt;\n      &lt;\/a&gt;\n\n<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Ensure to replace the mobile number&nbsp;<em>(2348100000000)<\/em>&nbsp;with yours or any number that is to be contacted from your website<\/p><\/blockquote>\n\n\n\n<p><em>You should have a WhatsApp Icon at the bottom of the website<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Finally, add the following CSS code to&nbsp;<code>styles.css<\/code><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\n      \/* for desktop *\/\n      .whatsapp_float {\n          position: fixed;\n          width: 60px;\n          height: 60px;\n          bottom: 40px;\n          right: 40px;\n          background-color: #25d366;\n          color: #FFF;\n          border-radius: 50px;\n          text-align: center;\n          font-size: 30px;\n          box-shadow: 2px 2px 3px #999;\n          z-index: 100;\n      }\n\n      .whatsapp-icon {\n          margin-top: 16px;\n      }\n\n      \/* for mobile *\/\n      @media screen and (max-width: 767px) {\n          .whatsapp-icon {\n              margin-top: 10px;\n          }\n\n          .whatsapp_float {\n              width: 40px;\n              height: 40px;\n              bottom: 20px;\n              right: 10px;\n              font-size: 22px;\n          }\n      }\n\n<\/code><\/pre>\n\n\n\n<p><em>This makes the icon look really like a WhatsApp icon for real. It will also make it sticky and visible at any point on that page<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We will be using the website we created in a\u00a0previous tutorial. Please clone the project from\u00a0here. Adding the WhatsApp chat here will also take just&hellip; <\/p>\n","protected":false},"author":1,"featured_media":183,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-181","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator\" \/>\n<meta property=\"og:description\" content=\"We will be using the website we created in a\u00a0previous tutorial. Please clone the project from\u00a0here. Adding the WhatsApp chat here will also take just&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\" \/>\n<meta property=\"og:site_name\" content=\"Website Designing in Mumbai | WebeCreator\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-16T13:08:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-16T13:12:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"321\" \/>\n\t<meta property=\"og:image:height\" content=\"157\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"http:\/\/webecreator.com\/blog\/#\/schema\/person\/87c1cb3e0b5c268c0c19951cee98de4f\"},\"headline\":\"Add WhatsApp Chat To Your HTML Website\",\"datePublished\":\"2021-12-16T13:08:18+00:00\",\"dateModified\":\"2021-12-16T13:12:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\"},\"wordCount\":141,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/webecreator.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\",\"url\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\",\"name\":\"Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator\",\"isPartOf\":{\"@id\":\"http:\/\/webecreator.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg\",\"datePublished\":\"2021-12-16T13:08:18+00:00\",\"dateModified\":\"2021-12-16T13:12:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage\",\"url\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg\",\"contentUrl\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg\",\"width\":321,\"height\":157},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/webecreator.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add WhatsApp Chat To Your HTML Website\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/webecreator.com\/blog\/#website\",\"url\":\"http:\/\/webecreator.com\/blog\/\",\"name\":\"Website Designing in Mumbai | WebeCreator\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/webecreator.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/webecreator.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/webecreator.com\/blog\/#organization\",\"name\":\"Website Designing in Mumbai | WebeCreator\",\"url\":\"http:\/\/webecreator.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/webecreator.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2018\/06\/logo.png\",\"contentUrl\":\"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2018\/06\/logo.png\",\"width\":180,\"height\":52,\"caption\":\"Website Designing in Mumbai | WebeCreator\"},\"image\":{\"@id\":\"http:\/\/webecreator.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"http:\/\/webecreator.com\/blog\/#\/schema\/person\/87c1cb3e0b5c268c0c19951cee98de4f\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/webecreator.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c0aa0f95b0e5b19831b792cebf9b32f096118859f5905c6e8ea2aad8d6649276?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c0aa0f95b0e5b19831b792cebf9b32f096118859f5905c6e8ea2aad8d6649276?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"http:\/\/webecreator.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/","og_locale":"en_US","og_type":"article","og_title":"Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator","og_description":"We will be using the website we created in a\u00a0previous tutorial. Please clone the project from\u00a0here. Adding the WhatsApp chat here will also take just&hellip;","og_url":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/","og_site_name":"Website Designing in Mumbai | WebeCreator","article_published_time":"2021-12-16T13:08:18+00:00","article_modified_time":"2021-12-16T13:12:40+00:00","og_image":[{"width":321,"height":157,"url":"https:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#article","isPartOf":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/"},"author":{"name":"admin","@id":"http:\/\/webecreator.com\/blog\/#\/schema\/person\/87c1cb3e0b5c268c0c19951cee98de4f"},"headline":"Add WhatsApp Chat To Your HTML Website","datePublished":"2021-12-16T13:08:18+00:00","dateModified":"2021-12-16T13:12:40+00:00","mainEntityOfPage":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/"},"wordCount":141,"commentCount":0,"publisher":{"@id":"http:\/\/webecreator.com\/blog\/#organization"},"image":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage"},"thumbnailUrl":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/","url":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/","name":"Add WhatsApp Chat To Your HTML Website - Website Designing in Mumbai | WebeCreator","isPartOf":{"@id":"http:\/\/webecreator.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage"},"image":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage"},"thumbnailUrl":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg","datePublished":"2021-12-16T13:08:18+00:00","dateModified":"2021-12-16T13:12:40+00:00","breadcrumb":{"@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#primaryimage","url":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg","contentUrl":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2021\/12\/download.jpg","width":321,"height":157},{"@type":"BreadcrumbList","@id":"https:\/\/webecreator.com\/blog\/add-whatsapp-chat-to-your-html-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/webecreator.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Add WhatsApp Chat To Your HTML Website"}]},{"@type":"WebSite","@id":"http:\/\/webecreator.com\/blog\/#website","url":"http:\/\/webecreator.com\/blog\/","name":"Website Designing in Mumbai | WebeCreator","description":"","publisher":{"@id":"http:\/\/webecreator.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/webecreator.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/webecreator.com\/blog\/#organization","name":"Website Designing in Mumbai | WebeCreator","url":"http:\/\/webecreator.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/webecreator.com\/blog\/#\/schema\/logo\/image\/","url":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2018\/06\/logo.png","contentUrl":"http:\/\/webecreator.com\/blog\/wp-content\/uploads\/2018\/06\/logo.png","width":180,"height":52,"caption":"Website Designing in Mumbai | WebeCreator"},"image":{"@id":"http:\/\/webecreator.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"http:\/\/webecreator.com\/blog\/#\/schema\/person\/87c1cb3e0b5c268c0c19951cee98de4f","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/webecreator.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c0aa0f95b0e5b19831b792cebf9b32f096118859f5905c6e8ea2aad8d6649276?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c0aa0f95b0e5b19831b792cebf9b32f096118859f5905c6e8ea2aad8d6649276?s=96&d=mm&r=g","caption":"admin"},"url":"http:\/\/webecreator.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/posts\/181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/comments?post=181"}],"version-history":[{"count":2,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/posts\/181\/revisions"}],"predecessor-version":[{"id":185,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/posts\/181\/revisions\/185"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/media\/183"}],"wp:attachment":[{"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/media?parent=181"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/categories?post=181"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/webecreator.com\/blog\/wp-json\/wp\/v2\/tags?post=181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}