Though hacking modules isn't recommended, if you would like to create your own custom style for this digg this button you can do the following. Simply replace the the following code in diggthis.module:

return '<div class="diggthis">'. $digg_js .'</div>';

with:
return '<div class="diggthis">'. l('digg this!', 'http://digg.com/submit?phase=2&url='. $url .'&title='. $title .'&bodytext='. $teaser .'&topic=business_finance') .'</div>';

Then simply theme the class "diggthiss".. which I added a button background.

Comments

spiffyd’s picture

Since this takes out the script, wouldn't this make the DiggThis button static? (no longer displaying the # of diggs).

Also, no image is displayed...

yaph’s picture

Assigned: Unassigned » yaph
Status: Active » Closed (fixed)

You can use the service links module, if you want to have static text or button.
Check out http://drupal.org/project/service_links