Tampilkan postingan dengan label Blogger. Tampilkan semua postingan
Tampilkan postingan dengan label Blogger. Tampilkan semua postingan

Add Simple Slideshow of Featuted Posts with Description in Blogger Blog

Featured Posts are very important element of a site to give idea to the visitors about most important posts in the blog. Users can easily track the most important post among all the posts which they want. There are many clarified gadgets to show featured posts to attract the visitors. Slideshow of featured posts is one of them.

Generally slideshow of images is made by javascript which looks good but it may lengthen the time of loading your page which will discourage the visitors to stay on the page. So if you want to add slideshow of featured posts I suggest to add simple HTML slideshow of featured posts in blogger blog.

Now take a look what you are going to do:


Now I am going to write about how make a simple image slideshow of featured post with their description.


How to Add Simple Slideshow of Featuted Posts with Description in Blogger Blog:

1.  Go to the Dashboard of blogger.
2.  Click on the Layout and Click on 'Add a gadget'.
3.  Select the 'HTML/Javascript' gadget.
4.  Now paste the code given below.

<div id='tc-slide'>
<marquee scrollamount="9" scrolldelay="75" width="200" height="200" bgcolor="#fff" direction="up" onmouseover="stop();" onmouseout="start();" >
<a href="LINK1" target="_blank"><img height="150" src="Image Link1" width="200" alt=""></a> <h4 align='center'><a href='Title Link1' target='_blank'>Title text 1</a></h4> <p align='center'>Your post description goes here...</p>
<a href="LINK2" target="_blank"><img height="150" src="Image Link2" width="200" alt=""></a>  <h4 align='center'><a href='Title Link2' target='_blank'>Title text 2</a></h4> <p align='center'>Your post description goes here...</p>
<a href="LINK3" target="_blank"><img height="150" src="Image Link3" width="200" alt=""></a>  <h4 align='center'><a href='Title Link3' target='_blank'>Title text 3</a></h4> <p align='center'>Your post description goes here...</p>
<a href="LINK4" target="_blank"><img height="150" src="Image Link4" width="200" alt=""></a>  <h4 align='center'><a href='Title Link4' target='_blank'>Title text 4</a></h4> <p align='center'>Your post description goes here...</p>
<a href="LINK5" target="_blank"><img height="150" src="Image Link5" width="200" alt=""></a> <h4 align='center'><a href='Title Link5' target='_blank'>Title text 5</a></h4> <p align='center'>Your post description goes here...</p>
</marquee>
</div>

Note:  Change color marked text as your own like Red for link which redirects from image, Blue for image link, Pink for your Tile Link and the Green color for your Title Text.

5.  Now Save the Gadget and check it out. 

Outsourcing Blogger Comments to Google+

While Blogger's new commenting system has a lot of cool features, there's an important downside: Google+ Comments has nothing to do with Blogger.

The old comments are available in the new interface, but the new comments are not available in the old commenting system, if you decide to switch back. Blogger's comment feeds don't include the comments from the new interface, you can no longer manage comments from the Blogger dashboard and the new comments aren't included when you export your blog.

Here's the empty comment feed for a post that has a lot of comments:


When you switch to Google+ Comments, you outsource the comments to Google+, but Google+ doesn't have a section that lets you manage the comments and there's no way to export the new comments.

Blogger Comments Powered by Google+

I don't know if you've notice, but this blog's comments look different. That's because I've switched to the new Google+ Comments feature for Blogger.


The upgraded commenting system preserves the existing comments, but the future comments require a Google+ account. That means, visitors can no longer post comments anonymously, using an OpenID account or using a Google account that hasn't been upgraded to Google+. When posting a comment, visitors can also share it on Google+. The new commenting system doesn't just show the comments posted on Blogger, it also shows all the Google+ messages that link to the post and their comments.

