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
Comment #1
spiffyd commentedSince this takes out the script, wouldn't this make the DiggThis button static? (no longer displaying the # of diggs).
Also, no image is displayed...
Comment #2
yaph commentedYou can use the service links module, if you want to have static text or button.
Check out http://drupal.org/project/service_links