Saturday, August 8, 2015

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.

Related Posts:

  • Best Android Spy Apps for your Android Phone Android Spy Apps are so popular now these days. Now everybody want some cool tools for his andro… Read More
  • Download 10 Best Android Hacking Apps for Android Mobile In this post we write about download best android hacking apps for your android… Read More
  • Check your Gmail Account Email is Secured or Not After 50 Lacs Gmail account Hacking World Biggest Hacking 50Lacs Gmail Account Hacked by Russian… Read More
  • Turn on Windows Firewall -Protect you from malicious network activity Computer and Internet is not safer this time,because there are many hackers an… Read More
  • Delete Easily Your All Social Accounts and Website Accounts Delete Online Social Accounts at Once Click. Sometimes you just want delete your social … Read More

0 comments:

Post a Comment