Sunday, March 26, 2017
Add facebook chat to your site
Add facebook chat to your site
Hi friends, today I am going to tell you a trick using which you can chat with your visitors on your blog with your facebook ID. Here is a shrt script that should be added to your blog or site.
<script type=text/javascript>
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.
Enjoy hacking.....
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.
Enjoy hacking.....
Go to link download