Showing posts with label Blogger Tricks. Show all posts
Showing posts with label Blogger Tricks. Show all posts

Wednesday, 21 August 2013

How to Add Percentage Value to a Scrollbar in Blogger Blog

How to Add Percentage Value to a Scrollbar in Blogger BlogIn the past, we have already shown you a way through which you can customize your Scrollbar using Web toolkit. Recently, one of our users asked us how to add percentage value to a Scrollbar in Blogger? It basically shows you the percentage of a page while scrolling. It might turn out to be extremely useful for your visitors to find out how much page they have scrolled, or how much content is left to be read. In this article, we will show you How to Add Percentage Value to a Scrollbar in Bloggers.
The First thing you need to do is to login into your Google account making sure that your blogs are hosted on that particular account. Now go to Blogger Dashboard and select the blog in which you would like to add Percentage Value to a Scrollbar.

Go to Template >> Edit HTML and search for the ]]></b:skin> tag. Once you have found the ]]></b:skin> tag successfully, just above it paste the following CSS code.

#scroll {
display: none;
position: fixed;
top: 0;
right: 20px;
z-index: 500;
padding: 3px 8px;
background-color: #2187e7;
color: #fff;
border-radius: 3px;
}
#scroll:after {
content: ” ”;
position: absolute;
top: 50%;
right: -8px;
height: 0;
width: 0;
margin-top: -4px;
border: 4px solid transparent;
border-left-color: #2187e7;
}

After adding the CSS coding, search for the ending </head> tag and right after it paste the following code. (Tip: Make sure you paste the code between the ending </head> and opening <body> head tag.
<div id='scroll'></div>

Lastly, search for the ending </body> tag and just above it paste the following JavaScript code. This is the code which will ensure that your scrollbar shows the accurate percentage upon scrolling up or down the page. Once everything is done, save the template by pressing “Save Template” Button available on the top right corner of your screen.
<script type='text/javascript'>
/*<![CDATA[*/
var scrollTimer = null;
$(window).scroll(function() {
var viewportHeight = $(this).height(),
scrollbarHeight = viewportHeight / $(document).height() * viewportHeight,
progress = $(this).scrollTop() / ($(document).height() - viewportHeight),
distance = progress * (viewportHeight - scrollbarHeight) + scrollbarHeight / 2 - $('#scroll').height() / 2;
$('#scroll')
.css('top', distance)
.text(' (' + Math.round(progress * 100) + '%)')
.fadeIn(100);
if (scrollTimer !== null) {
clearTimeout(scrollTimer);
}
scrollTimer = setTimeout(function() {
$('#scroll').fadeOut();
}, 1500);
});
/*]]>*/
</script>

Congratulations: You have successfully added percentage value to a scroll bar in bloggers. Now go and check our blog to see the widget in action.
We hope this tutorial have helped to learn How to Add Percentage Value to a Scrollbar in Bloggers. Let us know if you have any suggestions by commenting them below. If anyone want quick help or support just messages us on our Facebook Fan Page.

Wednesday, 7 August 2013

Customise Your Blogger With Image Mouse Hover Effects Bullets

I recently shared a tutorial of customizing the look of your bullet list and number list  and today we will learn how to change the bullet list using the Image Hover effect. Hover your cursor over the bullet list below to see the effect.
This effect is really easy to apply. We only need to apply a simple code to your template. Lets start!





  • Isn’t the image turning blue from green?
  • Liked it? Now learn it!
This effect is really easy to apply. We only need to apply a simple code to your template. Lets start!

Go To,


  • Blogger > Layout > Edit HTML
  • Search For ]]></b:skin>
  • And just above ]]></b:skin> add the code below,   (Tip:- Press Ctrl + F)

For This Style Copy Code Given Below:

