All types of Tips and tricks regarding to Blogging adding coustom widgets in blog and many More

Sunday, December 15, 2013

7:28 AM | by Unknown | Categories: | No comments
How to add Google Site Map to your Blog

The XML Sitemap file is like a directory of all web pages that exist on your website or blog. Search engines like Google and Bing can use these sitemap files to discover pages on your site that the search bots may have otherwise missed during regular crawling.

The Problem with Blogger Sitemap Files

An complete sitemap file should mention all pages of a site but that’s not the case if your blog is hosted on Blogger.
The default XML sitemap file of any Blogger blog will have only the 26 most recent blog posts . That’s a limitation because some of your older blog pages, that are missing in the default XML sitemap file, may never get indexed in search engines. There’s however a simple solution to fix this problem.

Generate a Complete Sitemap for your Blogger Blog

This section is valid for both regular Blogger blogs (that use a .blogspot.com address) and also the self-hosted Blogger blogs that use a custom domain (like postsecret.com).
Here’s what you need to do to expose your blog’s complete site structure to search engines with the help of an XML sitemap.
  1. Open the Sitemap Generator and type the full address of your blogspot blog (or your self-hosted Blogger blog).
  2. Click the Create Sitemap button and this tool will instantly generate the necessary text for your sitemap. Copy the entire generated text to your clipboard (see screenshot below).
 


      3. Next go to your Blogger dashboard and under Settings 
 
  

4.    Search Preferences, the enable Custom robots.txt option (available in the Crawling and Indexing    section). Paste the clipboard text here and save your changes.




And we are done. Search engines will automatically discover your XML sitemap files via the robots.txt file and you don’t have to ping them manually.

Saturday, December 14, 2013

How to add  flying facebook  bird and twitter flying bird at the same time in your blogger?

* How To Add This Widget to Your Blogspot
1. Login to Your Blogger Account
2. Click  DESIGN + ADD GADGET + HTML/JAVA SCRIPT
3. Copy & Paste Script Below :

<!-- START Twitter's birds & Facebook's birds -->
<script type="text/javascript">
bird_version=3;
your_facebook="http://www.facebook.com/firstshowmovies";
facebook_color=1; //default color 0-6;
your_twitter="http://twitter.com/depace_143";
twitter_color=2; //default color 0-6;
view_bird='6'; //input 'no'>>not active & Restart View ; 'yes'>>always active ; number ('1')('2')...('99999') >> number display
bird_speed=17;
</script>
<script type="text/javascript" src="http://blogger_eye_1.xtgem.com/twitter_facebook_birds"></script>
<!-- END Twitter's birds & Facebook's birds -->
* Change 3 from "bird_version" for Change another Version. Temporary Only available Version 1, 2 & 3. Recommended You to Input '3'. (Version 1 : Support Twitter's Birds Only... Version 2 : Support Facebook's Birds Only... Version 3 : Support Twitter's Birds & Facebook's Birds)

* Change http://www.facebook.com/firstshowmovies to Your Facebook's Page Address

* Change 1 from "facebook_color" for Change Facebook's Bird Color when appear
- Default Color : 0 = White || 1 = Red || 2 = Orange || 3 = Yellow || 4 = Green || 5 = Blue || 6 = Purple

* Change http://twitter.com/depace_143 To Your Twitter Address

* Change 2 from "twitter_color" for Change Twitter's Bird Color when appear
- Default Color : 0 = White || 1 = Red || 2 = Orange || 3 = Yellow || 4 = Green || 5 = Blue || 6 = Purple

* Number 6 from "view_bird" is for set total Bird appear
- Input Number for set total Bird appear / Unique Visitor. Example : Input 6. If "Bird" has appeared 6X for unique Visitor, Then the Bird will not appear again for that Visitor.
- Input "no" to turn off "Twitter's Birds & Facebook's Birds" script
- Input "yes" to always turn on "Twitter's Birds & Facebook's Birds" script

*Number 17 from "bird_speed" is speed of the bird when flying.
How to add flying Twitter Bird In Blogger?

Adding Flying twitter bird not only makes your blog look attractive but also draws attention towards the visitors. If the visitors click on the bird than it will help to promote your blog in one of the most active social account Twitter.
Follow the following steps to add flying twitter bird in your account


