Showing posts with label web tools. Show all posts
Showing posts with label web tools. Show all posts

Sunday, January 26, 2014

How to Automatically Invite all Friends to Like your Page?

By Sonu Kumar Gupta   Posted at  2:17 AM   web tools No comments
Well gaining more and more likes on Facebook Pages is a must campaign and people are just into this thing for making a nice online community, well this post allows you to easily get more likes by just implementing that on a webpage that gets a good amount of visitors. But the process of liking starts within your own group, so you normally invite all your friends to like your page but the problem is pressing that silly Invite button in front of your friends name is really a boring Job. Well we are going to make that process faster and easier.

Well we will be using a simple script that going to automate this process by clicking ever single button within seconds.  so just follow below simple guide and enjoy.
  1. Open Facebook Page on which you wanna invite your friends.
  2. Now just navigate to Build Audience > Invite option.
  3. Now it will open the friends showing dialog with the Invite option with every name.
  4. Now just press F12 on the Chrome to open the inspection tab.
  5. Now navigate to the Console tab and paste the below script.
    var inputs = document.getElementsByClassName('uiButton _1sm');
    for(var i=0; i<inputs.length;i++) {
        inputs[i].click();
    }
  6. After pasting the above script just press Enter and see how all your friends are invited to your page for liking it.
So guys now no matter how many pages you own, or how many friends you wanna invite, this script can just make your process faster and smarter. Now just open up any page and then easily use this script to invite all your friends.

Saturday, January 25, 2014

How to add Best Facebook like popup box for blogger blogs and websites.

By Sonu Kumar Gupta   Posted at  8:45 AM   web tools No comments
Well here i am making a Facebook like popup box for blogger which is also nice to install.When you install it it and when someone visit you any blog page it will display on the front which ask you to like the page and its very simple and clean.


So you have to do these steps to install it on your blogger blog

1.  Go to blogger dashboard  >  Layout
2.  Now click on  >  Add a gadge
3.  A box will appear select  >  HTML/Java Script box by scrolling until you find it
4.  Now paste this code into the box and click on  >  Save


  <!-- Widget by http://guptasonukumar.blogspot.in/ start --><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/jquery-1.9.1.js"></script><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script><link rel="stylesheet" href="/resources/demos/style.css" /><script>$(function() { $( "#dialog" ).dialog(); }); </script>  <div id="dialog" title="Get updates via Facebook">
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fmbgadget&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:285px; height:258px;" allowtransparency="true"></iframe></center>
<center style="float:right; margin-right:10px;">
 <!-- Please don't remove credit --><span style="font-size:xx-small; color:#000; text-decoration:none;">Get this gadget at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://guptasonukumar.blogspot.in/">facebook popup like box</a></center>
</div>
<!-- Widget by http://guptasonukumar.blogspot.in/ End -->








Remember, At end of this code you will find mbgadget words replace it with your own fb like page username.




Back to top ↑

Connect with Us

© 2014 . Sonukumar Converted by Sonukumar