Just like Disqus, Google+ Comments shows by default the best comments and there's an option to show the most recent comments. It's not clear how Google determines the top comments, but the number of +1s could be one of the signals. You can also restrict the comments to the people from your Google+ circles.

Bloggers will notice some other changes: the comment management feature from Blogger is no longer available and you can only manage comments for each post. That's a significant downside, especially if you receive a lot of comments. When one of your posts receive new comments, you'll see a notification in the Google bar and you'll get an email notification. I haven't found a way to disable these notifications, not even from the Google+ settings page.

How to enable Google+ Comments if you have a Blogger blog? "Google+ Comments is available for Blogger users who have created a Google+ profile and connected it with their blog. If you haven't upgraded your Blogger profile to a Google+ profile and would like to, you can start the process by clicking the Google+ tab on the Blogger dashboard. Once your blogs are linked to a Google+ profile, a new 'Use Google+ Comments' setting will be displayed on the Google+ tab of your blog," explains Google. If your blog has a heavily modified template, you may need to reset widgets or use the code from this page.

There are additional limitations: Google+ Comments is not available for private blogs and for blogs with adult content. This means that the old commenting system will continue to be available as long as Blogger supports these kinds of blogs. You can always disable Google+ Comments and go back to the legacy Blogger commenting system.

It's important to point out that Google+ Comments are embedded as an iframe (the URL starts with https://plusone.google.com/_/widget/render/comments) and the comments are no longer included inside the Blogger page. Google manages to index content from iframes, but the change could affect your Google rankings.

Another interesting thing: it's the first time when the official Google Blog has comments.

Some early thoughts:

* Blogger is now more relevant, it's less likely that it will be discontinued in the next few years

* Blogger finally has a modern commenting system

* Google+ Comments will be available for other blogging platforms

* "sign in with Google+" will make Google+ even more popular as an identity service.

Add Meta Tags to your Blogger Blog

Meta tags are the important elements for successful SEO of your blogger blog site as well as any types of website. It helps to find out the keywords related to the article to Google bot. When a user search article by his own keywords, bot searches the most relevant matches with the keywords and show the results. So, if you want to optimize your site with successful SEO, keyword research is necessary and place the keywords  into the meta tags. You can put your site description as well as specific post description as search description which helps to recognize your site to the bot that what kind of topics describes in your post. 

blogger logo


Meta tags are basically HTML head element and are not shown on your page. This tag is placed in between the <head> and </head> tag. This elements are generally added to the main script manually.

You can put two types of META tags. You can put text Meta tags as keywords and description and on the other hand "alt" tags. The "alt" tags are used to recognize your photos to the bots that what type of photo it is? 

How to put Text Meta Tags:
Meta tags are generally included <meta> tags. You can put your keywords between the anchor of thr tags and place the tag between the <head> and </head>. You can put keywords and description meta tags like this:
<meta name="keywords" content="YOUR KEYWORDS HERE" />
<meta name="description" content="YOUR DESCRIPTION HERE" />

Add Meta Tags to your Blogger Blog

This elements specifies your overall site keywords and descriptions. But you can put post by post meta keywords and description.

How to add post by post meta elements:
When we add labels to the post we actually add meta keywords to the specific post. But in previous blogger interface there were no option to add meta description to specific post in blogger blog. But in new interface of blogger blog you can add specific post search description for optimization of your blogger blog.
When you write a post you will see an option to add Search description where you can add your specific post search description.

Add Meta Tags to your Blogger Blog

How add "alt" Tag to the Photos:
The "alt" tags are very important for Search engine optimization (SEO). If you put the "alt" elements to the photos the photos will readable to the search engine and can give feedback in the search results. Generally in HTML, "alt" tags are included with <img> tag like below:

<img src="IMAGE URL" alt="IMAGE NAME/DESCRIPTION">

But you add "alt" elements to the photos in blogger blog more easily as well as you can add title and caption with the photos in blogger blog.
To add "alt" tag to the photos, select the photo after uploading the photo. A menu will appear where you can find Add caption and properties menu.

