Showing posts with label Widgets. Show all posts
Showing posts with label Widgets. Show all posts

hi call bluetooth gloves

Why buy

  • Capacitive touch screen friendly gloves
  • Receive and make calls via your gloves
  • Wirelessly sync to your Smartphone.Make call with bluetooth gloves
  • Additional information

    Capacitive touch screen friendly gloves
    Using your Smartphone in cold, winter climates becomes incredibly difficult and frustrating. With the Hi-Fun gloves you will never have to subject your hands to the bitter cold again with built in touch-screen friendly materials on the index finger tip and the funny so you can whittle away the time in cold be continuing to play on games, messaging and taking snaps. 
    Receive and make calls via your gloves
    Thats right, you can take and receive calls via your Hi-Fun Bluetooth gloves. Utilising integrated microphone and speaker in the tips of the thumb and little finger the strange concept becomes a wonderful reality. No longer will you need to worry about fiddly handsfree kits. Just put the gloves on and press the answer button and away you go. 
    Wirelessly sync to your Smartphone
    The gloves are easy to use. They wirelessly sync to your Smartphone and that is it. 
  • Add Facebook Like Buttons In Blogger

    How To Add Facebook Like Button In Blogger?

    • First go to Blogger > Template > Edit HTML
    • Check the expand widget box
    • Search for <data:post.body/> using ctrl+f

    Style #1: Button With Count


    facebook button with count
    <b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&
    amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=
    light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>

    Style #2: Button Without Count


    Facebook like button without count
    <b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&
    amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=l
    ight&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>
    Note: If you want to show this button below of your post title then paste one of these just above <data:post.body/> 
    If you want to show this button below of your post then paste one of these below <data:post.body/> - See more at: http://www.googleagra.com

    how to Add Popular Posts Widget In Blogger

    Beautiful Popular posts Widget For BloggerPopular posts widget is also in blogger widgets   as default but to give it a new look you need to   make some changes in CSS coding. Today we   are providing a beautiful popular widget for   blogger which have a great look and have an    awesome hover effect. 



    How To Add Popular Posts Widget In Blogger?

    To add This widget in Blogger you need to follow these simple steps:-
    • First Go To Blogger > Layout
    • Click on Add A Gadget
    • Now Click on Popular Posts widget and make the follow changes as showing in picture
    • popular

    • Make the same changes as shown above in picture
    • And Click on Save Button
    • Now the second part is add the CSS code for this
    • Go To Blogger > Template
    • Click on Edit HTML

    popular 2
    • Click on Black Arrow to expand the coding
    • Now search </b:skin> using ctrl+f
    • Above </b:skin> paste the following code
    /*--- MBW Popular Posts --- */
    .popular-posts ul{padding-left:0px;}
    .popular-posts ul li {background: #FFF url(http://1.bp.blogspot.com/_7wsQzULWIwo/S
    modosCuJCI/AAAAAAAABh4/ZSXbVW9Qpa8/s400/261.gif) no-repeat scroll 5px 10px;
    list-style-type: none;
    margin:0 0 5px 0px;
    padding:5px 5px 5px 20px !important;
    border: 1px solid #ddd;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    }
    .popular-posts ul li:hover {
    border:1px solid #6BB5FF;
    }
    .popular-posts ul li a:hover {
    text-decoration:none;
    }
    • Now click on Save Template and you are done !