DZone Complete Guide

DZone is a free link-sharing community for developers

anyone can submit new links to the incoming queue

members vote on upcoming links to determine what gets promoted

everyone can browse, search and comment on links

Dzone Tools:


1-NEW! DZone Live Writer Plugin

John Papa has created a new open source DZone plugin for Windows Live Writer. If you just want to use this plugin, simply download the dll and drop it in your Live Writer plugin folder. The style can either be tall or wide. Read about it more at his blog.https://i0.wp.com/www.dzone.com/links/images/tools/live_writer_thumb.png?resize=97%2C101

DZone plugin source code
DZone plugin DLL

2-DZone Firefox Voting Widget

A big problem at DZone is that you have to remember to go back and vote for links you have visited, and this Firefox add-on solves that problem beautifully. Every time you visit a link from DZone, this add-on places a small, unobtrusive widget on the target page to let you vote. Simply click the widget to cast your vote, and it will be registered just as if you had gone back to DZone. It’s a simple and convenient solution.

Click here to visit Mozilla Add-ons and install it now.

3-Vote on DZone links from your site

You can now let your website’s users vote for our links on DZone without leaving your site. Copy and paste the tags for the style of voting button you’d like to use and put them on the page of the article you’d like visitors to vote for.

The options of dzone_url, dzone_title, and dzone_blurb are optional. If you leave out the url and title, the widget will pick them up from the page the widget is currently on.

If you set a dzone_style or have not set a dzone_url and have multiple buttons on a single page, you will need to set them with every use of the button.

Style 1 (tall)

<script type=”text/javascript”>var dzone_url = ‘[url]’;</script>
<script type=”text/javascript”>var dzone_title = ‘[title]’;</script>
<script type=”text/javascript”>var dzone_blurb = ‘[description]’;</script>
<script type=”text/javascript”>var dzone_style = ‘1’;</script>
<script language=”javascript” src=”http://widgets.dzone.com/links/widgets/zoneit.js”></script>

Style 2 (wide)

<script type=”text/javascript”>var dzone_url = ‘[url]’;</script>
<script type=”text/javascript”>var dzone_title = ‘[title]’;</script>
<script type=”text/javascript”>var dzone_blurb = ‘[description]’;</script>
<script type=”text/javascript”>var dzone_style = ‘2’;</script>
<script language=”javascript” src=”http://widgets.dzone.com/links/widgets/zoneit.js”></script>

Dzone wordpress plugins:

1-dzoneZ-Et

Automatically displays a “dZone” button for each post. Full admin options available. Can hide buttons in several ways.

2-dzone Widget

This plugin allows you to add the dzone widget to wordpress posts.

skyje

Skyje is a Blog for Web Designers and Web Developers featuring Social Networking news and everything that Web 2.0. You can Subscribe to Skyje feed.

You may also like...

Leave a Reply