You can add caption by selecting on Add caption. To add "alt" tag click on the Propertion. A pop-up box will appear.

Add Meta Tags to your Blogger Blog





Now put the Title text and the "alt" text in the respective boxes and click Ok and you are done.

There are another tricks for search engine optimization (SEO) is that make sure that the code given below is present just after the <head> tag. 

    <b:include data='blog' name='all-head-content'/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.pageTitle/></title>
    <b:else/>

This code will help the bot to search every post regarding its Post title.

You can also more meta tags like Robots, Author, Generator etc. Meta tags are read by the search engine. These are not appeared to the users. So, you should put here only those things which you want the search engine to read. 

How to add Custom Robot.txt to Blogger | Crawlers and Indexing

Robot is simply a software of Google Search Engine which is send by Google to collect information from all the websites which are newly discovered. I have already discussed about Crawling and Indexing in my previous post. Now I'm going to discuss about how to add custom robot text to blogger.



Before starting first we have to know about Custom text. Custom text is the direction to the Robot software that how it crawl the site which is given by the administrator. It allows Robot to crawl and index maximum number of pages from the website. So it essential for the Search Engine Optimization (SEO).

How to add Custom Robot.txt to Blogger blog:
There is no hardness to add this text which can be done even a beginner. So lets go the steps:
  1. Go to the Dashboard and select Settings from the left bar.
  2. Select Search preference from submenu.
  3. At the right, go to the Crawlers and Indexing section. 
  4. Click edit in Custom robot.txt and select yes.
  5. Add this code given below in the box which will appear just below the Custom robot.txt.
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /

Sitemap: http://www.technocarebd.blogspot.com/feeds/posts/default?orderby=updated
Note: Red line denotes the link of your sitemap URL/RSS feed URL.

Now you have almost done.

Now take a look what you have done.


Click Save Changes.

Add Facebook Like and Send button to your blogger

Facebook is the most popular social networking website. If you are regular in internet you might have a facebook account. Most of the website admins are using facebook plugins in their sites to increase their pageview because of the tremendously increasing the user of facebook and most easy way to increase the viewers of a website.

How to add Facebook Like and Send button:
In this blog I want show you that how to add facebook like button to your blogger blog. Before you do this I hope that you must have a facebook account and you have already logged in to your account.

Steps:
Go to the bottom of your wall and click the developer link or go to this https://developers.facebook.com/docs/reference/plugins/like/ link.

                       

If you click on the Developer link at the bottom of the facebook wall then click on the Web button positioned at the right. Now click on Integrate with your website link.

Now click on Core concepts at the menu in left column. Core concepts menu will expand and submenu will show. Among them click on Social Plugins. You will see many types of plugins of facebook here. Click on the Like buton at the very first plugin. You will see a facebook code generator box like below.


Input your values in the boxes as your choice and which best fits to your website.

