ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px">'; } add_shortcode('fblike', 'amphion_lite_facelike'); /**SPECIAL BUTTON **/ /** USAGE: [button link="#"]Your button Text[/button] **/ function amphion_lite_sButton($atts, $content = null) { extract(shortcode_atts(array('link' => '#'), $atts)); return '' . do_shortcode($content) . ''; } add_shortcode('button', 'amphion_lite_sButton');