Pages

How to Remove the Blogger (Blogspot) Navbar

Blogger Templates have a navbar on the top. This navbar looks very unprofessional but you can always remove this navbar by tweaking the HTML codes, this thing people don’t know i.e How to Remove the Blogger Navbar…[How to] Remove the Blogger NavbarBelow is the bit by bit method how to do it.

Sign in to Blogger

Step 1: Sign in to your blogger account and go to Design

Edit the HTML Code

Step 2: Add the below html code just beneath “/* Variables” as specified in the below picture :
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
How to Remove the Blogger navbar

Save the Changes

Step 3: Save the changes and refresh your blog, you will see that the navbar is removed. If you want the navbar to be shown again you can always undo the changes you just made.

Convert Videos Into any format using Movavi

Are you looking for some magic video convertor which can solve all your problems and turn any file format into videos or change your videos into any other file formats? Then, your search ends at Movavi. This is the online video convertor which will help you change your video formats into any other files such as MP3, WMA, MP4, AVI, MPEG, 3GP, 3GPP and many more. The software allows you to transfer videos from i-phone, i-pad, android, blackberry, etc. or any other device and even Rip and burn. Movavi LogoAny Video convertor doesn’t offer as much as Movavi does. This is simply the best convertor available. It provides awesome results with 800 percentage performance boosts on NVIDIA® CUDA™ GPUs. The suite converter feature helps you to process all the settings. The screen capture allows you to scan through the tutorials and helps you get all the help related to the conversion process which will be a benefit for successful conversion and gives you exposure to more information related to the software. The 3D conversion helps you to convert all your 2D videos into 3D format and helps you to have a better view with upgraded technique. The movie editor helps you to edit the video and add the funky artistic effects to the video with ease.
The videos from youtube can also be converted into the audio files format easily and the best thing is that this also helps to just download the videos from any of the online portal. The trial version can be downloaded of this software and after testing the work, you can purchase this software which is available at an affordable price.
This is the video convertor which will help you to receive the best audio files with just few clicks. Any other video convertor cannot take place of Movavi.

7 Different types of blogs to make easy

1. The Diary/Personal blog: In this kind of blog, you come up with yourself as well as your life. Mainly like a platform to discrete your ideas, and expressing your views. You may post anytime you want about the things running in to your head, or even not. Generating traffic isn't the primary purpose of such blogs and it is mostly accustomed to write whatever on the planet you seem like writing, absolutely no limitations in any way. That’s why it is genuinely interesting to see and therefore, it is actually widely popular within the blog society!

diary or personal Blog

2. The Informative/Tips blog: If there are several tips as well as tricks in regards to a particular topic you know and you want to share to the world, select an educational blog. Ensure that you know your own stuff pretty much, because which will determine the caliber of your weblog. For instance, if you realize Photoshop you'll be able to write lessons articles.



informative or tips Blog

3. The Actual Travel/Experience weblog: If a person travels, it’s a great deal; a journey blog is the greatest option for you personally. Give your own readers the glimpse from the places a person recently and frequently visited through making example a short movie from it and show some photos. Write posts in your experiences for the reason that city or even country. Such blogs allow for great content material!

clip_image004

4. Cooking/Recipe blogs: In the event that you’re the budding grasp chef, you can begin a weblog consisting of your recipes! You are able to write regarding kitchen ideas, how to and make it, and a lot more. The cooking world is actually endless!
Cooking or Recipe blog

5. Inspirational Weblogs: If you like to encourage and you’d prefer to share your opinions and experiences to assist other individuals find joy – a good inspirational blog is the greatest for a person. Remember, motivation is almost everywhere, you have to see this.


Inspirational Blog

6. Celeb Dedicated/Fashion weblog: Are a die-hard fan of the celebrity? Or have you been part of a fandom? Celebrity devoted blogs may be just the kind of blog for you personally! (I possess a celebrity/movies devoted blog too) This kind of blogs gain popularity too. Additionally, you such as fashion? Excellent! Go forward and reveal your style tips as well as exclusive stuff in your fashion weblog!
Celeb dedicated or fashion blog


7. .Evaluation Blogs: Your option – would you like to review the most recent gadgets, the most recent apps or the most recent movies? A evaluation blog could make for excellent content and will help you gain faithful readership.

Evaluation blogs

There are lots of other kinds of blogs too, just browse around and you’ll simply find exactly what you’re trying to find.

Adsense Ads Below to the Blogger Post Title

Your blog earnings depend mainly on your blog's traffic and on your ad placement. One important place to place the ads is below the Post title. It will give more importance to the ads and there is more possibility to get clicks. This is in accordance with the Google Adsense TOS 

I am personally using the same hack on this blog. You can see adsense ads below the post title on all my  pages.Ok now let us get into the details of how to set it up. 

First of all login to your adsense account and generate ad code of optimum size.. 
Now copy that adsense code into the following box and parse it(you may not see the parser if you are reading my feed) 


Copy off the parsed code.. 
Now login to your blogger account. 
Go to Layout > Edit Html and expand the widget templates. 
Find this piece of code 
<data:post.body/>

Now add the following code just above that line. 
<!-- BloggerPlugins.ORG Adsense Above Posts start --> 
<b:if cond='data:post.isFirstPost'> 
Put your parsed adsense code here 
<br/> 
</b:if> 
<!-- BloggerPlugins.ORG Adsense Above Posts End -->

How to Add Google +1(plus) Button to your Blogger with Share Buttons

Step 1: First enable share buttons for blogger editing the Blog Posts widget from Page Elements section.



Step 2 : Go to "Edit HTML". Click on "Expand Widget Template"

Step 3 : Find this and remove it:

<b:include data='post' name='shareButtons'/>

Note : If you can not find above code, then skip that step.

Step 4 : Now add below code just above the </head> tag.

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

Step 5 : Scroll down to where you see below code:



<div class='post-header-line-1'/>


Step 6 : Now Copy below "Blogger Sharing Buttons" code and paste it Just below the above code.


NOTE: If you can't find <div class='post-header-line-1'/> in your template, paste "Blogger Sharing buttons" code just before <data:post.body/> .

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='post-share-buttons' style='float:right;margin-right:10px;'>
<b:include data='post' name='shareButtons'/>
</div>
</b:if>

This will show blogger sharing buttons below post header in blogger post pages..But if you want to show share buttons below blogger post,then paste your code just after <data:post.body/>.

Also if you want to show share button in every page, then remove form above code.

Step 7 : Now save your template and you are done.
2 blue lines.