From a7298813a3db53e389a91ad79ba77892feaa9911 Mon Sep 17 00:00:00 2001 From: Thiago Cortez Date: Thu, 30 Jan 2020 23:14:30 -0200 Subject: [PATCH] Adding feature to send messages via Whatsapp by API --- _config.yml | 4 ++++ _includes/social_icons.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 1f2484b1b3..9a78e360a9 100644 --- a/_config.yml +++ b/_config.yml @@ -56,6 +56,10 @@ pinterest_url: slack_url: dribbble_url: +# Whatsapp setting +# Make sure to include your full number, with country code, e.g +5535123456789 +whatsapp_number: + # Google Analytics Tracking ID goes here: google_analytics: diff --git a/_includes/social_icons.html b/_includes/social_icons.html index a4b4ed75ba..c86f2bf9dc 100644 --- a/_includes/social_icons.html +++ b/_includes/social_icons.html @@ -33,4 +33,7 @@ {%- if site.email -%}
  • Email
  • {%- endif -%} + {%- if site.whatsapp_number -%} +
  • Whatsapp
  • + {%- endif -%}