sourceaddons
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook All] Can't redirect back to websiteHi,
please send us your site url and issue in details on our support email:- [email protected]Thanks
Forum: Plugins
In reply to: [Facebook All] login regiistration issuesHi,
we have already facing known issue with lower versions of IE.
and we will sure fix and solve this problem in our next update
ThanksForum: Plugins
In reply to: [Facebook All] Get more data from user profileHi,
for city you need to explode location var in data with (,) and get that.
and insert into your required field.
ThanksForum: Plugins
In reply to: [Facebook All] Facebook All Admin Settings Not workingHi,
can you please send us your site admin and ftp details on [email protected]
ThanksForum: Plugins
In reply to: [Facebook All] Facebook All Admin Settings Not workingHi,
please try to uninstall and reinstall plugin.
ThanksForum: Plugins
In reply to: [Facebook All] Where can I see all the fb comments on my site?Hi,
there is no feature still this type. but we will sure implement this.
you can see all comment on individual post
ThanksForum: Plugins
In reply to: [Facebook All] Not working for me on registration page.Hi,
please check option where you want to show facebook login button from admin option of facebookall.
if you still have any issue drop a mail on [email protected]
ThanksForum: Reviews
In reply to: [Facebook All] Fix it before posting.Hi,
we have checked in iphone and androids and working well. if you have issue please send us your site url and it’s better if you include a video.
send us on [email protected]
ThanksForum: Plugins
In reply to: [Facebook All] NOt taking usernameHi,
for edit username
go to FTP>wp-content/plugins/helpers/faceookall_process.phpsearch below code:-
if(!empty($fbdata['name'])) { $username = $fbdata['name']; } else if (!empty($fbdata['first_name']) && !empty($fbdata['last_name'])) { $username = $fbdata['first_name'].$fbdata['last_name']; } else { $user_emailname = explode('@', $fbdata['email']); $username = $user_emailname[0]; }
please set $username according your requirement.
let us know if you still have any issue drop email on [email protected].
ThanksForum: Plugins
In reply to: [Facebook All] disable auto login after registrationHi,
you need to edit plugin make for only registration. if we do it makes a customization charges for you according to your requirement.
ThanksForum: Plugins
In reply to: [Facebook All] WordPress User Roles with FacebookallHi,
please choose contributor role from admin for user.
if don’t want
go to ftp>wp-content/plugins/facebookall/helpers/facebookall_process.php open in edit mode
find below code:-
$user_role = get_option(‘default_role’);
replace with:-
$user_role = ‘your_role’;
ThanksForum: Plugins
In reply to: [Facebook All] FB users can comment even not a member of my site?Hi,
yes fb user can comment on your site using fbcomment. not wp comment.
cause fbcomment need only fb logged in not site logged in.
ThanksHi,
if users email is same on manual and facebook account then it will be same account else will be a new user.
ThanksForum: Plugins
In reply to: [Facebook All] Lost content website after update pluginHi,
we have updated code now so please try to update now.
let is know if you have still any issue.
ThanksForum: Plugins
In reply to: [Facebook All] Lost content website after update pluginHi,
can you describe your problem more on [email protected]
Thanks