diff --git a/actions/facebookinvite.php b/actions/facebookinvite.php index 00efa654b1..0b966cf261 100644 --- a/actions/facebookinvite.php +++ b/actions/facebookinvite.php @@ -40,7 +40,17 @@ class FacebookinviteAction extends FacebookAction $this->show_header('Invite'); - echo '

Coming soon...

'; + $fbml = '') . '">' + .'' + .''; + + echo $fbml; $this->show_footer();