Hello,
You can change it from Facebook App Setting…
Go to Account Kit and Add that in Country Code Whitelist…
hi @faizynadim which means the white list is to prior the country code?
for example, if i set white list to MY, then the default code will set to +60?
No, It is for allowing certain Country codes while blacklisting others…
@faizynadim i dont want to limit the country , i just want to set the default country code only, as far as i know whitelist is only give access to those number inside the list. If i only set MY to white list, which mean other country is unable to use it.
@faizynadim my problem is to set the default country code to +60, not to black or white listing the country code. Anyway thanks for replying me.
In this case, Developer of this Plugin can help… because it is the matter of internal configration…
@faizynadim idk how to tag him out, can you please help me?
No Need…He will respond soon…He helped me in my work also…
Hi @sengfung
Sorry for the late reply. Facebook Account Kit dos not allow to set a default country code.
Thanks!
Hi @sengfung
You can now use a default country code as this feature has been added to this plugin v1.2.0. So, please update the plugin and enjoy this feature.
Cheers
Sayan
hi @infosatech , thanks you for adding the country code.
I have another question to ask, thanks u in advance.
I know that facebook account kit can use call shortcode function.
But the button in the page using call shortcode is too simple, is there another way that i can customize it?
Hi,
Apply some custom css to the shortcode buttons.
Thanks!
@infosatech im sorry, apply css to the shortcode button means like this?
<div style=”color: red;”> [fbak-account-kit] </div>
or need using php?
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!