Menu

Laman

  • loading...

Floating Social Media Buttons


- No comments
The Floating Social Media Sharing is a very popular widget on all the top blogs and this is one of the ways to increase the number of times your posts get shared on Twitter, Facebook and other social networks.

This floating social bar has the following options: Facebook Like, StumbleUpon, Twitter Share, Digg This, Google+ and each of them comes with a live counter. You can add more sharing buttons or social bookmarking icons later if you want.
How to add the scrolling social bookmarking bar

You just have to copy and paste some piece of codes in your blog. I am here to guide you in achieving this one without any mistake. All the steps for this task are given below. Just follow the steps carefully to get the floating social media button in your blog.

1. Log in to your blogger account.
2. Go to Blogger  → Layout → Click on Add a Gadget
3. Select HTML/Javascript 
4. Copy the Code Bellow and Paste it Inside the Empty Box
<style type="text/css">
#social-buttons {
position:fixed;
bottom:15%;
margin-left:-721px;
float:left;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#fff;
padding:0 0 2px 0;
z-index:10;
}
#social-buttons .button-share {
float:left;
clear:both;
margin:5px 5px 0 2px;
}
</style>
<div id='social-buttons' title="Get this from BloggerTemplates">
<div class='button-share' id='like' style='margin-left:7px;'>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="box_count" data-width="40" data-show-faces="false"></div>
</div>
<br /><div class='sbutton' style="margin-left: 2px;" ><a class='twitter-share-button' data-count='vertical' data-via='ClassyBlogger' expr:data-counturl='data:blog.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a><script src='http://platform.twitter.com/widgets.js'; type='text/javascript'></script>
<br />
<div class='button-share' style="margin-left: 3px;" id='su'>
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
</div>
<div class='button-share' id='digg' style='margin-left:3px;width:48px'>
<script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script>
<a class="DiggThisButton DiggMedium"></a>
</div>
<div class='button-share' style='margin-left:3px;' id='gplusone'>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="tall"></g:plusone>
</div>
<div style="clear: both;font-size: 9px;text-align:center;">Get <a style="color: #3399BB;"href="http://blogger-templatees.blogspot.com">widget</a></div></div></div>

- Vertical Alignment - Change the 15% value of bottom. The Code Position the Social Bar Relative to the Bottom of Your Browser Window.
- Horizontal Alignment - Change the -721px Value From the margin-left. Negative value pushes button to the left of the main blog column, positive pushes button to the right.

This is it. Now when you have the full code just copy it inside the gadget and save. You are done. If you liked this Floating Social Media Widget For Blogger then please share it and write comments as your feedback.



Z Launcher v1.1.2-Beta APK


- No comments
Z Launcher

Download Z Launcher Beta Apk Terbaru Gratis - Pada kesempatan kali ini, saya akan berbagi kepada anda satu aplikasi launcher baru untuk ponsel android, namanya nokia z launcher for android.

Z Launcher merupakan aplikasi launcher terbaru buatan Nokia yang dapat anda gunakan sebagai alternative pengganti tampilan homescreen perangkat android anda. Dengan aplikasi ini, dapatkan pengalaman baru dalam membuka dan mencari aplikasi favorit dengan lebih cepat dan tepat.

Aplikasi ini sendiri memiliki tampilan UI yang simple dan minimalis sehingga mudah digunakan serta memiliki tampilan warna latar belakang (background) yang dapat diganti sesuai waktu yang ditetapkan.

Fitur Z Launcher:
  • Scribble: tuliskan huruf apapun untuk mencari apilkasi yang anda mau.
  • Launch: App, kontak, atau website.
  • Adapt: aplikasi ini akan beradaptasi untuk menyusun aplikasi favorit anda.

Screenshot:
Z Launcher ApkZ Launcher Terbaru
Z Launcher Apk TerbaruZ Launcher Download Gratis

Yang baru di v1.1.2-Beta:
  1. Dukungan awal untuk icon pack.
  2. Perbaikan UI pada berbagai perangkat Android.
  3. Peningkatan desain dan kinerja widget korsel.
  4. Peningkatan pengenalan tulisan tangan Scribble.
  5. Perbaikan bug.

Bagi anda yang ingin mencoba menggunakan aplikasi z launcher apk terbaru ini, dapat mengunduhnya langsung melalui tautan di bawah ini.

System required: Android 4.1 keatas

Download link Z Launcher v1.1.2-Beta APK:
Update : Z Launcher v1.3.7-Beta Apk

How to Add Black Navigation Menu Bar Widget For Blogger


- No comments
Black navigation menu bar widget for blogger. Black is a very professional color and this is the reason it is most widely used in all major blogs and successful blog and websites. This black navigation menu bar widget is based on pure CSS and HTML. And hence compatible with all websites and blogs. Compatible to work on all platforms like Blogger, Wordpress and all other customized websites. Along with it is completely customizable. You can edit its text and even color as well. So below is the method and code to add this black navigation menu bar widget to blogger and other websites.

