Follow These Simple Steps For Adding 4 in 1 Social Sharing Widget on Your Blogger Blog now::
1. Go To Your Blogger dashboard --> Design --> Edit Html (Tick the expand widget option).2. Now Find(Ctrl+F) The Below Code.
</head>
3. Add the below code just above the </head>.
<link href='https://blognpctricks.googlecode.com/svn/css/4in1widgetv2.css' rel='stylesheet'/>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/>
<script src='http://apis.google.com/js/plusone.js' type='text/javascript' type='text/javascript'/>
<script src='http://makingdifferent.googlecode.com/files/fanbox_init.js' type='text/javascript'/>
<script type='text/javascript'>
jQuery(document).ready(function(){
jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#facebook_right").stop(true,false).animate({right: -200}, 500); }); jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#twitter_right").stop(true,false).animate({right: -250}, 500); }); jQuery("#google_plus_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#google_plus_right").stop(true,false).animate({right: -154}, 500); }); jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); }); });
</script>
4. Fill your Facebook Page Address, Twitter username and Feedburner address in the box below.
5. Click on Generate and click on Add To Blogger.A new window opens, then select your blog and click on Add widget button.
Note::
Please Login to your blogger account first in a new tab and then click on Add to bloggerbutton here, because i found that it wont working if you login after choosing Add to Bloggerbutton.
That's It. . . . !!!!!!
5. Click on Generate and click on Add To Blogger.A new window opens, then select your blog and click on Add widget button.
Note::
Please Login to your blogger account first in a new tab and then click on Add to bloggerbutton here, because i found that it wont working if you login after choosing Add to Bloggerbutton.
That's It. . . . !!!!!!
Post a Comment