URL to like: The XFBML version defaults to the current page. This denotes the URL to which users are going to like.
Send Button: Put tick on if you want Send button along with Like button.
Layout Style: There are three style. Standard, button_count, box-count. Choose one whatever you like. click on them and see the changes at right preview box.
Width: Mention the width of your box which best fits to your blog column.
Show faces: Specifies whether to display profile photos below the button (standard layout only.
Font, Color Scheme, Verb to display: Select the attributes as you like.

You are already done. Now click on the Get code button. Facebook will generate the code to you. It will show the code in different format. If you copy the HTML5 format then part of the code has to add to your main web template. But if you copy the Iframe code it will be more easier.

Just copy the Iframe code. Go to the blogger dashboard and click on Layout tab.
Click on Add a gadget and select HTML/Javascrips gadget from the gadgets.
Paste the code in the content box.
Save it and see the changes in the preview.

There are many ways to integrate facebook like button in a website or blog sites. But I think this is the most convenient and trusted way to do the job.

Add a simple dropdown menu list to blogger blog

There are many types of menu in HTML. You can apply these type of menus in your blogger blog. If you know HTML before you can understand that creating a menu is not a difficult task. Here I am going to make a simple dropdown menu for your blogger blog. If your menu contains too much listings it may make your blog too hazy. Users will feel uneasy to find their desired subject. So it can be the solution to use a simple dropdown menu and set it to a corner of your blog.

Now take a look what you are going to do:



How to add a simple menu list to blogger blog:
This is a very simple task that even a beginner also can do it easily which is confined in only copy-paste task.
To add this dropdown menu follow the steps below:
  1.  Go to Layout in your Dashboard.
  2. Click on Add a gadget where you want to add your menu.
  3. Select HTML/JavaScript gadget from the gadgets.
  4. Copy the code below and paste it in your gadget content box.
<!-- TechnoCareBD.blogspot.com(dropdown menu) -->
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>
<option>Menu Title</option>

<option value="link1 URL">Link 1</option>
<option value="link2 URL">Link 2</option>
<option value="link3 URL">Link 3</option>
<option value="link4 URL">Link 4</option>

</select></form>

Change the red to your own menu title.
Change the Green to your link URL.
Change he Blue to your link title.

If you want to add more links just repeat the options and add your links

4.  Now Save the gadget and take a look with a preview and check it out.

Add an amazing shadow featured posts widget with thumbnail in blogger

Now I am going to tell you that how can you add an amazing featured post widget in your blogger blog. This widget is really easy to install and all properties are adjustable. There are no need to preadjust your images width and height. Only add the link of images and title links and enjoy. You can add number for posts whatever you want. Now take a look what you are going to do...

Screenshot:
featured posts widget



 Steps:

Adding Style:
1.  Go to Dashboard and click on the Template at the left side bar.
2.  Backup your template for security.
3.  Click on the Edit HTML and Tick on Expand widget templates.
4.  Now press Ctrl+F to open search interface and find the code given below.

]]></b:skin>

5.  Now add the code given below just before the above code.