Twitter is one of the top most social networking services which is used by people for community purpose like facebook. The bird will fly for the movement of cursor which is moved by blog visitors. More than half of the people living in the world having twitter account to index them in society. So that your blog will be promoted by sharing your blog in twitter easily with the help of this flying bird.

This amazing twitter bird is necessary, mostly used by web masters to share blog contents easily with people and increasing the blog traffic. 

Steps To Add Flying Twitter Bird Into Blog

Step 1: Go to Blogger Dashboard in your blogger account.
Step 2: Click on the Edit HTML button to extract your blog template.

Step 3: Search for </body> using Ctrl+F.
Step 4: Copy the following code and paste the code above </body> tag.
<!-- Twitter Bird Widget for Blogger by Trickstoo.com --> <script src='https://trickstoo-bird.googlecode.com/svn/trickstoo-twitter%20bird.jquery.min.js' type='text/javascript'> </script> <script type='text/javascript'> var twitterAccount = &quot;depace_143&quot;; var tweetThisText = &quot; <data:blog.pageTitle/>: <data:blog.url/> &quot;; tripleflapInit(); </script> <span style="font-size:12px;margin:11px;"> Flying Twitter Bird Widget By <a href="http://www.trickstoo.com">Trickstoo.com</a> </span> <!-- Twitter Bird Widget for Blogger by Trickstoo.com -->


Step 5: Replace depace_143 with your twitter username in coding. Click on the Save template button.
How to remove showing Posts With label in any post?
How to remove showing Posts With label in any post?

Follow the Procedure Below

For any default Blogger layout, the "Showing Post with Label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:


Step 1. Go to Dashboard - Template
 Step 2. Click on Edit HTML

Step 3. Click somewhere inside the template code, then search - using CTRL+F - this code:

<b:includable id='status-message'>

After you found it, click on the sideways arrow next to it, to expand the rest of the code.

Screenshot:

Step 4. Below is this code that you need to remove - along with the first one, as well:

     <b:includable id='status-message'>
      <b:if cond='data:navMessage'>
      <div class='status-msg-wrap'>
        <div class='status-msg-body'>
          <data:navMessage/>
        </div>
        <div class='status-msg-border'>
          <div class='status-msg-bg'>
            <div class='status-msg-hidden'><data:navMessage/></div>
          </div>
        </div>
      </div>
      <div style='clear: both;'/>
      </b:if>
    </b:includable>

Screenshot 

 Step 5. Replace it with this one:

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Step 6. Save the template. Now view your blog and click on some label....there should be no box anymore.

11:08 AM | by Unknown | Categories: | No comments
Free Templates for Blogger

How To Upload The Templates
1. Download The Templates from the Links Below.
2. Open Your Blogger Drashbord from www.blogger.com
3. Click On the Templates
4. Click On Backup/ Restore


5. If You want to download your current template than click on Download Full Template
6. If not click on Upload and select the .xml file you have just downloaded.
How to Upload template in your blog?

Thursday, December 12, 2013

9:34 AM | by Unknown | Categories: | No comments
Html Code for adding Nepali Date and Time In your Blog

Step 1. Go to Layout >> Add a Gadget and Add a new HTML/JavaScript Gadget
Step 2. In the HTML box, paste this code:


Code-1 

<script type="text/javascript">
client=100000505378411;addon="day";theme="default";
</script>
<script type="text/javascript" src="http://nepalipatro.com.np/addon/get"> </script>
Step 1. Go to Layout >> Add a Gadget and Add a new HTML/JavaScript Gadget
Step 2. In the HTML box, paste this code:


Code-2
<!-- Nepali Time Start -->
<iframe name="I1" scrolling="no" border="0" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true" src="http://www.ashesh.com.np/linknepali-time.php" width="190" height="35"></iframe>
<!-- Nepali Time End -->


 

Wednesday, December 11, 2013

8:13 PM | by Unknown | Categories: | No comments
Facebook Like Box is very useful widget to show visitors the authority and love of the people for his blog. Facebook offers a simple Like Box plugin that you can easily integrate into your website But the default Facebook like box is not having good look at ugly all. This tutorial will show you How To Add Cute Custom Facebook Like Box using CSS To Blogger. Facebook Like Box is the best way to get more fans on Facebook. A Fan Box allows great attract your Blog more visitors or readers to like your Facebook fan page not leaving the like go here. you don't need to do any think you only need to copy and paste the code. Im Sure that this Cool Customize Facebook Like Box With CSS widget attracts your facebook fans increase the count of Likes.
How To Add a Custom Facebook Like Box to Your Site


