Title: AHWEBDEV's Replies - page 20 | WordPress.org

---

# AHWEBDEV

  [  ](https://wordpress.org/support/users/ahwebdev/)

 *   [Profile](https://wordpress.org/support/users/ahwebdev/)
 *   [Topics Started](https://wordpress.org/support/users/ahwebdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ahwebdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ahwebdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ahwebdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ahwebdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ahwebdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 286 through 300 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/19/?output_format=md)
[1](https://wordpress.org/support/users/ahwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/ahwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ahwebdev/replies/page/3/?output_format=md)…
[19](https://wordpress.org/support/users/ahwebdev/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/ahwebdev/replies/page/21/?output_format=md)…
[32](https://wordpress.org/support/users/ahwebdev/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/ahwebdev/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/ahwebdev/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/ahwebdev/replies/page/21/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Use facebook comments instead of default comments](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments/#post-2550142)
 * Not in the Facebook AWD base plugin.
    Facebook comments are iframe. The plugin
   must call the api of facebook to get comments numbers.
 * So you must wait for the new version of AWD seo comments to do what you want.
   merge wp comments and Fb comments, number of comments too.
 * But with the new changes of the 0.9.9, it will break current version of this 
   subplugin.
 * You can do it by your own way, using the api (if you can code) inside the AWD
   plugin.
    Maybe the AHWEBDEV wiki can help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Doubled faces in Like Box](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doubled-faces-in-like-box/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doubled-faces-in-like-box/#post-2466365)
 * Can you set this thread as resolved ?
    thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] jQuery CSS Admin Area issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/#post-2507667)
 * Your welcome, my english is so poor…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] jQuery CSS Admin Area issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/#post-2507664)
 * Note: the next version of the plugin contains majors update, so It will only 
   work on wordpress 3.3 and after.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] jQuery CSS Admin Area issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/#post-2507663)
 * I know perfectly how to add script on specific pages,
 * You just need to wait the 0.9.9, or just use the solution above.
    OpenGrapah 
   need the Jquery UI in admin post, page, and cutom post type editor page. So i
   need to list all the edit page that is used, and add the library only on it.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] jQuery CSS Admin Area issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/#post-2507661)
 * In fact i can’t limit the UI.css only in admin pages of AWd.
 * This file is required to get hte openGraph form to work on all edit page,
 * if you want remove it, you can simply add wp_dequeue_style and wp_dequeue_script
   functions.
    in a plugin in the init hook of your admin.
 * you can do
 *     ```
       <?php
       global $AWD_facebook;
       wp_dequeue_style($AWD_facebook->plugin_slug.'-jquery-ui');
       wp_dequeue_script($AWD_facebook->plugin_slug.'-jquery-ui');
        ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Facebook AWD All in One and DB Cache Reloaded Fix ??](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-facebook-awd-all-in-one-and-db-cache-reloaded-fix/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-facebook-awd-all-in-one-and-db-cache-reloaded-fix/#post-2507659)
 * Did you try it ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Wierd Error message appearing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-wierd-error-message-appearing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-wierd-error-message-appearing/#post-2519984)
 * Hi,
 * Login with facebook is like register.
    The plugin will sync account with wordpress
   account.
 * I have to modify the login_process to make better verification while trying to
   create username.
 * Issue added on tracker: [http://trac.ahwebdev.fr/issues/85](http://trac.ahwebdev.fr/issues/85)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Fatal Error on attempting to post new posts](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error-on-attempting-to-post-new-posts/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error-on-attempting-to-post-new-posts/#post-2527730)
 * Are you using Dev Version ?? Did you dowload the code form trac.ahwebdev repository?
 * This is the version the 0.9.9Beta ?
 * It’s not working yet.
 * You should dowload the 0.9.8 for the moment, and wait for new version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] jQuery CSS Admin Area issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-css-admin-area-issue/#post-2507658)
 * Hi,
 * I am woking on new verion 0.9.9,
    I will add some special hook to add this file
   only where it’s needed.
 * this file is needed in all post type editor, and in AWD pages.
    It will be fixed
   in 0.9.9
 * I created an issue tracker for that.
    [http://trac.ahwebdev.fr/issues/84](http://trac.ahwebdev.fr/issues/84)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Like button is not localized](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-like-button-is-not-localized/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-like-button-is-not-localized/#post-2176473)
 * For your first question,
 * You should use xfbml instead of iframe to let facebook detect your lang.
 * For the second quesiton:
 * I have to modify the plugin to use the custom field with an underscore above 
   the key.
    _awd_fcbk_option_ogtags_title instead of awd_fcbk_option_ogtags_title.
   To hide them in the post editor.
 * This will be done in 0.9.9
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Reload After Authentication](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-reload-after-authentication/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-reload-after-authentication/#post-2431500)
 * You can try to increase the timeout setting in the plugin settings. maybe the
   problem come from the timeout of the connect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Work with Affiliate Plus](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-work-with-affiliate-plus/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-work-with-affiliate-plus/#post-2468853)
 * You should read the answer i send you on the other post, and read the wiki to
   find the way to get facevook user info.
 * here: [http://trac.ahwebdev.fr/projects/facebook-awd/wiki](http://trac.ahwebdev.fr/projects/facebook-awd/wiki)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Help with register modification](https://wordpress.org/support/topic/help-with-register-modification/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/help-with-register-modification/#post-2470678)
 * the function `show_reff_field()` can not be called in the plugin, because it’s
   for the register form. And Facebook connect do not use it.
 * But the other one `register_refferal()` can be called.
    I must implement the 
   action “user_register” in the register process of facebook.
 * Then you will be able to add it in your function.php (in your theme.)
 * The only thing you have to do is, waiting for the next verison of the plugin.(
   0.9.9)
    I added the hook “user_register” in the register process.
 * Modifications in your function:
 *     ```
       //cannot be done with AWD...
       add_action('register_form','show_reff_field');
       function show_reff_field(){
       	?>
       	<input id="ref" type="text" tabindex="20" size="25" value= "<?php if (isset($_GET['ref'])){echo $_GET['ref'];} ?>" name="ref" readonly="readonly"/>
       	<?php
       }
       //the action user register is called in the file login_process.php in the plugin Facebook AWD. So this function will be called when a user register.
       add_action('user_register', 'register_refferal');
       function register_refferal($user_id) {
       	$userdata = array();
       	$userdata['ID'] = $user_id;
       	wp_update_user($userdata);
       	$userdata['ref'] = $_POST['ref'];
               //We must modify the $_POST['ref']; (the plugin can not send that value. so we must find it by an other way.)
              //get facebook user id to know if it's a user form facebook
              $fb_uid = get_user_meta($user_id,'fb_uid',true);
              if($fb_uid != ''){
              $userdata['ref'] = 'Facebook';
              }
       	if (isset($userdata['ref']) && !empty($userdata['ref']) && $userdata['ref'] != ""){
       		//get reffering user id by his login
       		$refuser = get_userdatabylogin($userdata['ref']);
       		//get current refferial credit that user has
       		$current_ref_credit = get_user_meta($refuser->ID, 'ref_credit', true);
       		//add credit for the newly created user
       		$current_ref_credit[] = $user_id;
       		//save the changes
       		update_user_meta( $refuser->ID, 'ref_credit', $current_ref_credit);
       	}
       }
       ```
   
 * This will the code you should use with the version 0.9.9 of the plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Doubled faces in Like Box](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doubled-faces-in-like-box/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doubled-faces-in-like-box/#post-2466167)
 * Sorry the probleme come from facebook.
    THe like box is not a part from the plugin.
   it’s an iframe.
 * The plugin does not modify the content of the box.

Viewing 15 replies - 286 through 300 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/19/?output_format=md)
[1](https://wordpress.org/support/users/ahwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/ahwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ahwebdev/replies/page/3/?output_format=md)…
[19](https://wordpress.org/support/users/ahwebdev/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/ahwebdev/replies/page/21/?output_format=md)…
[32](https://wordpress.org/support/users/ahwebdev/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/ahwebdev/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/ahwebdev/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/ahwebdev/replies/page/21/?output_format=md)