Tuesday

Moving widgets (gadgets) from an old template to a new one!




The most common problem at the time of uploading a new template is that we “lose our widgets”. Is there a way of installing a new template without having to get rid of ourbeloved widgets? The answer is yes, and yes, it’s simple :) .

QuickT :: How to show only labels with more than X posts!




1. Go to Layout> Edit HTML and do NOT check the “Expand widget templates” box:
2. Look for this line of code:
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>

How To Add Label Rss Feed Link Button To Each Blogger Categories



How to Add Label Rss Feed Link Button To Each Blogger Categories

How to Add Rss Feeds Image button in front of all your blogger labels, so that your readers can subscribe to your particular categories only they like the most instead of subscribing for your all blog posts.This is very useful for blogs who have mixed type content with several different categories in there blog.

How To Add Tweet This (Twitter) Button To Each Blogger Post



How To Add Tweet this (Twitter) button to Each Blogger Post
Hi friends “Tweet this” button will enable your readers to share your post with other Twitter users. This will help promote your blog and possibly increase your Twitter followers.
This button will appear at the bottom area of each post.

How to display the Scripts and Codes in blogger post



How to Display Scripts and Codes in Blogger Posts
How to display the Scripts and Codes in blogger post To show codes in blogger post in special section.

Suppose we want to show a simple code like bellow
<h1> Related posts </h1>

but it is HTML Code so it will display like bellow


How To Hide / Remove Status Message Bar In Blogger Blogs



How to Hide / Remove Status Message Bar in Blogger Blogs
What is "Status Message Bar" in Blogger Blog? 
In Search pages or in Label Pages You can observe a Bar with some message at the top of posts.
that is Status Message Bar. 
It should be like...:-)

How To Disable Official Blogger Lightbox




How to Disable Official Blogger LightboxBlogger Team announced their new official blogger lightbox plugin for post images. With this light box you can view your post images and pictures in Light box popup window. This is pretty cool plugin for Images galleries and photographers. However, some blogger don't need to use this plugin (or) already they have a custom Light Box plugin installed. After receiving the Feedback form blogger users, blogger updated the Light box ad added the option to Dashboard. So, you can Disable this plugin with 2 to 3 simple steps. 

Open external links in a new page on Blogger




Here we can use a script thta will make every external link to open in a new page.
  1. Go to the “Template” tab, also called “Layout” from the desktop, and then go to “Edit HTML”.
  2. Layout Blogger
  3. Search the following text:
  4. ]]></b:skin>
    and just after this paste the following:
    <script language='javascript'>
    var dominio = "www.yourblog.blogspot.com";
    var dominio1 = "yourblog.blogspot.com";
    var script = "javascript:void(0);";
    var imagenesblogger0 = "bp0.blogger.com";
    var imagenesblogger1 = "bp1.blogger.com";
    var imagenesblogger2 = "bp2.blogger.com";
    var imagenesblogger3 = "bp3.blogger.com";
    var blogger1 = "www.blogger.com";
    var blogger2 = "www2.blogger.com";
    var publicidad = "pagead2.googlesyndication.com";
    function LinksExternos() {
    var Externo;
    if (document.getElementsByTagName('a')) {
    for (var i = 0; (Externo = document.getElementsByTagName('a')[i]); i++) {
    if (
    Externo.href.indexOf(dominio) == -1 &amp;&amp;
    Externo.href.indexOf(dominio1) == -1 &amp;&amp;
    Externo.href.indexOf(script) == -1 &amp;&amp;
    Externo.href.indexOf(imagenesblogger0) == -1 &amp;&amp;
    Externo.href.indexOf(imagenesblogger1) == -1 &amp;&amp;
    Externo.href.indexOf(imagenesblogger2) == -1 &amp;&amp;
    Externo.href.indexOf(imagenesblogger3) == -1 &amp;&amp;
    Externo.href.indexOf(publicidad) == -1 &amp;&amp;
    Externo.href.indexOf(blogger1) == -1 &amp;&amp;
    Externo.href.indexOf(blogger2) == -1
    )
    {
    Externo.setAttribute('target', '_blank');
    //Externo.setAttribute('class', 'linkexterno');
    }
    }
    }
    }
    window.onload = function() {
    LinksExternos();
    }
    </script>
  5. In the last code, replace www.yourblog.blogspot.com and yourblog.blogspot.com for your blog’s address, and that’s it.

    This Article from here  http://blog.btemplates.com/open-external-links-in-a-new-page-on-blogger/
 

© 2011 iBlog Walker | Hosted By Blogspot - Designed by Fajar Priyadi - Supported by Ana | Sitemap |

Blogger Tutorials | Blogger Tips | Blogger Trick | Bisnis Online PPC

GUESTBOOK