Add facebook chat to your site
Steps:
1. Go to Template in your blog.
2. Click on Edit HTML. Before editing HTML, you should make a backup of it.
3. Find </head> in your blog.
2. Click on Edit HTML. Before editing HTML, you should make a backup of it.
3. Find </head> in your blog.
4. Copy below code and paste just above </head>
var _taw = _taw || [];
_taw.push(['_color', '#3b5998']);
(function(d) {var taw = d.createElement('script'),id = 'tawea-extension';
if (d.getElementById(id)) {return;}
taw.type = 'text/javascript';taw.id=id;taw.async=true;
taw.src ='https://tawea.com/extension/js/sdk.min.js';
(document.head||document.documentElement).appendChild(taw);})(document);
</script>
5. Save your template.
6. If you want to customize color, then edit this line and give proper color code:
'_color', '#3b5998'
7. You are done. See your blog now.
0 comments:
Post a Comment