Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

How to add Attribution widget in blogger

In my previous post I told all of you that their is a new blogger widget name Attribution. As this new widget has come of our visitor named Khaled . wanted to put this widget on his blog. so he contacted through comment.If you also want anything you can do it. So now lets come to the point of to add this widget . Adding this widget is too simple .


Just Follow this simple steps :

  1. Log in to your blogger account.
  2. Click on the Design link.
  3. Click on Edit HTML.
  4. Then go to your sidebar or footer were you want to add this widget.
  5. Their add the below code before </b:section>

    <b:widget id=’Attribution1′ locked=’false’ title=” type=’Attribution’/>

  6. Then preview it and if its ok then save it.
  7. Then you are done.


Note if the above code doesnt work then try with below code
:

<b:widget id=’Attribution1′ locked=’false’ title=” type=’Attribution’>
<b:includable id=’main’>
<div class=’widget-content’ style=’text-align: center;’>
<b:if cond=’data:attribution != &quot;&quot;’>
<data:attribution/>
</b:if>
</div>


<b:include name=’quickedit’/>
</b:includable>
</b:widget>
</b:section>

If you like this post then please share it with your friends and help us to grow and don’t forget to subscribe us.

May 28, 2010 Ritesh Sanap Blogger Tutorials Blogger Hacks, Cool things

Attribution : New Blogger Widget


As Now a days blogger is upgrading with all new stuffs . for the bloggers who use blogger. always while using blogger many people want their site to look professional . So they don’t put the word “by powered by blogger” because blogger is simple and some people feels ashamed while using because of it cheapness and Simple stuff. Like not have much powerful control like wordpress platform. So to get rid of all this problems and to increase bloggers rating or to bring it more in-front blogger made a new widget which is not yet launched officially . Its Name is “Attribution” the widget puts an simple text of powered by Blogger . This Widget can also be used to write our copy rights or disclaimer without going in the Edit HTML page.

Screen shots :

1. The Main Preview (The Preview of the widget appeared in the template):

2. Page Layout (widget appeared in Page Layout) :

3. Widget Page (The page when we click on the Edit Link of the Widget) :

How I found this widget ?
It was just a little coincident that we met each other. I was converting a new blogger template to share with all of you. After creating the blog i went to page layout and then pick template section. after picking an Minima template. I returned back to page layout page and then i found it their.

Dont Worry friends the template which i m converting is completed and i will share it with you tomorrow

May 27, 2010 Ritesh Sanap Blogger Blogger Hacks, Cool things, Customization, page layout, powerful control, simple stuff, template section, Widget

Google chrome Final :Evolving from beta to stable

After a bit of evolution and lots of work from the team, we’re thrilled to introduce a new stable version of Chrome for Windows, Mac and Linux. Since last December, we’ve been chipping away at bugs and building in new features to get the Mac and Linux versions caught up with the Windows version, and now we can finally announce that the Mac and Linux versions are ready for prime time.

Google Chrome for Windows

Google Chrome for Mac

Google Chrome for Linux

The performance bar for all three versions keeps getting higher: today’s new stable release for Windows, Mac and Linux is our fastest yet, incorporating one of our most significant speed improvements to date. We’ve improved by 213 percent and 305 percent in Javascript performance by the V8 and SunSpider benchmarks since our very first beta, back in Chrome’s Cretaceous period (September 2008). To mark these speed improvements, we’ve also released a series of three unconventional speed tests for the browser:

(If you’re interested in how we pitted Chrome against the forces of a potato gun, lightning, and the speed of sound, take a look behind-the-scenes in this video, or read the full technical details in the video’s description drop-down in YouTube).

You may also notice that today’s new stable release comes with a few new features, including the ability to synchronize browser preferences across computers, new HTML5 capabilities and a revamped bookmark manager. For more details, read on in the Google Chrome Blog.

If you haven’t tried Google Chrome since the stone age, check out this brand new stable release. If you’re already using Chrome, you’ll be automatically updated to this new version soon. To try it right away, download the latest version at google.com/chrome.

(First dev, then beta, now stable!)

May 25, 2010 Ritesh Sanap Google, Internet Software

Pac Man Permanent on Google

On 30th Anniversary of Pac Man google made an game on its page . the game received lot demand and every one enjoyed it. because of great sucess and reply from all the users . Google made Pac Man the Game Permanently available . So friends we can play Pac Man the Game all the time we want so cheers ! google and thank you .

Here’s the Preview of the google’s permanent Pac Man Game :

To Enjoy This Game : click here

May 24, 2010 Ritesh Sanap Google Cool things, Games

Random Post Widget for Blogger

Although “Related Posts Widget” is important for all types of blogs, but in blogs where almost all the posts are similar (like blogs with articles on recipes, money-making, computer tricks or automobiles etc.), visitors usually do not mind reading some quite-unrelated posts too. So along with Related Posts widget, a “Random Posts widget” on your blog will help you to increase the number of page impressions.

Adding a Random posts widget is very easy…

Click Below button to Add the Random post Widget :

Customization :
  1. Go to your blogger dashboard.
  2. Then Click on the Edit Link of Random post widget.
  3. Now Find this numofpost=6
  4. Then Change the number from 6 to the desired number of posts you want to show.
  5. Then Click on save button and you are done 
  6. Enjoy Random post widget.

Friends if you like it then please share it and bookmark using social networking help best2know.info to grow.

May 24, 2010 Ritesh Sanap Blogger Tutorials Blogger Hacks

Facebook Like or Recommend Button For Blogger

Facebook has come up with a new set of Social plugins which enable you to provide engaging social experiences to your users with just a line of HTML. The Facebook Like Button is One of them. You can see a demo of the like button on this page. The Facebook like button will allow your readers to quickly share your posts with their Facebook Friends. You can also get to know how many people liked your Blog Post .
Follow this Steps :
1. Login to your Blogger Account and go to Layout > Edit HTML and click on the check box which says “Expand Widget Templates”

2. Look for <data:post.body/> and immediately after that place the following code.

<!– Facebook Like button by Best2know–>
<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:450px; height:40px;’/>
</b:if>

This code will show the Like Button on Post pages only. If you want to display it everywhere, then remove the two lines of code in red.
3. Save the template and you should see the Like Button Below each of your posts.

Optional Customisations

a)  Now try changing action=like to action=recommend  in the code and you will see something like .
b) Try changing colorscheme=light to colorscheme=dark or colorscheme=evil
c) You can change the font by editing the font=arial parameter. You can change it to any of

  1. font=lucida+grande
  2. font=segoe+ui
  3. font=tahoma
  4. font=trebuchet+ms
  5. font=verdana

If you liked this post, then consider “Like” ing it :)

May 24, 2010 Ritesh Sanap Blogger Tutorials, Facebook Blogger Hacks

Beautify Sidebar Link List with Jquery Effect


Hi! After few days ago I wrote about TipTip Jquery, Today I’ll share about beautify sidebar link list with Jquery. Usually we have many link list in the sidebar, like categories, recent posts, or recent comments. We will add an effect to make this list prettier, if we hover to a link, the link will move smoothly to right and will back to original position then. This effect doesn’t use a Jquery plugin, but we directly use the function in the Jquery framework. So, don’t wait anymore, let’s go to the steps!

Javascript

Add this following code before </head>

<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js” type=”text/javascript”></script>

If you have already add this code, you no longer need to add this code again.

Then, add this following code. This is the core of this tutorial.

<script type=”text/javascript”>
$(document).ready(function(){
$(‘.widget-content ul li a, #panel ul li a’).mouseover(function(){
$(this).animate({paddingLeft:”20px”}, { queue:false, duration:250});
});
$(‘.widget-content ul li a, #panel ul li a’).mouseout(function(){
$(this).animate({paddingLeft:”0″}, {queue:true, duration:250})
});
});
</script>

Some Options

  • Change 250 to set the animation speed (in millisecond)
  • Change 20 to set the animation distance (in px)
  • If not work, try to change .widget-content with .sidebar

Demo

That’s all. See you!!

May 23, 2010 Ritesh Sanap Blogger Tutorials Jquery

Stardust – Blogger Template

This awesome template was requested by one of our visitors so it has been done.if you want your own wordpress theme to be converted then you can request it here. To request it Click Here.So here’s it my friend for X studio . Template looks dark and but good one.
and I have the Comments looks good then ever it were .

Some Good Features :

1. Clean Page Layout :

2.Good Comment Looks With Avatar :

3. Fluid Width Template with Floral Design :


Quick Features :

  • 2 columns
  • fluid width
  • widget-ready
  • valid XHTML and CSS
  • sticky-posts
  • tested on Pc and Mac
  • cross-browser
  • gravatar-enabled

Download : Click Here
Live Demo : Click Here

May 22, 2010 Ritesh Sanap Blogger Templates

Posts pagination

Previous page Page 1 … Page 24 Page 25 Page 26 … Page 52 Next page

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

Get Free Ubuntu CD Desktop and Edition Server Edition

August 8, 2008 By Ritesh Sanap 2 Comments

Reducing the Wait Time To Shut Down your PC

February 29, 2008 By Ritesh Sanap Leave a Comment

How to add Page navigation in thesis

April 29, 2011 By Ritesh Sanap 11 Comments

How to show html text in blogger posts

March 25, 2009 By Ritesh Sanap Leave a Comment

How to Turn off/ Remove Admin bar in WordPress

February 27, 2011 By Ritesh Sanap Leave a Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean