I just installed the facebook invite modul where my members can invite their friends through facebook.
My problem is that everyone need a invite to enter my site. My site url (only, without referrense) redirects to a "you need an invite" site.
And of course, when people invite people, using this new fb invite, the "accept invite" links to my site url: which again redirects to the "you need an invite site".
So my question is. How can i change my site url in the facebook invite to be dynamic and insert the "personal" invite link instead of just the site url.
Today it looks like this:
//------------------------------------------------------lets Invite some friends-----------------------------------------------------------------//
$myc alt= new BxFaceBookConnectConfig($aModule);
$setinterval = $myconfig->ifrienddisplaycount;
$day = '184000';
$interval = (($setinterval * $day) + time());
setcookie("friend","set", $interval, "/");
global $base_url;
$base_url = $myconfig->swebsitenamefull;
$site = $myconfig->swebsitename;
$acti alt= 'Please select the Facebook Friends you want to invite';
$action = $myconfig->swebsitenamefull;
$type = $myconfig->swebsitename;
$content = ' <fb:req-choice url=\''. $base_url .'\' label=\'Become a Member!\' />';
Hope you understand my question and that someone are able to help.
Best regards
Morten