The New Digg Bookmarklet

Overview

The Share Bookmarklet makes it easy for you to share any webpage on New Digg, even if there isn’t a Digg Button. It works in all major browsers and is easy to install.

Getting bookmarklet

Share on New Digg

To use the bookmarklet just drag the Share on New Digg button to your Bookmarks Bar, browse for a page you like and then click it. The Bookmarks Bar is also known as the Favourites Bar or the Bookmarks Toolbar. In some browsers you may need to go to your View menu to choose to show it.

Having problems?

We’ve tested in the most popular browsers and have no known issues, but if the bookmarklet isn’t working you should check your popup blocker settings. You may have a custom toolbar which is stopping the Share Box from working.

 
javascript:(
function(){
  window.ndb=window.ndb||{};
  var widgetUrl = 'http://new.digg.com/submit/?url='+document.location.href;W = 800,d = 600;Z = screen.height;Y = screen.width;X = Math.round((Y / 2) - (W / 2));c = 0;
  if(Z>Y){
	c=Math.round((C/2)-(A/2))
  }
  window.ndb.shareWin=window.open(widgetUrl,'the_new_digg_button',"left=" + X + ",top=" + c + ",width=" + W + ",height=" + d + ',personalbar=0,toolbar=0,scrollbars=1,resizable=1');
}()
);