Title: Default Country Code
Last modified: June 17, 2019

---

# Default Country Code

 *  Resolved [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/)
 * hi, how can i set a default country code ?
 * When select the sms verification, it is always +1, but i want to set it to +60[
   MY]
    Please help me with this.
 * thanks

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [Faizy Nadim](https://wordpress.org/support/users/faizynadim/)
 * (@faizynadim)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643926)
 * Hello,
    You can change it from Facebook App Setting… Go to Account Kit and Add
   that in Country Code Whitelist…
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643934)
 * hi [@faizynadim](https://wordpress.org/support/users/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?
 *  [Faizy Nadim](https://wordpress.org/support/users/faizynadim/)
 * (@faizynadim)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643940)
 * No, It is for allowing certain Country codes while blacklisting others…
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643949)
 * [@faizynadim](https://wordpress.org/support/users/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.
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643956)
 * [@faizynadim](https://wordpress.org/support/users/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.
 *  [Faizy Nadim](https://wordpress.org/support/users/faizynadim/)
 * (@faizynadim)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11643965)
 * In this case, Developer of this Plugin can help… because it is the matter of 
   internal configration…
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11644063)
 * [@faizynadim](https://wordpress.org/support/users/faizynadim/) idk how to tag
   him out, can you please help me?
 *  [Faizy Nadim](https://wordpress.org/support/users/faizynadim/)
 * (@faizynadim)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/default-country-code/#post-11644067)
 * No Need…He will respond soon…He helped me in my work also…
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11682048)
 * Hi [@sengfung](https://wordpress.org/support/users/sengfung/)
 * Sorry for the late reply. Facebook Account Kit dos not allow to set a default
   country code.
 * Thanks!
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11686572)
 * Hi [@sengfung](https://wordpress.org/support/users/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
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11731345)
 * hi [@infosatech](https://wordpress.org/support/users/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?
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11731356)
 * Hi,
 * Apply some custom css to the shortcode buttons.
 * Thanks!
 *  Thread Starter [sengfung](https://wordpress.org/support/users/sengfung/)
 * (@sengfung)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11731524)
 * [@infosatech](https://wordpress.org/support/users/infosatech/) im sorry, apply
   css to the shortcode button means like this?
 * <div style=”color: red;”> [fbak-account-kit] </div>
 * or need using php?
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11733883)
 * 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](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!

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Default Country Code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fb-account-kit-login_bddcf1.svg)
 * [Passwordless Login with OTP / SMS & Email - Account Kit](https://wordpress.org/plugins/fb-account-kit-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fb-account-kit-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fb-account-kit-login/)
 * [Active Topics](https://wordpress.org/support/plugin/fb-account-kit-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fb-account-kit-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fb-account-kit-login/reviews/)

 * 14 replies
 * 3 participants
 * Last reply from: [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/default-country-code/#post-11733883)
 * Status: resolved