A WordPress plugin that adds a widget to go in your sidebar. It creates a button using a link but you will need to add some styling for now in your themes style sheet something like:
.textwidget a:visited, .textwidget a.link { color: #FFFFFF; background: #DB1119; padding:5px; display: block; }
Which will give you a red button with white text.