Now You Can Have A Counter with Your Google Buzz Submitter

Disclosure: We are a professional review site that receives compensation from the companies whose products we review. We test each product thoroughly and give high marks to only the very best. We are independently owned and the opinions expressed here are our own.

0 Flares Filament.io 0 Flares ×

Google Buzz has been out for about a month now, and everyday the popularity grows. Since almost day one, there has been a Buzz submit button. The button was created and was manually add to the code. Then a few days later a plugin was created and added to the WordPress plugin Directory. Then Digg Digg added a submit button to their list of social bookmarking tools. Even after these tools were created everyone wanted a counter added to the buzzer button, but no one created one. Last week Buzrr created a a script built on the idea of TweetMeme. Currently you have to manually add the script to the single.php. But if you can wait till tomorrow (March 3rd, 2010), a plugin for WordPress scheduled to be released.

www.buzrr.com

How Do I Manually Install The Google Buzz Submit Script?

If you can not wait till tomorrow, or if you would rather install the script and style it the way you want it, you can follow these steps. The steps, are the same as my previous post on How to Add Google Buzz Submit Button. The first thing you need to do is go out to the Buzrr site and grab the code. Or you can grab the code here.

<script    src="http://www.buzrr.com/button.js"> </script>

Next, log into your WordPress Admin panel and click on the editor link under the section appearance section. Open the single.php or if you do not have that file, look for the index.php.

Once you have the file, then you simply need to add the script to where you want the submit button to appear. For this blog, I have appear before the content aligned to the right. So for this example, I will show how to place the code so it will display as I have mine.

In the single.php, look for the code

<!– post –>
        <div id="post-<?php the_ID(); ?>" <?php post_class(‘clearfix’); ?>>

          <?php
           if(function_exists(‘the_post_thumbnail’))
            if (has_post_thumbnail()) $post_thumb = true; else $post_thumb = false;
           ?>
          <?php if (!get_post_meta($post->ID, ‘hide_title’, true)): ?><h1 class="title"><?php the_title(); ?></h1><?php endif; ?>

          <div class="post-content clearfix">

You will want to add your code after this. The original code looks like this.

<span style="margin: 0px 6px 0px 0px; float: Right;"><a
href="http://www.google.com/reader/link?url=<?php the_permalink() ?>&title=<?php the_title(); ?>&srcURL=<?php bloginfo(‘url’); ?>" target="_blank" rel="nofollow external"><img
src="http://img2.pict.com/15/da/3e/2809374/0/googlebuzz.png" width="50" height="58" alt="" /></a></span>

I then removed the original Code and replace the code with the new code and I added my custom code to force the button to align right.

<span style="margin: 0px 6px 0px 0px; float: Right;"><script    src="http://www.buzrr.com/button.js"> </script></span>

If you have more than one submit type buttons, this is what the code should like.

<!– post –>
        <div id="post-<?php the_ID(); ?>" <?php post_class(‘clearfix’); ?>>

          <?php
           if(function_exists(‘the_post_thumbnail’))
            if (has_post_thumbnail()) $post_thumb = true; else $post_thumb = false;
           ?>
          <?php if (!get_post_meta($post->ID, ‘hide_title’, true)): ?><h1 class="title"><?php the_title(); ?></h1><?php endif; ?>

          <div class="post-content clearfix">

<span style="margin: 0px 6px 0px 0px; float: Right;">
<script type="text/javascript">url_site='<?php the_permalink(); ?>’; </script>
<script src="http://www.mmosocialnetwork.com/sites/all/modules/drigg_external/js/button.js" type="text/javascript"></script>
    </span>

<span style="margin: 0px 6px 0px 0px; float: Right;"><script    src="http://www.buzrr.com/button.js"> </script></span>

EvolutionaryDesigns.net runs on the Genesis Framework

Genesis Framework

Genesis empowers you to quickly and easily build incredible websites with WordPress. Whether you're a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go. It's that simple - start using Genesis now!


Take advantage of the 6 default layout options, comprehensive SEO settings, rock-solid security, flexible theme options, cool custom widgets, custom design hooks, and a huge selection of child themes ("skins") that make your site look the way you want it to. With automatic theme updates and world-class support included, Genesis is the smart choice for your WordPress website or blog.

About James

James spends most of his free time using social media and loves to teach others about design, web development, CSS, SEO, and social media. He is addicted to Wordpress, social media, and technology. You can reach him on his, personal website, Do not forget to follow him on Twitter @element321

Comments

  1. I an new in Buzz, and i don't know very much about it.
    Thanks for sharing this information. It will help me a lot.
    My recent post Las maravillosas Islas Palmeras en Dubai.

  2. Looks nice. Will try it.
    My recent post Interview with James Richmond – The InfoPreneur

  3. You're now riding the power of aligned social buttons 🙂 It's good to see that 🙂

    PS. Did you do something with your sidebar? I think it looks much more better now… The only thing I still don't like is the number of buttons around your posts :)) Just toooo many of them, I think.
    My recent post Social Media Buttons: Give Explanation for Each of Them

    • Thanx xD

      As for my sidebar, I played with styles and removed some wdigets that was taking up to much space and slowing the load time down. As for the buttons, what buttons do you not like? Am always looking for advice. I already removed sexy bookmarks and am thinking about removing some of the other buttons.
      My recent post Coffee With Hesham of Famous Bloggers

  4. Nice article on this topic. I have been trying to redesign my site to allow easier social site submission for my viewers without slowing down my site. What are some ways that you have found to speed up your site.

Trackbacks

  1. Element321 says:

    RT @element321 Now You Can Have A Counter with Your Google Buzz Submitter | Evolutionary Des.. http://tinyurl.com/ykvnhzf

  2. Will says:

    RT @Element321: RT @element321 Now You Can Have A Counter with Your Google Buzz Submitter | Evolutionary Des.. http://tinyurl.com/ykvnhzf

  3. Now You Can Have A Counter with Your Google Buzz Submitter | Evolutionary Designs – http://goo.gl/wQyQ

  4. Element321 says:

    Just added an author box to my blog. Check it out . I am still working on the design, but what do you guys think? http://ow.ly/1eBMM

  5. Element321 says:

    Looking for a way manually install Google Buzz Submit counters. Check out my howto post. http://bit.ly/bLjb03 #wordpress #google #buzz

  6. […] Now You Can Have a Counter with Your Google Buzz Submitter […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Flares Twitter 0 Facebook 0 Pin It Share 0 Buffer 0 Email -- Filament.io 0 Flares ×
%d bloggers like this: