Small Problem with Yahoo Buzz! and its Quick Solution



After Yahoo Buzz! was officially launched, we were eager to start using it on our blog, and experience the buzz. But from the first day itself we could find that, we could not submit our stories to Yahoo Buzz!
yahoo-buzz-error-message

wrong-method-of-submission-yahoo-buzzAnd the same error message is being shown now also. So what is the use of Yahoo Buzz! releasing to public? They could have solved the problem before the official launch.

Anyway, we could luckily and unknowingly found the simple way to submit the story to Yahoo Buzz!
The above error message comes only when you try to submit any story by right clicking on Yahoo Buzz! button and opening it in new window….!

Do not submit any story by right clicking on buzz! button and opening it in new window, it will show you the error message. So just directly click(Mouse – right click) on the “Buzz!” button and it will open in new window and you will be taken to the proper page to submit your story.
yahoo-buzz-working-properly

Many of you might be knowing this, but still I thought to share it with you, because I saw in many blogs and they were writing that Yahoo Buzz! is not at all working from the day they are open to all. But now you also know that(atleast after reading this post), its not true. Yahoo Buzz! is working fine, but Yahoo! surly need to make some improvements to it.
And as I have observed, both way of submission works fine for those who had got the opportunity to test Yahoo Buzz! before it was released to the general public. And as I just investigated it a bit, I found that the source code that they are using to display the Yahoo Buzz! button is different then that used by the general public!
Hope Yahoo! will soon consider the interests of the general public also, as the population of general public in much much much more than its selective members!
That was just my thoughts flowing while writing this article…..
Please share your experience so far with Yahoo Buzz!. Its difficult to tell about any service so early, but still you can share your early experience with it in the comment section, and lets all learn something out of everybodies experience.
Also (Vote)Buzz! this story to Yahoo Buzz!, if you find it useful.

Yahoo Buzz! is now open to everyone.

Yahoo-buzz-logo-tmAre you banned from Digg? Are you an active person in sites like Digg, stumble ?

If you said yes, then you have a Happy news. As said in the title of this article, Yahoo Buzz! is now open to everyone. Previously it was a closed Beta.

Now without wasting much of your time..I will tell some of the points and you can hurry to grab the Buzz Button.

1. Its an Digg like site of Yahoo!.

2. Believed to be the most powerful (more than Digg — Tested).

3. As almost all net users have an YahooMail Id, many people can Vote for your story on Yahoo Buzz!, than on Digg, stumble etc.

4. Yahoo Buzz! site is looking clean and easier to use than any other Social Bookmarking site.

5. The featured article will be displayed on “Yahoo.com” and not just on “buzz.yahoo.com”.

6. Its now open for everyone.

Now Go Grab the Buzz button. And Buzz my stories also, if you find anything interesting in Technotip.org!

orelse here is a small work around for wordpress blogs…


<script type="text/javascript">
  yahooBuzzArticleHeadline = "<?php the_title(); ?>";
  yahooBuzzArticleSummary = "<?php the_excerpt() ?>";
  yahooBuzzArticleType = "text";
  yahooBuzzArticleId = window.location.href;
</script>
<script type="text/javascript"
  src="http://d.yimg.com/ds/badge2.js"
  badgetype="text-votes">       
</script>

This code will get the Title, URL, and the excerpt of your article automatically to the Yahoo Buzz site, instead of manually inserting all these details.

And change “text-votes” to “square” or “small-votes” or “medium-votes” or “large-votes” or “logo” or “text” or “small” or “medium” or “large” to change the button type.

If you are using Blogspot, then remove these yahooBuzzArticleHeadline = “< ?php the_title(); ?>“; yahooBuzzArticleSummary = “< ?php the_excerpt() ?>“; two lines, and use the code. I think it will work. I have not tested it on Blogspot, but still hope it works fine. If anyone of you have tried this, then please confirm us, by leaving a comment below this article.