.post ul {list-style:none;
}
.post ul li {
    line-height: 1.4em;
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggttnKTvVe69hMCNCFhiJZKxQ-kW1EFVC1GKfCLIP9BVS211eLzZFGLDMPScpT_nLs73JNWge7W8LVosrhE048NzjVGzbY2gi6Gz8mIHwod9iQtlzMJoliH1Yk6IhVzmKReoVPIpFxlKc/s400/265.gif) no-repeat scroll 0px 4px;
    margin: 0.3em 0;
    padding: 0 0 0.8em 20px;
}
.post ul li:hover {
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDR9BnxQXQyspeUTO_wy-LuzPC1rF1nyUYpL8n8xdlXfZWM51Hxo2-RBfgNDk_fdqRhyphenhyphenCXG_jwRUVjc3hX5Ve_qevhZWGbY0LXIfFdrKV_k2JGTF_jXutgTia8QULPZ32XFDiuM6rMUls/s400/261.gif) no-repeat scroll 0px 4px;
}

For This Style Copy Code Given Below:

.post ul {list-style:none;
}
.post ul li {
    line-height: 1.4em;
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxgVIprbGu3Gzgsp3lXO-RNAm_BVhfjAVS0y55sNCCOwzwZC3dwRMX6VTBn7Cv9yjbBPYfkXhdaW1AueWKnHFDFo9pqRbG11f_PABounuQbA_5qm-394eGol6-YOUg42tcANFJSTf38qM/s400/255.gif) no-repeat scroll 0px 4px;
    margin: 0.3em 0;
    padding: 0 0 0.8em 20px;
}
.post ul li:hover {
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUjnjbUpIZa7XAOd5KT0PsjxYNtEBk8Aar4IQjlxcfQwxD8tLwDuYAkeGju9doGeGhSmVM5nxJLtJ3g6wY-rMe6EgaAtMlmWnNnMpaOR9oajHyzyCyJ1A0hoXNJBFwfk-9M1_BkQzWjsY/s400/251.gif) no-repeat scroll 0px 4px;
}

  • Save your template and you are done!

Customization




The bullet image can be aligned horizontally with the text by increasing or decreasing the value 4px. You can change the value to 7px or more or less according to your blog alignment requirement.

Friday, 2 August 2013

How to Embed/Add Google Maps in Blogger Blog

Letting your customers know where you are located is the key element for an online business company conducting online networking. The ideal way of doing that is to utilize Google interactive Maps that are reliable and concisely perfect. It helps your customers to find your exact location with proper driving direction and other essential information. Recently, one of our users asked us How to Embed Google Maps in Blogger so that he can easily give a precise idea to his customer about his location? In this article, we will show you How to Embed Google Maps in Blogger.

Why to use Google Maps?

There are many companies like Bing and Yahoo that provides you a feature to embed Maps on your website, but they are not flexible or robust enough to support a lot of things. Where as Google Maps  has a lot of quality features.
  1. Satellite View:  It provides you two options of display either the simple map or a satellite view. However, both technologies are impressive at their own perspective. It gives you High resolution aerial or satellite images from urban areas all over the world. 

  2. Directions: They provide a flexible route planner which provides direction depending upon the area. No matter you are walking, bicycling, and driving it provides extremely accurate direction. 

  3. Extensibility and customization: It provides a lot of customization options so that users can easily get their personalized location in just a few clicks. With “My Places” option, you can even bookmark your location. 

How to Embed Google Maps in Blogger:

The first thing you need to do is to go to https://maps.google.com/, and enter your location in the location searcher present at the top of the webpage. For example, I am located in Lahore so I would type “My Local area, Lahore” in the search bar to ensure my correct location. You can add more details like the name of your area, building number, floor number and all that kind of mumbo jumbo details stuff.
After entering your location, you will be able to see an interactive preview of the map. Now from here you can decide whether you want to use the simple or satellite view map. More oftenly, people recommend satellite view because it is far more comprehensive and flexible. You can also add additional things like weather, traffic and more cool stuff.
How to Embed/Add Google Maps in Blogger Blog
After making all the customization that you like, it's time to get the embedded code so that you can add it to your Blogger blog. Here’s how:
  • First make sure that the location you want to embed is correctly appearing in the current map display.
  • Now press the link button which somewhat looks like this at the top of the left panel.
How to Embed/Add Google Maps in Blogger Blog
  • A small box will appear which you provide your embed code as well as the direct link to your location. Just copy the embedded code and paste it  where ever  you want to show the map either in your about us page, posts or even sidebar.



How to Embed/Add Google Maps in Blogger Blog
Congratulations: Now go to Blogger.com >> Add a new Page >> Select HTML Tab and paste the embed code that you copied a few moments ago. Once everything is done, simply press the “Save” button and Google Maps are ready, and good to be live on your website.

We hope  this article has helped you in understanding, How to Embed Google Maps in Blogger. We have been using Google Maps for a while now,and they are just amazing. What are your thoughts about embedding Google Maps in your website? Let us know about your experience with Google Maps in the comments below.
Provided You By: SAHI SOFT

Tuesday, 16 July 2013

How to Find Your Blog's Secret ID Number in Blogger

How to Find Your Blog's Secret ID Number in Blogger
Every blog hosted at blogger has its own unique ID Number, which presents its identity and makes it different from the other blogs present on a specific blogger account. Most of the time, there is no need to be anxious about these ID numbers, but occasionally it could be useful for everyone to know this number. While installing several third-party services, these numbers would be useful. So in you are looking to figure this out then you have arrived to the right place. In this article, we will show you How to Find Your Blog's Secret ID Number in Blogger.

The first thing you need to do is to login into your Blogger dashboard through your Google Account. After logging in, from the list of your blogs under your account, select any one blog. It depends on you whether you click over its name or open any other area of the same blog.



How to Find Your Blog's Secret ID Number in Blogger







Now from the posting, setting, layout or template area, you can find your blog's Secrete ID Number if you look at the URL in the address bar of the browser. Towards the end of the address, you would see something like this blogID=XXXXXXXXXXXXXXXXXXX where the "X's" represents your Blog's ID. For more detailed instructions, check out the following screenshot.

How to Find Your Blog's Secret ID Number in Blogger








Note: Every blog that you have on your account consists of different ID numbers, so be sure that you are getting the right one. The Number ID consists of 19 digit code, so before you use them make sure that you are copying the right numbers in the correct pattern.

We hope this article has helped you in learning How to Find Your Blog's Secret ID Number in Blogger. In the coming tutorials ahead, we will be showing you some ways through which you can use this ID Number to install some third-party Plugins for your blog. Keep in mind that, these are the secrete numbers which can only be seen by either Blog authors or administrators. Take extreme precautions while using them. If you have any confusion, try commenting below.
Provided You By: SAHI SOFT

Saturday, 13 July 2013

How to Allow Users to Reblog your Posts in Blogger Blog?

How to Allow Users to Reblog your Posts in Blogger Blog?
Allowing your users to Reblog or share your content on their blogs is something that could make your posts goes viral. Recently, one of our users asked that how to allow users to Reblog your posts in Blogger? What if someone adored your post and wishes to share it on his blog? In this situation, you can offer them a one-click share functionality which will not only spread your content all over the internet, besides that it also helps you to earn a previous backlink. Therefore, today in this article, we will show you How to allow users to Reblog your posts in Blogger?

Note: You can see the Demo Here, make sure you scroll down to the bottom of the post to see the green "Reblog this post" button.


Why to allow uses to Reblog your Posts?

Some people might take it in a wrong way as allowing users to share your posts on their blogs might end up in plagiarism. However, there is a twist in the tail. Since, a credit backlink of the original source is always there, so it means you would continue to be an original author.

On the other hand, you can get a lot of high-quality natural backlinks. Just consider, if your blog has 100 posts and each post is re-shared by 1000 folks and in return you get a lot of worthy backlinks to your site. It will also benefit you by providing your site with more popularity as people might follow your site from being the original author.

How to Add a Reblog Button to your posts in Blogger?

The First thing you will be doing is to login into your Blogger Dashboard. Now After logging in, go to your blog >> Template >> Edit HTML >> and search for the ]]></b:skin> tag. Once you find it, just above it paste the following CSS code.

