Get_likers($post); } // Template tag for like button function al2fb_like_button($post_ID = null) { global $wp_al2fb; if (empty($post_ID)) global $post; else $post = get_post($post_ID); if (isset($post)) echo $wp_al2fb->Get_like_button($post); } // That's it! ?>