The Joomla! Extensions Directory ™

LongRangeNinja

Reviews(2)
 
byLongRangeNinja, July 25, 2011
This module enabled me to place google adsense code at the end of every article in my site. Just make the module & place the module position at the end of every article you create. It's harder to place JS code in joomla 1.6 articles but this ext. made it much easier. Special thanks to the coders of this script.
byLongRangeNinja, March 25, 2010
Yes, it's a simple idea and very useful .. in my opinion it's better than the extension that are related to displaying buttons of so much social bookmarking sites and have a lot of 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
Owner's reply

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');
}