Tutorials, tips and tricks about Blogger

Blogger is a wonderful free blogging platform, maybe the best one of the freebies out there, but it is still trailing from other, mostly when it’s faced against those which can be installed on propietary servers. In this case we’re talking about Wordpress, which is the reference CMS that comes to mind when we can [...]

Thanks to a feed, it’s possible to add the recent comments to our blog in a very simple way. Just follow these steps:

Go to your blog, and select the “Layout” tab.
Choose the place where you wanna put the comments, and click “Add a Gadget”.
Select the “Feed” element, and click “Add to blog”.

The next step is [...]

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’/>
3. Replace it with the following code:

<b:widget id=’Label1′ locked=’false’ title=’Labels’ type=’Label’>
<b:includable id=’main’>
<b:if cond=’data:title’>
<h2><data:title/></h2>
</b:if>
<div class=’widget-content’>
<ul>
<b:loop values=’data:labels’ var=’label’>
<b:if cond=’data:label.count &gt; 2′>
<li>
[...]

Here we can use a script thta will make every external link to open in a new page.

Go to the “Template” tab, also called “Layout” from the desktop, and then go to “Edit HTML”.

Search the following text:
]]></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 = [...]

Tutorials, tips and tricks about Blogger