Buzz It


Extension has been developed and tested with Joomla 1.5.22
Features:
- Display icon in on of the article corners
- Generates URL which uses Google Reader API to post comments
- Look customizable by CSS file
Version 1.4 changes:
It uses Google Buzz API directly to post messages and customize button look and feel.
Version 1.3 changes:
It is possible to choose the corner will be displayed.
It is possible to choose bigger icon.
Version 1.2 changes:
Trim article introduction to avoid Google Reader API error caused by too long snippet.
Version 1.1 changes:
It is possible now to synchronize icon displaying with system 'Show email icon' settings.
Articles with long introductions result in Google returning an error because of a too long URL. Plugin should trim the introduction to the same limit as Google.
Nice plugin
Thanks
I have introduced article intro trimming in version 1.2.
Please update your installed plugin and let me know if you still have problems.
I suggest in the next version to make the icon a little bigger & choices to place it on the right or the left of the article ..
Thank you
Thanks for nice review.
I will introduce bigger icon and position (left, right) to choose in next version
Until then, you can change the icon and position in plugin's CSS:
.buzzItWrapper {
float: right OR left;
}
.buzzItLink {
background: url('../images/buzz-icon.png');
}




