Showing posts with label Design. Show all posts
Showing posts with label Design. Show all posts

Saturday, September 5, 2009

Add Digg Button to Blogger/Blogspot

How to add a Digg Submit-Vote Buttton To Each Blogger Post.

ScreenShot:
Add Digg Button to Blogger/BlogspotFollow the Steps below to add this cool widget to your blog. The main idea of this widget is to increase traffic to your blog.....

Just Add this cool widget and earn lots of traffic to your Blog...

Login To Blogger Go to Layout > Edit Html > Expand Widgets > Press Ctrl+F and find for below codes


<p><data:post.body/></p>


And replace them with below codes.

Note:-
If you dont find above code you find this one <data:post.body/> and replace it.


<p>
<!-- DIGG -->
<div style='float:left; margin-right:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<data:post.body/>
</p>


Now Save Your Template. Enjoy More Traffic....
Share:

Thursday, September 3, 2009

Recent Posts Widget for Blogger with Thumbnails,Summaries,Comments,etc

Recent Posts Widget for Blogger with Thumbnails,Summaries,Comments,etc
Display beautifully crafted links to Recent Posts on your blog with this widget. You can easily customize whether or not you would like to display thumbnails, post summaries, and the number of comments for each post along side the titles.

Features and Customization:
  1. The Recent Post Titles
  2. Display Post Thumbnails
  3. Choose which blog posts to display (choose URL).
  4. Display Post Summaries
  5. Length of Summaries
  6. Display Post Date
  7. Display Number of Comments on each post
  8. Display Read More Link
  9. Display separator between posts
  10. Number of Posts do Display
  11. Determine height
Install the Recent Post Widget on Your Blog:

This widget is very simple to install. Just simply click the button below to choose which blog you would like to implement it on.


Add to Blogger

Credits: BloggerAlerts via BloggerPlugins
Share:

Wednesday, September 2, 2009

Top Commenter's Widget for Blogger/Blogspot

Top Commenter's Widget for Blogger/Blogspot

This widget will enable you to do exactly that! If you install this widget, a list of the top ten people who have commented most in your blog will be displayed with along with the count of comments they have made.

This is a great way of thanking readers who comment regularly and is very easy to add to your blog layout using the one click widget installer

To install this widget in your own blog, simply change the title to suit your preferences and alter the URL to match that of your blog.

If your blog has a Blog*Spot URL, you should enter your URL like this:

yourblog.blogspot.com
If you use a custom domain for your blog, simply enter the URL of your blog's domain.

In either case, do not add the "http://" part! This is already rendered by the script used to display the commenter feed.

If you would like to remove your own name from the list, enter your name in the "Filter Your Name" box.

Use the form below to add this widget to your own Blogger powered blog:

This widget is based on the Top Commentators Widget for Blogger. It uses Yahoo Pipes to process the last 500 comments made on your blog, and displays a list of the ten people who have commented the most in this range.

Each name is linked to the most recent comment on your blog made by this person (since it would be very difficult to create a generic script which would work for all blogs and comment settings!).

Update: I have now added an extra element which allows you to remove your own name from the list of Top Commenters.

I have tested this extensively in IE6/7 and Firefox and in these browsers the script and display work just fine. If anyone notices a glitch or problem in other browsers, please let me know so I can work on solving the issue.


Credits: BloggerAlerts via BloggerBuster

Share:

Change Favicon in Blogger

Change Favicon in Blogger
Blogger supplies every blog with the standard orange "B" blogger favicon. Having your own unique favicon is a great way to give your blogger template both a distinct and explicit brand. These small 16X16 pixel images will most definitely help your blog stand out from the rest of the blogspot blogs.

What is a Favicon?
A favicon is a small 16X16 image located at the top of your browser in the url bar.

How to Change your Favicon:

1.First go to Layout >Edit HTML in your Blogger Dashboard.

2.Backup your existing template before making any changes!

3.Place the code below directly below the </head> tag in your template.
<link href="YOUR FAVICON LINK HERE" rel="shortcut icon">
<link href="YOUR FAVICON LINK HERE" rel="icon">

4.Now save your template.

5.Once your template is saved view your blog and make sure to refresh the page and delete your cookies.

Creating your own Favicon:

  1. Replace the TEXT "YOUR FAVICON LINK HERE" with your own 16 pixel by 16 pixel image link hosted on the internet.
  2. You can host your own favicon blogger image at sites such as ImageShack; PhotoBucket; Flickr; etc.
  3. Check out this Favicon Generator Tool which allows you to upload an image and it will format it for you!
Share: