Hey Thanks ….that’s really nice of you.
function konaButton($atts, $content = null) {
extract(shortcode_atts(array('link' => '#'), $atts));
return '<a rel="nofollow" target="_blank" href="'.$link.'"><span>' . do_shortcode($content) . '</span></a>';
}
add_shortcode('buttonnofollow', 'konaButton');
I suppose, this will be better.