Saturday, December 18, 2010

Enable mobile template for your blogger blog

Many of you like to view blog posts on your smartphones. However, it can be difficult at times because of the small screen size. Today, Blogger Team announced that they launched of mobile templates for Blogger in Draft users. Initially available as opt-in functionality on Blogger in Draft, mobile templates will re-format your blogs for smartphones to enhance your readers’ viewing experience. To enable mobile templates for your blog, simply go to Dashboard | Settings | Email & Mobile tab, enable the mobile template option and then save settings.

  • Preview: Get a glimpse of what your blog will look like by clicking on the Mobile Preview button. You can also see it on your smartphone by scanning the QR-code to the right of the options.
  • Automatic redirection: All opted-in blogs will automatically be redirected to the mobile view when accessed from a smartphone.
  • Template support: Blogger is initially supporting 6 variants of the Simple template and 6 variants of the Awesome template. If you have used one of these 12 templates through our Template Designer, your mobile view will be rendered in the same style as your desktop view (other template variants will be rendered as Simple). Some gadgets are also supported.

Tuesday, December 14, 2010

Free Christmas header images for your blogger blogs

Here are 35 free Christmas header images for your blogger blog in this Holiday Season. Click here if you don't know how to adding an image to your blog header.
















Posting a video from YouTube to your blog

It’s as easy to add a video to your blog from YouTube. While you are watching a YouTube video, click “Share” button, and you will see Blogger as one of the places you can share the video to. Click on Blogger, and you’ll see the familiar BlogThis! mini post editor -- all you have to do is to select a blog (if you have more than one blog, that is), fill out some content, and then Publish the post.


Thursday, December 9, 2010

More Control of Your Blog Feed

Feeds are a great way to reach a broader audience and keep your loyal readers up-to-date. In fact, it’s not uncommon for blogs to have more than a quarter of their traffic come from feed readers.
"The challenge with feeds is that it’s never been possible to control exactly how much content is delivered. Up until now, the options have been “Short” and “Full”. Short produces a feed that contains around the first 400 characters of the post, with HTML and images removed. Full produces a feed that contains everything in the post, including HTML and images. But what about those instances where you want to give your users a taste—an image or two with some introductory text—and then have them visit your blog to see the full post?" Today, Blogger team announced on their blog that they've launched a third option that lets you do just that using Jump Breaks.
To enable this feature, simply go to the Settings page for your blog, click on Site Feed, and then next to “Allow Blog Feeds”, change the drop-down value to “Until Jump Break”.


Next time you write a post and use a jump break, anyone reading the feed will get all the content, including images and HTML formatting, up until the jump break (if there’s no jump break, the feed will contain everything). If readers want to see the full post, they can click the “read more” link and they’ll be directed to your blog. This means you have full control over your feed. For example, want to include an image for your recipe but not the whole recipe? No problem! Put the image and part of the recipe before the jump break, and that’s all the feed readers will see.

Saturday, December 4, 2010

Free Blogspot Template: White Clean Magazine

Preview: http://whitecleanmagazine-template.blogspot.com/
  • From your Blogger dashboard, go to Design | Edit HTML
  • Make sure to back up your old template before install this new one by click on the "Download full template"
  • Check on the "Expand Widget Templates"
  • Now copy/paste this code to replace all the code in the HTML code section
  • Click Save Template button and you're done.

Friday, December 3, 2010

Adding recent comments to your blogger blog

  • First of all, login to your Blogger blog.
  • From your Dashboard blog, to go Design then click on Add a Gadget from Page Elements panel.
  • Choose HTML/JavaScript and copy/paste the code below in it
<script language="javascript">
var numcomments = 7;
var numchars = 50;
</script>
<script src="http://yourbloggerblog.blogspot.com/feeds/comments/default?
alt=json-in-script&callback=commentDisplay"></script>
  • Click on SAVE button and you're done.
* Remember to change the URL "yourbloggerblog.blogspot.com" to your blogger's domain name to show your recent comments. In this hack, you can change the number of comments that you want to display on your blog in the line "var numcomments = 7;" and the line "var numchars = 50;" will show the characters in each comment.

This looks better than Adding recent comments to your blogger blog by using Feed URL