Advertise on TechCreak.com

How to add floating social media widget to blogger.


In the present time, the social bookmarking websites like Facebook, Google +1, Digg, Twitter, StumbleUpon play a major roll on the internet. These websites has a huge number of visitors daily. If you put sharing buttons for these websites on your website, they can drive much traffic to your website. Also your website will be more popular on these social networking websites as well as on the internet.
 In the following tutorial, you will learn to add these floating social media buttons to your blogger in the given simple steps:- 
Firstly you should disable share buttons for the “Blog Posts” widgets enabled by default. If you do not disable this option, the Google +1 button will not work properly.
1. Go to Dashboard > Design > Edit HTML. and search for <head> tag and Paste the following code just below it and Save the template.

<script src='http://apis.google.com/js/plusone.js' type='text/javascript'> {lang: &#39;en-US&#39;} </script>



2. Go to Design > Page elements
3. Add a gadget, Select HTML/Java Script gadget.
4. Now leave the “Title” blank and drag this Gadget to the left sidebar.
5. Copy the following code and paste inside this gadget in content box.


<style>#floatingbuttons{background:#F9F9F9;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #F9F9F9));background:-moz-linear-gradient(top, #fff, #F9F9F9);border:1px solid #ccc;float:left;padding:0 0 3px 0;position:fixed;bottom:15%;left:0;z-index:10;border-radius:0 5px 5px 0;box-shadow:2px 2px 5px rgba(0,0,0,0.3);} #floatingbuttons .floatbutton{float:left;clear:both;margin:5px 4px 0 4px;} .addbuttons{clear:both;text-align:center;padding-top:5px;} .addbuttons a span.getfloat, .addbuttons a span.sharebuttons{color:#000;background:none;font-family:arial, sans-serif;display:block;font-size:9px;font-weight:bold;text-decoration:none;line-height:11px;} .addbuttons a:hover span{color:#fff;background:none;text-decoration:underline;}</style>
<div id='floatingbuttons' title="Share this post!"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script><!-- Medium Button --><script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script>

<div class='floatbutton' id='google+1'><g:plusone size="tall"></g:plusone></div>
<div class='floatbutton' id='facebook'><fb:like layout="box_count" show_faces="false" font=""></fb:like></div>

<div class='floatbutton' id='digg'><a class="DiggThisButton DiggMedium"></a></div>
<div class='floatbutton' id='stumbleupon'><script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></div>

<div class='floatbutton' id='twitter'><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" >Tweet</a></div>

<div class="addbuttons"><a href="http://www.hints-and-tricks.com/2011/11/how-to-add-floating-social-media-widget.html " title="How to add floating social media widget to blogger. "><span class="getfloat">Get buttons</span></a> </div> </div>


6. Click on Save. The social media floating widget has been installed on your blogger.
You can see example of this widget on left hand side of this blog.


How to take screenshot without any software installation in Windows.


Earlier if someone wanted to take screenshot in windows, he had to use the Print Screen option and paste the screenshot in any image editor for making the changes in that screenshot. Besides this, there are many softwares available on the internet for taking the screenshots or for screen-capturing. These softwares either they can be purchased or they come with trail period. After expiring their trail period, they becomes useless. At this time you have to download another one screen capturing software.
But the good news is that the Window 7, Window Vista and some latest Editions of Window XP has  inbuilt screen-capturing software called Snipping Tool. So What is the snipping tool?  The snipping Tool is a very handy and useful screen capturing utility. Snipping Tool can take screenshots of currently opened window, a rectangular area, entire screen or a freely selected area. Also Snipping tool can save the captured screenshots in PNG, GIF, or JPEG formats. You can edit the captured screenshot and send the captured screenshot by email. Also you can highlight any part of screenshot. The snipping tool has also many other useful options available. 

For opening Snipping Tool

Go to Programs > Accessories you will find snipping tool in this folder

You can also find this tool by typing Snipping tool in the search box.

So enjoy this very handy and simple utility.


How to lock a folder without any software in Window XP or Window 7.

If you can lock a folder without installing any software, then there is no need to buy costly software to lock the folders in window XP or window 7. Here is very simple trick to Lock any folder without any software in window XP or window 7. The simple steps are given below:- 

1.Open Notepad in your computer.  

2.Copy the code given below and paste it in the Notepad opened.
    cls
    @ECHO OFF
    title Folder Locker
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo Are you sure u want to Lock the folder(Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock folder
    set/p "pass=>"
    if NOT %pass%==PUT YOUR PASSWORD HERE goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Locker
    echo Locker created successfully
    goto End
    :End
    3. Replace “PUT YOUR PASSWORD HERE” text given in red color above code with password of your choice.  

    4. Now the save this file as a .bat file having any name e.g. xyz.bat  

    5. Try to save this file having name like the system files. And place this .bat file in the system folders. So that everybody will think, this file is a system file.  

    6. Now close this .bat file. Double click on this .bat file, It will create a new folder called “Locker” automatically in the same directory as the .bat file created earlier.  

    7. Now place the contents you want to hide or lock inside this Locker folder. And double click on .bat file. System will ask you “Are you sure u want to lock the folder”. Type Y and press Enter.  

    8. The folder will be locked.  

    9. To open this folder just double click the .bat file, the system will ask to enter the password. Just enter your password and Press Enter. The folder will be unlocked.  

    10. So this is very simple trick to hide or lock the files in window XP or window 7. Just you have to be careful that nobody can access the .bat file generated and can know your password.
      Enjoy this Trick.


       
      Home | About | Privacy | Proudly Powered By Blogger. | Blogger Template Design By Techcreak Go To Top