Title: NOt taking username
Last modified: August 21, 2016

---

# NOt taking username

 *  Resolved [naveenbos](https://wordpress.org/support/users/naveenbos/)
 * (@naveenbos)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/not-taking-username/)
 * I am using your Facebook all plugin but it is not taking facebook username from
   facebook, it generates the username with corresponding Firstname and lastname,
   how can i change this? please help
 * [http://wordpress.org/plugins/facebookall/](http://wordpress.org/plugins/facebookall/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [sourceaddons](https://wordpress.org/support/users/sourceaddons/)
 * (@sourceaddons)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/not-taking-username/#post-4401499)
 * Hi,
    for edit username go to FTP>wp-content/plugins/helpers/faceookall_process.
   php
 * search 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 [sourceaddons@ymail.com](https://wordpress.org/support/topic/not-taking-username/sourceaddons@ymail.com?output_format=md).
   Thanks

Viewing 1 replies (of 1 total)

The topic ‘NOt taking username’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebookall_3b5997.svg)
 * [Facebook All](https://wordpress.org/plugins/facebookall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebookall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebookall/)
 * [Active Topics](https://wordpress.org/support/plugin/facebookall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebookall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebookall/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sourceaddons](https://wordpress.org/support/users/sourceaddons/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/not-taking-username/#post-4401499)
 * Status: resolved