.reblog {color: #fff;font-weight: bold;font-size: 14px;text-shadow: 1px 1px 0 #75a43b;padding: 5px 10px;display: inline;border: 1px solid #69963b;background: #7cc237;border-radius: 2px;background: -webkit-gradient(linear, left top, left bottom, from(#afd95b), to(#7cc237));background: -webkit-linear-gradient(top, #afd95b, #7cc237);background: -moz-linear-gradient(top, #afd95b, #7cc237);background: -ms-linear-gradient(top, #afd95b, #7cc237);background: -o-linear-gradient(top, #afd95b, #7cc237);box-shadow: inset 0 1px 0 #d0e8a0;-webkit-box-shadow: inset 0 1px 0 #d0e8a0;-moz-box-shadow: inset 0 1px 0 #d0e8a0;-o-box-shadow: inset 0 1px 0 #d0e8a0;}
.blogthis a {color: #fff; text-decoration:none;}
a.reblog:hover {color: #fff;background: #7cc62b;background: -webkit-gradient(linear, left top, left bottom, from(#b5e261), to(#7cc62b));background: -webkit-linear-gradient(top, #b5e261, #7cc62b);background: -moz-linear-gradient(top, #b5e261, #7cc62b);background: -ms-linear-gradient(top, #b5e261, #7cc62b);background: -o-linear-gradient(top, #b5e261, #7cc62b);text-decoration:none;}

After adding the CSS code, its time to add the code which would make the widget work. Just search for <div class='post-footer'> and just above it paste the following code. Once everything is done, press “Save Template” button to conclude the process.

<div class="reblogme"><li class='blogthis'><b:if cond='data:top.showBlogThisButton'><a class='reblog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'>Reblog This Post</a></b:if> </li></div>

Congratulations: You have successfully learned How to allow users to Reblog your posts in Blogger?  Not only that, but you can also stylize it according to your desire needs. You can also preview your posts to see everything is working in an order or not.We hope this tutorial has facilitated you to understand how to allow users to reblog your posts in blogger. Does anyone of you is using the same technique, If yes then let us know about your experience. If you like the post then do share it with your social media friends.
Provided You By: SAHI SOFT

Thursday, 11 July 2013

How to Stop Tracking/Showing your own Pageviews in Blogger Blog


How to Stop Tracking/Showing your own Pageviews in Blogger Blog
Blogger provides a built-in stats monitoring tool that provides you the most comprehensive information about your visitors. It keeps track of your visitors and provides in-depth details about the total number of pageviews, the operating system they are using, the traffic source and etc. Since, it also tracks your pageviews, so it gets difficult to identify how many visitors or page views your site is serving. So, if you are looking to Stop Tracking your own Page views in Blogger Stats then in this article, we will show you How to Stop Tracking your own Pageviews in Blogger?

Why you should Stop Tracking Your own Pageviews?

As a website owner, you might visit your site more often may be 10 to 20 times a day and during the visit you might serve hundreds of pageviews yourself. Since, Blogger keeps track of all visitors it would also include your views in the traffic statistics. For that reason, you will be unable to know the real performance of your site. For instance, your site has 6000 views per day out of which 2000 views are yours, so the real visitors are just 4000. Now you can notice the foremost difference in your real traffic. 

The First thing you need to do is to Login into your Blogger account. After logging in, from the dashboard go to your site >> Stats >> Overview. Now on the right side of your screen, just under the page views statistics select the “Don't track your own pageviews” link and proceed to the next step. 

How to Stop Tracking/Showing your own Pageviews in Blogger Blog


A new window will pop out asking you whether you want to track your own pageviews or not. Now just check the box next to the “Don't track your own pageviews” and press the save button to finish the whole process. At this instant, Blogger would stop tracking your own views until or unless you clear your browser cookies or tried to access your site with different browsers. 

How to Stop Tracking/Showing your own Pageviews in Blogger Blog

We hope this tip would help you in getting rid of your views from your site. However, you can also try Google Analytics for tracking because it is the most accurate tracking service. If anyone has a better tip for tracking visitors then, do not hesitate to leave your comment below. 
Provided You By: SAHI SOFT

How to Properly Delete Multiple Posts at once in Blogger Blog


How to Properly Delete Multiple Posts at once in Blogger Blog
When you are new to blogging, it is fairly understandable that you might push out some low quality article which might assault back if you don’t take care of them. Deleting them or replacing the content with quality content would certainly help. Recently, we see a lot of people asking a pretty simple question that How to remove Multiple posts at once in Blogger? If you are looking to remove multiple posts in just one go, then you are rightly here. In this article, we will show you How to Properly Delete Multiple Posts at once in Blogger?

The first thing you need to do is to Login into your Blogger account and from dashboard go to your blog >> Posts Where you will be able to see a list of all your Published, Draft and Schedule posts. Select the “Published” tab and it would display only those posts which are published on your site.


How to Properly Delete Multiple Posts at once in Blogger Blog


To remove multiple posts you can use the check box located just next to the title of your posts. You can simple check (Tick) as many post and can either revert them to draft or can completely delete them from your website. This not only makes the while process works smoothly but also saves you time.
How to Properly Delete Multiple Posts at once in Blogger Blog


If you want to get rid of all the posts tagged with a particular label, then you can also try it out. Just select a specific Label from the drop down menu located at the top of your screen. On selecting a certain label it would display all posted tagged with it. Simply check (Tick) the box located just below the title of your blog and it would automatically select all articles. Now hit "Recycle” icon and you are done.

How to Properly Delete Multiple Posts at once in Blogger Blog


Congratulations: you have successfully removed all unwanted articles from your site. Now your site is secure from any kind of Manual spam plenty either from Google Panda or Penguin.


It is quite common that the articles written in the early days of a website are not of pure quality. A person who is just starting to learn cannot write beautifully professional content. After writing so many articles, he finally learns the real way of writing true content. Therefore, he re-considers his old articles by either editing them or completely removing them from his site. Honestly speaking, there is no harm in deletion or revision of your published articles.



We hope, this article would help you in getting rid of any useless articles from your site. If you have a better way of doing the same thing, then do share it with us. Will you ever delete any article that is no getting any traffic? Or you will wait till it starts getting the traffic flow? Leave your opinions in the below comments. 
Provided You By: SAHI SOFT

Tuesday, 9 July 2013

How to Disable Google+ Sharing Box Prompting in Blogger Blog

How to Disable Google+ Share Box Prompting in Blogger Blog
If you have connected your blogger account with your Google+ Profile then, after publishing a new post or updating an existing one you probably see a pre-filled Google+ share box having the details of your post. Perhaps, it is the most trustworthy way to share your content on your Google+ profile, but it also has some setbacks.  Whenever you will edit any of your pre-existing posts, after updating them it would keep on prompting the Google+ share box. Whether you edit a post one time or thousand times, it would continue to prompt the share box every time you press the update button. Therefore, today in this article, we will show you How to Disable Google+ Share Box Prompt in Blogger?
How to Disable Google+ Share Box Prompting in Blogger Blog

The solution to this annoying problem is quite straightforward. No, there is no need to revoke your Google+ connection with your Blogger account because you can simply turn off the shearing box prompts. The first thing you need to do is to Login into your Blogger account. After logging in, Go to your site >> Google plus.

It will take you to Google+ account setting. Just uncheck the box present besides the “Prompt to share after posting”.  That’s all, now whenever you will publish a new post or edit an old article it would prevent you from prompt the annoying sharing box.  For more descriptive explanation, see through the following screenshot.
How to Disable Google+ Share Box Prompting in Blogger Blog


We hope that this article facilitated you in getting rid of annoying Google+ sharing box. If you have something to add or opinions on this topic, then we would not stop you from commenting. The below comment box is all yours feel free to share your voice.
Provided You By: SAHI SOFT  



Contact Us

Name

Email *

Message *