DZone PlugIn for Windows Live Writer | John Papa

John Papa

Evangelist on the loose

DZone PlugIn for Windows Live Writer

posted by John with 16 comments

I had a good response to my DotNetKicks plugin for Windows Live Writer. One of the requests that came along was to write a Live Writer plugin for DZone, too. DZone is another one of the aggregating sites … they state on their site “fresh links for developers”.

Anyway … I created the plugin today and will post it on codeplex when I get a chance. For now though, you can grab it from these links, below:

DZone plugin source code

DZone plugin dll.

If you just want to use this plugin, simply download the dll and drop it in your Live Writer plugin folder.I only added a single option: the style of the link. The style can either be tall or wide.

This is Tall dzone_tall  and this is Wide dzone_wide

Here is the options page. Yes, very simple :)

image

Again … a short disclaimer here … you need the June 2008 Technical Preview of Windows Live Writer and the SDK for this code to work. Also, this is a technical preview and the team’s blog states that at this time you cannot upload plugins made with it to the Windows Live Gallery. The downloads come with some sample applications, a new features quick start and a help file.

If you have any feature requests, let me know. Feel free to grab this plug in and blog away! Enjoy!

Oh, and don’t forget to click the links below for me :-)

tags: All

16 comments Hide comments

Anonymous on said:

Hi John,
Thanks for the plugin; I use this one and your previous one for DotNetKicks and find it so much easier to use. I like the way it goes into a post footer nwot hat the WLW SDK has changed, too.
However, do you know if there’s any way to format the contents of the post footer? With two different plugins adding content to the footer I end up with one below the other and I’d prefer to have them side-by-side, which I have to do manually after I’ve published at the moment.
Thanks,
Derek.

Anonymous on said:

To answer Derek’s question: no, you can’t have the different plugins’ content line up next to each other. Each plugins’ code goes in its own <div> element and so they end up one on top of the other. It’s a good idea though and I would recommend leaving some feedback on it in the Writer Beta forums: forums.community.microsoft.com/…/threads
SL

JohnPapa on said:

Derek & Scott,
Right, you can’t put 2 on the same line unless they are both in the same plugin. The footer that is created by a plugin is wrapped inside of a DIV. So each plugin gets its own DIV for the footer, thus they each get their own line.
Submitting a feature request is the best way to go. Barring that, the next best step is to create a single plugin that allows the user to choose which links they want in the footer. You could have a DIgg, Rediit, DNK, and DZone tag, for example, all in the same plugin.
JP

Anonymous on said:

Slightly unrelated question, I notice in google reader your blog entries have links like "Save to del.icio.us" at the bottom of them and I was wondering how you get them in?

Anonymous on said:

I made some revisions to my DZone plugin for Windows Live Writer and put the source code and the DLL up on CodePlex . The new version is v1.0.0.5. There were a few minor tweaks to the code, but the most notable changes are that I added a preview of the

Anonymous on said:

One problem I have come across is when you post a blog post and it asks you if you want this post to use the dzone plugin and you choose no, I see no way of re-enabling that particular post with it again. Sure I can go into Live writer and check if dzone is enabled but I never get that prompt again and if it’s enabled that specific post never gets updated with the dzone plugin again. I’ve had this problem on 2 PCs. So how can I get that enabled for the post I told it NO to?

Leave a Reply


(required)


(required)



*