How to add a black nav bar in blogger
  • Go to blogger.
  • Go to layout.
  • Click on add a gadget.
  • Choose HTML/Javascript box.
  • Copy the below code.
  • And paste the code into an HTML/Javascript gadget.
  • That's all. You are done.
<style type="text/css">/* this code is by http://blogger-templatees.blogspot.com Main */
#menu{
width: 100%;
margin: 0;
padding: 10px 0 0 0;
list-style: none;
background: #111;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-border-radius: 50px;
border-radius: 50px;
-moz-box-shadow: 0 2px 1px #9c9c9c;
-webkit-box-shadow: 0 2px 1px #9c9c9c;
box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
float: left;
padding: 0 0 10px 0;
position: relative;
}

#menu a{
float: left;
height: 25px;
padding: 0 25px;
color: #999;
text-transform: uppercase;
font: bold 12px/25px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
color: #fafafa;
}

#menu li:hover > ul{
display: block;
}

/* Sub-menu */

#menu ul{
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 35px;
left: 0;
z-index: 99999;
background: #444;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-border-radius: 5px;
border-radius: 5px;
}

#menu ul li{
float: none;
margin: 0;
padding: 0;
display: block;
-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#menu ul a{
padding: 10px;
height: auto;
line-height: 1;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}

*html #menu ul a{ /* IE6 */
height: 10px;
width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */
height: 10px;
width: 150px;
}

