dzoneZ-Et – dZone WordPress Plugin
July 28th, 2008 - Ryan ChristensondZone WordPress plugin, dzoneZ-Et, will display a “dZone” button for each post and page on your WordPress blog.
Note: This plugin has been discontinued. Check out S-ButtonZ for dZone buttons.
This plugin’s admin settings are as follows:
- Hide Buttons from Home Page – (Recommended to speed up homepage’s load time.)
- Hide Buttons on Individual Posts
- Hide Buttons on Pages
- Hide Buttons on Tag Pages
- Hide Buttons on Archives (This is all Category, Author and Date Based Pages)
- Button Position – Display on Top Left or Right or Bottom below text, on left or right
- Choose Style – Choose from three different styles.
- Description (Blurb) – Choose between Manual and Automatic.
Admin Screenshots:
All I ask is that you credit this plugin (i.e. include a link to this page or maybe add a link to your WordPress Blogroll).
With that said, I would love to hear what people think. Any suggestions or comments you have, I’d love to hear them.
ChangeLog:
-
1.0.4 – 2/22/09
- Fixed Header Bug
-
1.0.3 – 1/31/09
- Updated Admin Backend For New WordPress 2.7 UI
-
1.0.2 – 11/16/08
- Fixed a bug that was causing incompatibility issues with our other button plugins
-
1.0.1 – 9/28/08
- New Hide Option – Hide Buttons on Search Results Page
-
1.0.0 – 7/29/08
- Initial Release
Tags: PHP Plugin, php project, WordPress Plugin





August 16th, 2008 at 10:42 AM
Hi there! I always love to google for WordPress Plugins as I always find nice site like yours. Everyday there are new plugins and themes for wordpress and so you can pimp up your installation from time to time.
Btw: Your article Et – WordPress Plugin | RSWR Network Blog was the best I found today! Regards! Jens
October 24th, 2008 at 4:07 AM
I’ve just added this widget to my site (http://www.chillisoft.co.za/blog). Easy as pie and works exactly as I wanted it to. Well done!
January 21st, 2009 at 2:32 PM
I created the following patch that allows to keep Dzone votes for entries imported from blogger. It just changes the dzone_url, e.g.:
old: var dzone_url = ‘http://example.org/2009/foo.html’
new: var dzone_url = ‘http://example.blogspot.com/2009/foo.html’
Maybe someone could take this and create something more generic. By the way, it works similarly for Digg.
— dzoneZ-Et.php.orig 2009-01-21 23:19:31.000000000 +0100
+++ dzoneZ-Et.php 2009-01-21 23:07:53.000000000 +0100
@@ -285,8 +285,22 @@
$zz_old = array(‘/\n/’, ‘/\\[[^\\]]*\\]/’);
$zz_new = array(”, ”);
?>
+
<!–
-var dzone_url = ”;
+var dzone_url = ”;
var dzone_title = ”;
var dzone_blurb = ”;
var dzone_style = ”;