Gogle Buzz is a new social network from Google. These very similar with Facebook ot Titter. If you see on Mashable.com, the button have a counter to indicating that how much the post have been submit to Blogger Buzz. But, this widget don't have counter number. Want to put this to your Blog ? Follow this step if you want to add Google Buzz widget to your Blogger blog.
1. You need prepare this image which use as button. [ex :http://i48.tinypic.com/idyc04.png]
2. Then, Go to Edit HTML and copy this code below :<div style="float:right;padding:4px;">
<a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title + "&srcTitle=" + data:blog.title+ "&srcURL=" + data:blog.homepageUrl ' rel='nofolloW' style='text-decoration:none;' target='_blank'>
<img alt='Buzz It' src='http://i48.tinypic.com/idyc04.png' style='border:0px;'/></a>
</div>
3. Put that code after <div class='post-header-line-1'/> code
4. Or if can't find it, put them after <data:post.body/> code.
5. Done !
Save your tempalte right now, and look the changes.
Google Buzz widget in Blogger blog
Azis Pradana, Saturday, February 27, 2010Enable avatar comment on custom template
Azis Pradana, Tuesday, October 13, 2009
How I know that my template is custom template or not ?
Go to Setting - Comments. Then select yes in "Show profil " . After that, look the post that have a comment or more. If you see space with avatar, photo, or blogger logo. Its mean your modification is succesfully. If it doesn't work well. Follow this step carefully ...Step 1
Find <dl id='comments-block'> code.
Then replace with <dl expr:class='data:post.avatarIndentClass' id='comments-block'> code.Step 2
Put this code ...<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
after <a expr:name='data:comment.anchorName'/> code. So, it be look like this ... <a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>Solution for blank avatar
The Blogger Avatar comment just working well ( show the photo profile ) when your blogger account logging in. So, if you comment as Name / URL is just appearing blank zone. For the solutions, add some pictures to discard the blank zone. For example I have a pictures with 32 px resolution here.. Put this CSS code after </b:skin> code
/* Avatar */
.avatar-image-container img {
background:url(http://3.bp.blogspot.com/_C6KkooKXCEw/SrmyhPpP4mI/AAAAAAAAEvc/gQ1JKjpkULw/s320/AvatarBlogger.png);
width:35px;
height:35px;
}
Then find and replace <a expr:name='data:comment.anchorName'/> code with this code ...
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='35px' style='margin-bottom:-2px;' width='35px'/>
</b:if>
Overall, you have done to hack avatar comment for blogger. Save your work.
Avatar Comments on your blog - Blogger New Feature
Azis Pradana, Friday, September 25, 2009
Then, How I can to use / activated this feature ? For many blogger templates, needs advance configuration ( Hope can write in next post :D ), but for Minima template ( Original Blogger template ) you jut got to Setting - Comment and chose "yes" in show profile image in comments.
But, not until there Blogger expand their Avatar feature. You can also upload your own Avatar, After you type the comment and choose your profile ( Actually for Name/URL profile ) please preview the comment and you will see the form to upload your avatar. Look this picture .
Recently blogger expand thier old features or fresh features, such as embed the comment form that pose of big change from Blogger. And this feature is one to celebrating 10th Blogger Birthdays ! Congrats Blogger !
Word count tool checker
Azis Pradana, Saturday, September 12, 2009
Perhaps this very useful tool for you. This tool serves to count the number of words in an article based on the number of spaces available. So, note the punctuation and spaces you use and avoid double-spaced. If this tool useful for you, you can bookmark this post. Thanks you !
How to make your Blog indexed by Bing
Azis Pradana, Tuesday, August 18, 2009
bing is one of the search engines are the most at this time after Google and Yahoo! made bny the biggest company, Microsoft and Yahoo! Google is very threatening position as king of the search engine by Bing. If you understand the illustration above, you certainly think to register your blog in the Bing. All rights ? OK, I will try to you How to make your Blog indexed by Bing .
Follow this step carefully :
1. Get an account at Bing.com if you don't have account there.
2. Then go to http://www.bing.com/docs/submit.aspx
3. Then, you will see the submission page like this picture. Then fill the blank form.
After you click "Submit URL", go to Bing Webmaster Center to set up your blog configuration. If you not signed in, you must do it first to use this tool.
Web Address : example http://www.bloggercustom.net or bloggercustom.blogspot.com
Sitemap : www.bing.com/webmaster/ping.aspx?siteMap=your blog address/atom.xml
And the last step is put the Meta Tag under the <head> code.I think, Bing is based by MSN. So, if your blog have indexed by MSN, your blog will indexed to by Bing.
Or you need to submit your blog to more than The best 30 search engine, you can read this post. Thank you and Happy Blogging :D ...


