The Daily Dilbert Wordpress widget
The Daily Dilbert Wordpress widget is a Wordpress implementation of the Dilbert daily comic strip widget as published by United Feature Syndicate, Inc.
This plug-in adds a Daily Dilbert Comic widget to the Sidebar Arrangement page, which can be added in the normal fashion. Just drag-n-drop the widget into the sidebar to add it to your blog.
Compatibility
This plug-in has been tested to work with Wordpress version 2.7.3.
Download
Download The Daily Dilbert Wordpress widget version 1.0.2
Installation
To install the widget on your Wordpress blog follow the following steps:
- Uncompress the downloaded archive in /wp-content/plugins.
- Activate the plugin in your WordPress plugins control panel. The plugin should show up as ‘grf-Dilbert’ in the list of inactive plugins. Just click the ‘Activate’-link on the right.
- Go to the “Appearance” section, and select the “Widgets”-subsection.
- Add the “The Daily Dilbert”-widget to the sidebar. Do this by clicking on ‘Add’-link behind the item named ‘The Daily Dilbert’.
- Position the widget within the sidebar. You can simply do this by dragging the ‘The Daily Dilbert’-entry on the right side of the panel and and dropping it between the other widgets where you want to have it positioned.
- If desired, enter a custom widget title by selecting the “Configure”-button and changing the title.
- Click on the “Save Changes”-button on the page.
- Edit your styles.css of your active template to tweak the presentation.
This plug-in is ludicrously simple, so I do not expect you to run into any problems. However if you have some issues with it, please leave a post and I will have a look at it. Suggestions on improvement are welcome as well. ![]()
Donation
Are you using one or more of my projects and want to show your appreciation? Send Gerf some love!

This is a great plug in
Works perfectly on 2.6.3…. Awesome, Thanks.
Anything for Cyanide and Happiness by any chance?
Hi Gareth,
I will look into that.
[...] Dilbert. http://www.greftek.net/blog/software/grf-dilbert/ [...]
I have updated the installation instructions and submitted a new ‘version’ of the plugin to the wordpress plugin repository.
how do we put it in a post instead of the sidebar?
Right now, the plug-in only works as a sidebar widget. In order to make it work in a post, you’d either need to just include the flash object or modify the plug-in.
I can have a look into modifying the plug-in so that you can optionally include it into a post.
[...] PS. I’m using a widget for the Dilbert strip that can be downloaded here [...]
I guess I’m being daft, but my widget is not centred like yours, and I cant see how to! Any Ideas?
Hi Brian,
The way I did that was add an entry to the CSS that targets the ID of the widget. You can add this code to your style.css:
.widget_grf_dilbert {
text-align: center;
}