Title: AHWEBDEV's Replies - page 12 | 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 - 166 through 180 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/11/?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)…
[11](https://wordpress.org/support/users/ahwebdev/replies/page/11/?output_format=md)
12 [13](https://wordpress.org/support/users/ahwebdev/replies/page/13/?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/13/?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] Fatal Error](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/#post-2757919)
 * If you look the error, it come from your WP install Fatal error: Call to a member
   function get() on a non-object in /home/prankst3/public_html/theicarusline.co.
   uk/wp-includes/query.php on line 27
 * I just search in all the code a place where i could make a query to WP databse.
   but did’nt found it.
 * I tried to install on a new fresh install… and it works without any errors.
 * You should look on other plugins that should be in confict
 *   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](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/#post-2757911)
 * Hi, please give me a way to reproduce the error.
 * Where did you get this error ?
    What is the version of the plugin ? What is the
   version of you WP install.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Open Graph – Disable Tags for this type ?](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-disable-tags-for-this-type/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-disable-tags-for-this-type/#post-2754010)
 * Did you check if you have no errors on admin side (javascript error)
    Because
   when you set the radio to on, the form should be displayed.
 * The submit of the form is triggered via JAvascript. if you have javascript error,
   that can break the save.
 *   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, 12 months ago](https://wordpress.org/support/topic/facebook-opengraph-actions-meta-data-and-post-trigger-aggregation/#post-2738984)
 * Hi, Actions are not more supported by Facebook AWD base plugin.
    To use actions,
   you can add the following plugin working with Facebook AWD: [http://facebook-awd.ahwebdev.fr/plugins/opengraph-actions/](http://facebook-awd.ahwebdev.fr/plugins/opengraph-actions/)
 *   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 issue](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-issue/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-jquery-issue/#post-2756830)
 * I think it a problem related to the cookie that sotre the opened tabs in settings.
 * Try to change your cookie policy settings in browser.
    Or, you can disable usage
   of cookies for tabs.
 * Open the facebook_awd_admin.js, and go to line 23
    replace the tabs function 
   with this one:
 *     ```
       //create the tabs in options pages admin
       $("#div_options_content_tabs").tabs({
       	fx: { opacity: 'toggle',duration:'fast'}
       });
       ```
   
 * But you will loose the last tabs opened memory.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Open Graph – Disable Tags for this type ?](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-disable-tags-for-this-type/)
 *  [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-open-graph-disable-tags-for-this-type/#post-2754003)
 * Hi,
 * Check if you do not choose to disable tags in the post it self ?
 * I am testing it on a new wp install too, and it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] OG: Description](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/page/2/#post-2717062)
 * > The error above occurs because I added “echo do_shortcode(‘[AWD_custom_action
   > html=”span” action=”read” object=”article” event=”AWD_facebook_tracker” url
   > =”‘.get_permalink().'”]’);” in the single.php page.
   > After the update this line should be removed since the open graph , is no longer
   > supported.
 * This function will not break anythings since i removed action.
 * This error come from the order of Meta in opengraph.
 * I updated yesterday without chnage the version can you re install and 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] OG: Description](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/#post-2717056)
 * Sorry mmsa12, but only paypal will be used as payement method.
    I can’t do it
   by other way for me.
 * Consider pay to paypal using a proxy outside of your country…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] OG: Description](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/#post-2717054)
 * [@danetidwell](https://wordpress.org/support/users/danetidwell/)
 * Now use the BUG tracker to submit issue. This is a know issue, 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] Likes are gone](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-likes-are-gone/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-likes-are-gone/#post-2739418)
 * Hi,
 * A like button = an url.
    If the url change, the like button will not know where
   to look to know “likes” number.
 *   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: Cannot redeclare class FacebookApiException](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error-cannot-redeclare-class-facebookapiexception/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error-cannot-redeclare-class-facebookapiexception/#post-2742695)
 * Hi, You have an other plugin in conflict.
 * Because an other plugin is trying to load the Facebook library an other time.
   
   That duplicate code, and break things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Post number of comments and newest one on front page](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-post-number-of-comments-and-newest-one-on-front-page/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-post-number-of-comments-and-newest-one-on-front-page/#post-2738041)
 * Hi, the Facebook AWD SEO comments will do a part of your need.
 * This plugin can display Facebook comments in html format in posts and page. He
   will merge facebook comments count with WP count.
 * But he can’t display comments in an other place than posts.
 * If you really need this feature, you can create a request for it on the tracker
   of the project.
    [http://trac.ahwebdev.fr/projects/facebook-awd/](http://trac.ahwebdev.fr/projects/facebook-awd/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] OG: Description](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-og-description/#post-2717044)
 * Everything will be online on the new website at the end of the week. Not before.
 * When your WP will say you to update, the sub plugin for actions will be ready
   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] An error occurred with . Please try again later.](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-an-error-occurred-with-please-try-again-later/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-an-error-occurred-with-please-try-again-later/#post-2736306)
 * Sorry, but i was logged in to your site without any errors.
 * Maybe it was an error from Facebook API while linking your account.
    It’s may
   occured sometimes with facebook.
 * Clean all your cache
    Log in with your WP account, go to your profile and unsync
   FB data. Then relogin with Facebook.
 * This should work.
 * If you want ot link your admin account, you must first be logged in WP, then 
   click on the Facebook login button.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] An error occurred with . Please try again later.](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-an-error-occurred-with-please-try-again-later/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-an-error-occurred-with-please-try-again-later/#post-2736301)
 * Hi, how can i reproduce bug ?

Viewing 15 replies - 166 through 180 (of 504 total)

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