<!--tecnocarebd featured post box style start-->
<style type='text/css'>
#outer-wrapper {width: 680px;margin: 0px;background:none;float: left;border: 0px solid;}
#tcbox {width:160px;margin:5px 5px 5px 5px;float: left;position: relative;}
.tcbox-wrapper{background:#fff;-moz-box-shadow:0 0 10px #000;border:8px solid #fff;text-align:left;font-family:Arial;margin:5px 5px 5px 5px;padding:8px;height:150px;box-shadow:0 0 7px #0A2A29;-moz-box-shadow:0 0 7px #0A2A29;-webkit-box-shadow:0 0 7px #0A2A29;border:0px solid #0A2A29;}
.tcbox-wrapper:hover{background:#99B2FF;}
.tcbox img {margin:5px auto; float: left;}
#tcbox h2 {font-size: 12px;color: #003366;font-family: Arial;text-align: center;}
#tcbox h2 a{color: #003366;text-decoration: none;}
#tcbox h2 a:hover{color: #ff9c01;}
#tc-credit a{font-size: 11px;font-style: italic; float: right;margin-right: 10px;text-decoration: none;}
#tc-credit a:hover{color:#ff9c01;}
</style>
<!--tecnocarebd featured post box style start-->

Note: Adjust the Red marked to adjust your template which proportionally decrease the each post box width which is mentioned in Orange color.

6.  Now Save the template.

Adding gadget:
7.  Go to Layout section.
8.  Click on Add a gadget.
9.  Now paste the code given below.


<!--technocarebd featured post code start-->
<div id='outer-wrapper'>
<div id='tcbox'>
<div class='tcbox-wrapper'><img width='135px' height='95px' src="YOUR IMAGE LINK1"><h2><a href="YOUR POST LINK1">YOUR POST TITLE1</a></h2></div>
</div>
<div id='tcbox'>
<div class='tcbox-wrapper'><img width='135px' height='95px' src="YOUR IMAGE LINK2"><h2><a href="YOUR POST LINK2">YOUR POST TITLE2</a></h2></div>
</div>
<div id='tcbox'>
<div class='tcbox-wrapper'><img width='135px' height='95px' src="YOUR IMAGE LINK3"><h2><a href="YOUR POST LINK3">YOUR POST TITLE3</a></h2></div>
</div>
<div id='tcbox'>
<div class='tcbox-wrapper'><img width='135px' height='95px' src="YOUR IMAGE LINK4"><h2><a href="YOUR POST LINK4">YOUR POST TITLE4</a></h2></div>
</div>
<!--you don't have permission to remove the code below-->
<div id='tc-credit'><a href="http://technocarebd.blogspot.com/2013/02/add-amazing-shadow-featured-posts.html">Get this gadget</a></div>
</div>
<!--technocarebd featured post code end-->

Note: Replace Red color with your image links, Green to your post link and Blue to your post title.

10. Now Save the gadget. Now check it out.

How to List Up Only Post Titles of Label Pages in Blogger

In this post I am going to show you how can we make list of only post titles when we click on the labels in blogger blog. It's a great trick that can facilitates you visitors to easily navigate your site and the posts. The visitors can easily find out their desired blog and can also navigate to another one. Visitors will be glued on your blog for long time. So it will ultimately increase your traffic.

Now the question is why you will use it in respect to your blog. If you have huge amount of posts which are grouped in one label then when visitor click on this label what he will see in your blog? Can you imagine? A long tail of blogs which will take much time to load. So why the visitor will wait to load the blog posts? So it can be easily said that this tricks will be very helpful to make the post titles into list and represent your blog to your visitors conveniently.

Steps:
  1. Go to Dashboard and click on Template menu.
  2. Then Click on Edit HTML.
  3. Tick on 'Expand Widget Templates'
  4. Use search option by Ctrl+F
Find this line shown below:

<b:include data='post' name='post'/>

5.  Now replace the above code with the below one.

<!--List up post titles From:www.technocarebd.blogspot.com-->
<b:if cond='data:blog.homepageUrl !=data:blog.url'><b:if cond='data:blog.pageType != &quot;item&quot;'><a expr:href='data:post.url'><li/><data:post.title/></a><br/><br/><b:else/><b:include data='post' name='post'/>
</b:if>
<b:else/><b:include data='post' name='post'/></b:if>
<!--List up post titles end-->

Now Save the template and check the changes.

Note:  It should be noted that by using this trick you changed how you posts will look like and if you have blog achieve it will look also like it. If you have search engine, the search results will also look like it.

Add a category section of labels in Blogger blog

Posts are categorized based on the label in blogger. But is sometimes annoying because there may huge number of labels which will show a long tail in blogger. Every label has different topics in blogger but you can categorized them based on some specific criteria. I don't think so that all labels can be clearly categorized but the long list of labels will reduce and will make your blog good looking.

How to Create Categories from Labels in Blogger
To do so you will have to make separation of your labels into some groups as category. You don't have to go to blogger template and no need to edit it. You can do it only adding a gadget in layout section in blogger.

Steps:
  1. Go to Dashboard.
  2. Click on Layout on left side bar.
  3. In layout box click Add gadget where you want to show your categories.
  4. Select Labels Gadget from the gadget box. 
Label add box will appear as shown below.
Label gadget
5.  Write Categories in Title box or whatever you want.
6.  Select the radio button Selected Labels.

Number of labels will show below it

7.  Click edit

A box will appear below the save button named Select labels to show.
From the box select the labels in this category/group and then Save it.
You can add more categories that you want. Just name the category and select the labels belongs to this category.


How to add Admin and Author in Blogger

Adding author is very important task to increase participation of readers of your blog. If multiple author contribute to your blog number of post will increase tremendously and readers will get diversified posts and information. You can invite author from your blog to write on your blog. It should be noted that authors can only write posts and edit it. They don't have any permission to edit or enter into the admin area and can't change any internal settings.
You can also add more admin other than you which can be beneficial while you want to manage your site by another person other than you. But you should keep in mind that an author can make any change in your blog and can manage your site in his own way. He also can remove you as authorship.

Steps:
Go to > Dashboard
Click > Settings in the left bar

Just right you can see Permission section

add author in blogger
Click > Add Author

A text box will appear. Now write email address of your desired author or admin in the text box.

Now Click > Invite authors

An email will be sent to the given address. After clicking on the confirmation link he will be confirmed as an author or admin of your blog.

Customize Blogger Permalinks

Until now, Blogger automatically generated the URL of a post using the first words from the title. If you want to customize the URL, there's a new "permalink" option in the "post settings" sidebar. When you create a post, click "permalink", enable "custom URL" and type the file name. You can only customize the file name (it's highlighted in the following example):

http://googlesystem.blogspot.com/2012/07/custom-blogger-url.html

... and you can only use alphanumeric characters, underscore, dash and period.


It's important to note that you can choose a custom URL only when you create a post and you can't change it later.

Why use this feature? Create shorter permalinks, use different keywords in the URL, improve search rankings. "A site's URL structure should be as simple as possible. Consider organizing your content so that URLs are constructed logically and in a manner that is most intelligible to humans," suggests Google.

As a side note, there's a mistake in the help center page for this feature: "Because Blogger automatically creates the URL from information from your post title, your URL would change should you decide to edit the title. This would result in broken links, and fewer visitors to your blog." That used to be a major annoyance in the pre-2006 Blogger, but it's no longer the case today.

Blogger Adds Advanced Webmaster Features

Blogger blogs are no longer that limited. After adding support for static pages and favicons, Blogger added some new advanced features to the "search preferences" section of the settings page.

Now you can edit the description meta tag without editing the template. If you edit the description meta tag for the entire blog, you can also write descriptions for your blog posts. This is useful because Google's snippets sometimes rely on this meta tag.

For the first time you can create a custom 404 error page for a Blogger blog without buying a domain. Just "enter an HTML message that will be displayed on the Page Not Found page instead of the generic message." Google has some tips for creating useful 404 pages and there's even a widget powered by Google search that shows related links and a search box with appropriate search suggestions.

You can also create custom redirects, but only for internal URLs. For example, you can redirect http://googlesystem.blogspot.com/mailto to http://googlesystem.blogspot.com/2012/02/open-mailto-links-using-gmail-in-google.html. Make sure that you leave out the first part of the URL (http://googlesystem.blogspot.com) when you create the redirect.

There are also options for customizing the robots.txt page and robots header tags. It's probably a good idea to use Blogger's robots.txt page as a template (http://yourblog.blogspot.com/robots.txt) and only add some new pages you want to be ignored by search engines.


Country-Specific Blogger URLs

Google found an interesting trick to defend Blogger blogs against local laws: redirect readers to country-specific domains and only remove those URLs if required.

"Over the coming weeks you might notice that the URL of a blog you're reading has been redirected to a country-code top level domain, or 'ccTLD.' For example, if you're in Australia and viewing [blogname].blogspot.com, you might be redirected [blogname].blogspot.com.au. A ccTLD, when it appears, corresponds with the country of the reader's current location," explains Google.

"Migrating to localized domains will allow us to continue promoting free expression and responsible publishing while providing greater flexibility in complying with valid removal requests pursuant to local law. By utilizing ccTLDs, content removals can be managed on a per country basis, which will limit their impact to the smallest number of readers. Content removed due to a specific country's law will only be removed from the relevant ccTLD." That means [blogname].blogspot.com will continue to exist, but it's not clear if the users from that specific country will still be able to access it.

Blogger will start to use country-specific domains, just like many other Google services. If you're in Australia and visit google.com, you'll be redirected to google.com.au, but you can opt-out by clicking "Go to Google.com" or visiting google.com/ncr. The same option is available for Blogger: "Blog readers may request a specific country version of the blogspot content by entering a specially formatted NCR URL. NCR stands for 'No Country Redirect' and will always display [blogname].blogger.com in English, whether you're in India, Brazil, Honduras, Germany, or anywhere. For example: http://[blogname].blogspot.com/ncr – always goes to the U.S. English blog."

Google doesn't mention the list of countries that are affected by this change, but Techdows.com reports that India is one of them. Obviously, blog owners can use custom domains if they don't like the new feature. Even if Google made sure that the duplicate URLs are properly handled by search engines, it could be annoying to see so many URLs that send people to the same page.

{ Thanks, Venkat and Herin. }

Blogger Adds Threaded Comments

Blogger's comment system has been updated and it now supports threading. You can now reply to a comment and read the entire conversation. "It is now much easier to differentiate between whether someone is making a general comment on the thread, or responding to another comment on the thread," informs Google.

The threaded view is only available for embedded comments and it requires to enable full-text blog feeds.


If you've manually customized your blog's template, you may not see the new feature. One way to solve this issue is to reset widgets. In the new Blogger interface, go to the Template tab, click "Backup/Restore" and download your template, then click "Edit HTML", "Proceed" and "Revert widget templates to default". If something doesn't look right, you can always go back to the old template by clicking "Backup / Restore" and uploading the template you've saved.

Blogger to Integrate With Google+

When you edit your Blogger profile, Blogger shows a message at the top of the page that says: "Connect Blogger to Google+: Use your Google profile and get access to upcoming Google+ features on Blogger". Unfortunately, the links seem to be broken, but both URLs reference profile switching.


It's obvious that Blogger profiles will be discontinued and replaced by Google Profiles, but it's not clear how Blogger will integrate with Google+. Maybe Blogger posts will automatically trigger Google+ posts and Blogger/Google+ comments will be synchronized. Friend Connect will be discontinued and Google+ could replace it. Friend Connect's goal was to "help site owners easily provide social features for their visitors. Users gain the ability to sign in to, make friends on, and interact with your site, making it more social and more dynamic". It wasn't successful, but Google+ has a better chance to make Blogger more social.

Update: Blogger's blog informs that this option is available if you use Blogger in Draft and it will be released in the regular Blogger interface in the coming weeks. For now, the only changes are that the Blogger profile redirects to the Google profile, the author's name is now obtained from Google Profiles and Google's snippets for the blog posts include information about authors: name, thumbnail and link to the profile. "If you blog under a pseudonym and do not want your blog to be associated with your real name, you should not migrate from a Blogger profile to a Google+ profile," suggests Google. If you change your mind after switching to the Google+ profile, you can revert to the Blogger profile.

{ Thanks, Herin. }

Disable Blogger's Dynamic Views

If you don't like Blogger's Dynamic Views, but your favorite blog enabled one of them, there's a way to go back to the previous template: just add &v=0 to the URL. For example, here's the URL for Gmail's blog: http://gmailblog.blogspot.com/?v=0.

Unfortunately, the change is not persistent and you need to add the parameter every time you visit the homepage or one of the posts. You can also bookmark the URL.

How to Disable Blogger's Lightbox

Last month, Blogger's team launched a Lightbox-like feature which was quickly removed after users started to complain. Blogger's Lightbox was automatically enabled for all the images from a post and blog owners couldn't disable it.

The feature is now back, it's still enabled by default, but you can disable it from Settings > Formatting by selecting "No" next to "Open images in Lightbox". If you use Blogger's new interface, the setting can be found in the "Post and comments" section. As Google explains, "If Yes is selected, when a reader clicks on an image in a post, it will be displayed in a slideshow-like overlay instead of leaving your page and navigating to the image."

The old interface:


The new interface:


{ via Blogger Buzz. Thanks, Petros. }