Sayan Datta
Forum Replies Created
-
Hi,
If you provide me with the URL of your website, then I can try to help you. Otherwise it is very difficult for me to find the actual issue happeing on your site as I am not aware about your website or any info relating to your website.
Thanks!
Hi,
I have missed a comma:
add_filter( 'fbak/account_kit_login_error_url', function() { $link = 'your custom link'; return $link; });Thanks!
Hi,
Yes it is possible. Add this code snippet to the end of your theme’s functions.php file or you can use Code Snippets Plugin.
add_filter( 'fbak/account_kit_login_error_url' function() { $link = 'your custom link'; return $link; });My Email Address: hello@sayandatta.com
Thanks!
Hi, Please not that Account Kit dows not requires any type of Facebook Account to Login using it. So, your personal facebook profile or your company facebook profile does not matter in this case.
If you provide me with the URL of your website, then I can try to help you. Otherwise it is very difficult for me to find the actual issue happeing on your site.
Thanks!
Hi,
Create a new page and put the shortcode there and it will shows the registration button there.
Thanks!
Ok, but could you please explain it more a bit? Actually I don’t understand the actual problem.
Thanks!
Hi, could you please tell me what is your website?
Thanks!
Hi,
It is not version problem. The lastet version is v1.3: https://developers.facebook.com/docs/accountkit/changelog
It seems that it was the temporary problem of Facebook Account Kit servers. Otherwise, please recheck your facebook app configuation and compare it with the screenshots provided in Plugin settings. I think if you will follow that steps, then this problem will not arise again.
Thanks!
Hi, if you want to apply custom styles to shortcode buttons, you can use CSS like this:
.fb-ackit-shortcode button { background-color: #bd0e0e; /* you can add other css also */ }Screenshot: http://prntscr.com/ofetva
Otherwise you can use CSS class by using shortcode attributes and add styles to that Css classes.
Example:
[fbak-account-kit sms_class="yourcssclass" email_class="yourcssclass"]Thanks!
Hi,
Apply some custom css to the shortcode buttons.
Thanks!
Hi,
To hide this part http://prntscr.com/oeej9b, simply go to Display tab > “Default Login Form Display:” set it to hide on login form and save plugin settings.
Follow this screenshot: http://prntscr.com/oexn90
Thanks!
Hi,
Yes, please try it again and net me know.
Yes, I have a plan to add some more cool features to this plugin, but can’t provide you the ETA.
You can set custom name for user registered via phone number from plugin settings.
Thanks!
Hi,
This plugin does not retreive comments from my fb posts which shares same URLs and also be able post comments on my FB posts using this plugin as Facebook does not allow to do that now. I think you are telling about a different plugin.
Thanks!
Hi
Yes. I think registration on your site is enabled from General Settings. So, please go to the Display tab and ‘Registration on WP Login:’ and set this to allow and save changes.
Thanks!