Title: AHWEBDEV's Replies - page 10 | 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 - 136 through 150 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/9/?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)…
[9](https://wordpress.org/support/users/ahwebdev/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/ahwebdev/replies/page/11/?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/11/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD APP Requests] [Plugin: Facebook AWD APP Requests] Whats the shortlink to add the invite friends??](https://wordpress.org/support/topic/plugin-facebook-awd-app-requests-whats-the-shortlink-to-add-the-invite-friends/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-app-requests-whats-the-shortlink-to-add-the-invite-friends/#post-2823562)
 * are you using the last version of the master 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] SEO Comments and Fatal Error](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-seo-comments-and-fatal-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-seo-comments-and-fatal-error/#post-2816355)
 * What kind of settings ? is your theme using the wp_list_comments() function to
   display comment list ? or did you choose to add them as html ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD APP Requests] [Plugin: Facebook AWD APP Requests] Whats the shortlink to add the invite friends??](https://wordpress.org/support/topic/plugin-facebook-awd-app-requests-whats-the-shortlink-to-add-the-invite-friends/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-app-requests-whats-the-shortlink-to-add-the-invite-friends/#post-2823560)
 * In the plugin settings, in there is an app request tab. open it.
 * At the bottom you will see the shortcode to use, and a link with “show option”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Removing AWD options from new/edit post page](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-removing-awd-options-from-newedit-post-page/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-removing-awd-options-from-newedit-post-page/#post-2800265)
 * Of course you can, You just have to remove the action that add this metabox.
 * Let me show you:
 * you can remove the metaboxes using the default function from WP.
 *     ```
       <?php
       function remove_facebook_awd_metaboxes(){
       	global $AWD_facebook;
       	$post_types = get_post_types();
       	foreach($post_types as $type){
       		if($AWD_facebook->options['open_graph_enable'] == 1){
       			remove_meta_box($AWD_facebook->plugin_slug."_open_graph_post_metas_form", $type , 'normal');
       		}
       		//Like button manager on post page type
       		remove_meta_box($AWD_facebook->plugin_slug."_awd_mini_form_metabox", $type , 'side');
       	}
       }
       add_action('admin_menu', 'remove_facebook_awd_metaboxes', 1000);
       ```
   
 * Add that in your functions.php.
 * This should remove the opengraph form oon all post types, and will remove the
   manager too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Open Graph default image thumbnail](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-default-image-thumbnail/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-default-image-thumbnail/#post-2797340)
 * Use the pattern %POST_IMAGE% inside the opengraph form.
 * If the plugin cannot find featured image, he will try to find an image inside
   the content.
 * If no image was found, the plugin will use the picture of your app.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Install Error – Not Enough Permssions](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-install-error-not-enough-permssions/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-install-error-not-enough-permssions/#post-2432149)
 * When you connect with Facebook, You must be sure your email from your admin account
   is the same as your facebook account.
 * If not, the plugin will create a new users related to your facebook account as“
   subscribers”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Inconsistent publishing on OpenGraph Publishing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/page/2/#post-2770733)
 * sorry bad link
 * [http://trac.ahwebdev.fr/projects/facebook-awd](http://trac.ahwebdev.fr/projects/facebook-awd)
 * For info the problem is located inside the base plugin, in the AWD_facebook.php
   file
 * the method url_to_postid() return 0 instead of the good post id.
    I created this
   method to use it instead the default one form WP that does not return the post
   id of custom post type.
 * If you do not use them, you can simply replace the content of the method by
 *     ```
       return url_to_postid($post_id);
       ```
   
 * Until i found a fix, it can’t work with custom post types.
 *   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 box not all faces when logoff form fcb](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-like-box-not-all-faces-when-logoff-form-fcb/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-like-box-not-all-faces-when-logoff-form-fcb/#post-2782899)
 * Hi,
 * The content of like box is managed by Facebook. Not by the plugin.
    But normally,
   you should see faces. Try to check your cookie privacy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Facebook opengraph actions meta data and post trigger aggregation](https://wordpress.org/support/topic/facebook-opengraph-actions-meta-data-and-post-trigger-aggregation/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/facebook-opengraph-actions-meta-data-and-post-trigger-aggregation/#post-2739010)
 * Hi,
 * >  . Now the only option is to buy OpenGraph Actions plugin from Your website?
 * Yes, This plugin represent to much work for me to stay free.
    Some updates are
   planified.
 * > is it compatible with free version ?
 * Yes, For sure, Facebook AWD open graph action is a sub plugin of Facebook AWD
   all in one. He must be!
 * > is this the reason why I cannot submit the action (“You must publish at least
   > one action to your Timeline using this action type. Review the documentation.”)?
 * Before to submit an action for review, you must be sure the plugin is working.
   Why facebook will loose time checking your site if you did not tested it ?
    If
   you use the updated (1.3.1) plugin, You actions are not called anymore. Because
   all the system is no more in it. If you get this error from Facebook is because
   Before to submit an action, You should test it and be sure the action is published
   on your timeline and in activity. Because Facebook saw that your action has never
   been tested on your site with your admin user.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Inconsistent publishing on OpenGraph Publishing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/page/2/#post-2770695)
 * Hi, it’s very difficult to me to follow all bugs at the time.
 * There is a good place to declare BUGS
    [http://www.trac.ahwebdev.fr/projects/facebook-awd](http://www.trac.ahwebdev.fr/projects/facebook-awd)
 * Can you create a ticket on it with a backlink from here ? to help me remember
   that.
 * Thx.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [facebook-awd – Update crash](https://wordpress.org/support/topic/facebook-awd-update-crash/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/facebook-awd-update-crash/#post-2748126)
 * Before to install plugins, Please verify first if it’s compatible with your WP
   version.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Facebook opengraph actions meta data and post trigger aggregation](https://wordpress.org/support/topic/facebook-opengraph-actions-meta-data-and-post-trigger-aggregation/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/facebook-opengraph-actions-meta-data-and-post-trigger-aggregation/#post-2739006)
 * Hi,
 * > im currently using the base plugin updated it. I use my custom like box with
   > a custom css stylesheet. I have just noticed the like and send buttons wont
   > work now. they wont show up. why is this? how can i work around it? i like 
   > my custom like box and dont want to change it. im aware that using your own
   > facebook codes will sometimes break your codes. Let me know how to fix this
   > please.
 * Maybe because you break the code with your css ?
 * > Also i would like to purchase the custom actions plugin. How does it work? 
   > can i configure my own actions and aggregations? or is it automated. Where 
   > would i create my actions? on facebook dev or in your plugin?
 * You can configure your own action related to your objects, the aggregation is
   configurable ont he facebook side.
    Objects are configured with opengraph form
   in the base plugin. Actions are created on Facebook side and call via shortcode
   button or event tracker.
 * Read the FAQ and documentation on the plugin page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Wp user still loggedin after logout from wordpress and reverse](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-wp-user-still-loggedin-after-logout-from-wordpress-and-reverse/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-wp-user-still-loggedin-after-logout-from-wordpress-and-reverse/#post-2772359)
 * I understand your point of view, but i really cannot do what you mean.
    Because
   i do not know if the user is connected from Facebook or from WP.
 * So if the user logout from Facebook, and come on your site, i cannot logout them
   from WP, because i do not know if they were logged in with Facebook or with WP.
 * If i force logout, anyone that is not connected to facebook will be logged out.
   And this is not what the plugin suppose to do.
 * This plugin do not replace the existing way for login, he simply add a new way
   to users to login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Inconsistent publishing on OpenGraph Publishing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/#post-2770607)
 * So i just try it, can said me if all fields are not empty in rows in the table?
 * Because it seems the plugin do not find the post id…
    Can you post just a screen
   shot of some rows ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Inconsistent publishing on OpenGraph Publishing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/#post-2770604)
 * You said only 3 fields ?
 * The plugin should create a table like that:
 *     ```
       CREATE TABLE $table_name (
       	id mediumint(9) NOT NULL AUTO_INCREMENT,
       	post_id INT(11) NOT NULL,
       	user_id INT(11) NOT NULL,
       	fb_id BIGINT(30) NOT NULL,
       	action tinytext NOT NULL,
       	object text NOT NULL,
       	url VARCHAR(255) NOT NULL,
       	time datetime NOT NULL,
       	UNIQUE KEY id (id)
       );
       ```
   

Viewing 15 replies - 136 through 150 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/9/?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)…
[9](https://wordpress.org/support/users/ahwebdev/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/ahwebdev/replies/page/11/?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/11/?output_format=md)