Hello friends, I have written a mini book on Cyber Security awareness for you, named "Hacking into Hackers' Head". This book uses common terms to explain things, and I'm sure you will get benefitted from it in your day to day life. It's available on Kindle and Google Play. Grab your copy now.

Sunday, March 16, 2014

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.

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.
4. Copy below code and paste just above </head>

<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.....

No comments:

Post a Comment

We appreciate your valuable comments.

Scroll to Top