BTemplates Blog

Tutorials, documentation and news about Blogger.

Category: Features.

New ‘Live Preview’ navbar in BTemplates

Visitors coming from mobile devices are more and more common and is even becoming the main source of visitors for many websites already. With this in mind, we re-design the navbar in the Live Preview page of each template in BTemplates. The new navbar has the options to show you the template in 5 different viewports […]

Official buttons for sharing on Blogger

Blogger has added a new feature, a few weeks ago, to its platform: buttons to share the content of a post through social services such as Facebook, Twitter, Blogger, Google Buzz or traditional email. How to add them? You need first to activate them: Dashboard → Design → Blog Posts → Edit If, with this, […]

10 things Blogger needs to catch up on WordPress

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 […]

Show recent comments on Blogger

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”. […]

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’/> 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′> […]