Now let's start adding it...

Step 1. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane and click on Add a Gadget link.


Step 2. After click on Add a Gadget link A pop-up box will open now
with many gadget list, Choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.



Blogger Tips And Tricks|Latest Tips For Bloggers

Step 3. Select 'HTML/Javascript' and add the one of code given below.

Step 4. Now Click On Save 'JavaScript' You are done.

Note:- Replace www.facebook.com/firstshowmoviesWith your Facebook User name

Facebook Like Popup Button


Copy the Code Below

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvq0Op7sHZO7DhciNjkLWRjJXWSpKsWn7BRhWz3GkbkCMTr7_GFr1FbaqaOxN1WHS5DPc9a6arReMliqUPdv4qFO5M0CSqb0DHbtk1rP_Y1VkXOK43Mcmh2vQE_WDyZiYO8Y53Sgnm2X8L/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit,#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style>


<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {

// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);

if (value === null || value === undefined) {
options.expires = -1;
}

if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}

value = String(value);

return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}

// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_user_login') != 'yes'){
$('#fanback').delay(20000).fadeIn('medium');
$('#fanclose, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
});
</script>

<div id='fanback'>
<div id='fan-exit'>
</div>
<div id='fanbox'>
<div id='fanclose'>
</div>
<div class='remove-borda'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?

href=http://www.facebook.com/firstshowmovies&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'

style='border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;'></iframe><center>
<span id="linkit">Powered by <a href="http://kikbooks.com">Textbook</a> <a href="http://www.theblogwidgets.com/2013/08/facebook-popup-widget-with-lightbox.html">Widget</a></span></center>
</div>
</div>

And now click Save 

1:08 PM | by Unknown | Categories: | No comments
Keeping widgets in a blog plays a significant role in increasing audince for your blog. But while adding the widgets you must consider that the widgets are user friendly and attractive too. The annoying widgets may disattract the user from visting your blog again.

Importance of Related Posts widget on your blog:
  • It gives your reader a list of articles that could interest him;
  • Helps to increase the duration of time a visitor is spending on your site/blog;
  • Makes your blog look more serious and informative; 
  • Is attractive and easy to use, we could say user-friendly;
  • Not that hard to install, lots of tutorials on how to create it and apply to your blog;
  • You can customize it to your preferences by working with HTML for a little;
This are some points that in my opinion present you the importance of having a Related Posts widget on your blog! Don't forget - Always experiment with your blog, and make it better day by day. Work hard, and the results will be seen within a few months.

I wish you Good Luck in what you do and lots of patience and inspiration.


12:34 PM | by Unknown | | No comments
The Blog is about the Tips and Tricks that can be used in your blog to increase blog traffics.

A blog is an online journal. Today, blogs are a core focus of small business websites.
Why? Among other things, blogs help small businesses come up in Google searches. Debbie Weil, author of the Corporate Blogging Handbook, says the term "blog" stands for “Better Listings on Google” (though Wikipedia opts for the more traditional defeination.
In this section, we’ll take a look at how you can get started blogging.

What's Blogging? 

The face of business is evolving, now it’s just as important to be human as it is to create better widgets. A blog gives your company a way to showcase its personality and culture in a sort of online headquarters. 

Why Blog? The Benefits of Blogging:

Demonstrate thought leadership: Share your smarts with the world and show that you’re a leader in your field by continually sharing your insight on the things that matter most to your customers and prospects.
Improve SEO: Or “Search Engine Optimization." Remember, because you are sharing great content about topics related to your organization, you'll get higher rankings on Google and other search engines.
Build brand awareness: When people are searching for topics related to your business online, they are more likely to find you if you’re blogging regularly, which means more people will get to know your brand.
Build relationships: Be everywhere your customers and clients expect you to be—chances are they will be looking to your blog to bring a human element to your brand.
Provide customer support: Blogging provides a platform to resolve customer issues, address consistent problems, and highlight your solutions..
Build community: Build great content and an inviting forum, promote it, and people will make your blog a destination.
Communicate news: Keep your customers and non-customers informed about the latest and greatest delevopments happening with your products and services.