#menu ul a:hover{
background: #0186ba;
background: -moz-linear-gradient(#04acec, #0186ba);
background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
background: -webkit-linear-gradient(#04acec, #0186ba);
background: -o-linear-gradient(#04acec, #0186ba);
background: -ms-linear-gradient(#04acec, #0186ba);
background: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a{
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
content: '';
position: absolute;
left: 30px;
top: -8px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
border-bottom-color: #04acec;
}

#menu ul li:last-child a{
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

* html #menu { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script><script type="text/javascript">
$(function() {
if ($.browser.msie && $.browser.version.substr(0,1)<7)
{
$('li').has('ul').mouseover(function(){
$(this).children('ul').show();
}).mouseout(function(){
$(this).children('ul').hide();
})
}
});
</script>
<ul id="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Categories</a>
<ul>
<li><a href="#">CSS</a></li>
<li><a href="#">Graphic design</a></li>
<li><a href="#">Development tools</a></li>
<li><a href="#">Web design</a></li>
</ul>
</li>
<li><a href="#">Work</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>

You have to change the # manually, just change URLs and addresses according to your profile. Save template and happy blogging.

Sora Mag


- No comments
Sora Mag is a complete Blogger theme for a news or magazine site with the focus of attracting and keeping visitors on their site. It uses the best clean SEO practices, and on top of that, it’ s fast, simple, and easy to use. Not only is it responsive but it also keeps that magazine feel right down to mobile screen sizes. Practically every typographic element has been endlessly tweaked for different screen sizes to make sure it looks great no matter what the device.








AuthorSoraTemplates 





VideoPro


- No comments
VideoPro is a feature-rich template which was created back in 2012 for WP blogs. VidePro blogger template can be used for video sites, news & magazine sites or any type of sites that you can imagine. You don't have to upload any image because this template is specially designed for Youtube videos.


VideoPro                                                                                                                                                                                                                                                                                                                                                      http://blogger-templatees.blogspot.com/



Window Effect Social Media Sharing Widget For Blogger


- No comments
To increase search engine visibility it is compulsory to use social media widget for blogger so here we have a window effect widget to add it to blogger. A social media widget plays an important role in increasing page views for your posts and also increases your followers if someone likes your posts and becomes a member of your blog. Such blogger widget gives chance to users to share your posts on the social media platform. Below is the step by step method to add this widget to blogger with the demo.
Social Media Sharing Widget

Copy code below and see result here: HTML Editor 

How to add window effect social media widget to blogger.
Login to Blogger → Dashborad
Click on Drop Down Menu and select Layout
Add a HTML/JavaScript Gadget
Paste below code in it.
<style>.avdhootwindow {margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.avdhootwindow ul li{list-style:none;border-bottom:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.avdhootwindow li a {margin:5px 5px 0px 5px;padding:0px 0px 0px 0px;width:60px;height:60px;float:left;text-indent:-99999px;background: #191919;border:solid 1px #222121;-moz-border-radius-topleft: 5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}.avdhootwindow li a.facebook {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbjydeCji4WXT6SnJxv6qSqHVuSaWnpP9Jtva-7C4q1ZM-RSKVPb11yYxmbPj8PWfsOpX26lkkMP7gjGTpFdqoVHU50LbZICGhRySxkWqFjZ65MgVTyJjYrrBCdfUgDBHCRBlg2El81Zo/s320/BS+facebook.png) no-repeat -0px -88px;-webkit-transition:All 0.3s ease-out;-moz-transition:All 0.3s ease-out;-o-transition:All 0.3s ease-out;}.avdhootwindow li a.facebook:hover {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbjydeCji4WXT6SnJxv6qSqHVuSaWnpP9Jtva-7C4q1ZM-RSKVPb11yYxmbPj8PWfsOpX26lkkMP7gjGTpFdqoVHU50LbZICGhRySxkWqFjZ65MgVTyJjYrrBCdfUgDBHCRBlg2El81Zo/s320/BS+facebook.png) no-repeat -0px -0px;}.avdhootwindow li a.twitter {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8JHMJbgioDBhX58oCydf-0DZUYqOhwWHE2e9uPjM2y8EY5rhZH_OkySC-Kp-CyB_A8EcRUjtyoK4wEkCbzqmCZtJXT2bTDS2-XU9Y3s6alxRLtba1HdwEWrEiFjU9NyW-w3enyUwJI1A1/s320/BS+twitter.png) no-repeat -0px -88px;-webkit-transition:All 0.3s ease-out;-moz-transition:All 0.3s ease-out;-o-transition:All 0.3s ease-out;}.avdhootwindow li a.twitter:hover {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8JHMJbgioDBhX58oCydf-0DZUYqOhwWHE2e9uPjM2y8EY5rhZH_OkySC-Kp-CyB_A8EcRUjtyoK4wEkCbzqmCZtJXT2bTDS2-XU9Y3s6alxRLtba1HdwEWrEiFjU9NyW-w3enyUwJI1A1/s320/BS+twitter.png) no-repeat -0px -0px;}.avdhootwindow li a.google-p {background:#191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj46xW3CS0q4cC2CoFnajUEsc2BaJPznqLcjYnoOP02S7LbDRkEDFB-Y5EhZ5XqAYpLJskjWfIYfdCs0pSnx8vws3RrcTvIwZNuHBjFV-xZYLgnxBFoP9cyAC7oeL-kE5jv24RTOz774UKS/s320/BS+google.png) no-repeat -0px -88px;-webkit-transition:All 0.3s ease-out;-moz-transition:All 0.3s ease-out;-o-transition:All 0.3s ease-out;}.avdhootwindow li a.google-p:hover {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj46xW3CS0q4cC2CoFnajUEsc2BaJPznqLcjYnoOP02S7LbDRkEDFB-Y5EhZ5XqAYpLJskjWfIYfdCs0pSnx8vws3RrcTvIwZNuHBjFV-xZYLgnxBFoP9cyAC7oeL-kE5jv24RTOz774UKS/s320/BS+google.png) no-repeat -0px -0px;}.avdhootwindow li a.rss {background:#191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy3iNR0WYHkTwUOfRywe7yTQG5gHXEpVszW_covJyapJRe1JYf2HpUhHm2BxlJOAudvpIKnjazs3t6Hmlpodm3NbMKb1MzlERyTLb2SAj8uQFdnL0oUnKEU0UFXX0JFL9HU5HaKcGAPJVF/s320/BS+RSS+Feed.png) no-repeat -0px -88px;-webkit-transition:All 0.3s ease-out;-moz-transition:All 0.3s ease-out;-o-transition:All 0.3s ease-out;}.avdhootwindow li a.rss:hover {background: #191919 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy3iNR0WYHkTwUOfRywe7yTQG5gHXEpVszW_covJyapJRe1JYf2HpUhHm2BxlJOAudvpIKnjazs3t6Hmlpodm3NbMKb1MzlERyTLb2SAj8uQFdnL0oUnKEU0UFXX0JFL9HU5HaKcGAPJVF/s320/BS+RSS+Feed.png) no-repeat -0px -0px;}</style><div class='avdhootwindow'><ul><li><a class='facebook' href='http://www.facebook.com/YOURFANPAGE' target='_blank'>Facebook</a></li><li><a class='twitter' href='http://twitter.com/YOURID' target='_blank'>Twitter</a></li><li><a class='google-p' href='https://plus.google.com/100000000000001' target='_blank'>Google Plus</a></li><li><a class='rss' href='http://feeds.feedburner.com/YOURFEED' target='_blank'>Rss</a></li></ul></div>
Save the arrangement.

Type your Facebook fan page name in place of YOURFANPAGE.
Type in your Twitter ID in place of YOURID.
Type in your Feed address ID in place of YOURFEED.
Type in your Google Plus ID in place of 100000000000001.

This is it. Now when you have the full code just copy it inside the gadget and save. You are done. If you liked this 3D navigation menu widget for blogger then please share it and write comments as your feedback.