'#', 'src' => 'wordpress', 'id' => '', 'height' => '55px', 'width' => '55px', 'align' => 'left', 'alt' => 'Advanced Social Media Icons' ), $atts)); return '' . $alt . ' '; } add_shortcode('social', 'social_shortcode'); //[social url=twitter.com src=twitter] /* Allow you to embed shortcodes within other shortcodes. */ add_filter('the_content', 'do_shortcode'); /* Allow you to add shortcodes to widgets. */ add_filter('widget_text', 'do_shortcode');