AHWEBDEV
Forum Replies Created
-
You should add your FB ID in the comments box settings. in plugin option.
this is fixed in new versio… v0.9.7.3.1
Logout from Facebook, update, the log you from login button to accept permission email.Forum: Plugins
In reply to: [Facebook AWD All in one] Notification from AWD won't go away!So yes, if you use just like button, without openGraph, i think you should use a simple solution.
But you should planify to enable openGraph module to your site.
With like button and openGraph you Site will have a real social impact.And feedback and redirect from facebook to your site will be better.
Better conversion and more visits.++
Forum: Plugins
In reply to: [Facebook AWD All in one] Notification from AWD won't go away!Hi,
This plugin need Facebook application ID because he use SDK API php and JS.An application ID must be set in the application settings.
1. to allow you to manage your comments (fb comments)
2. to specify API ID in Open Graph module.
3. To work in FB connect module.So YES the app ID is requiered, If you use facebook socials plugins without application, i can’t understand what is the interest in using it.
Simply because if you have’nt App IP, you can’t manage comments on facebook app desktop.
you can’t have any feedback from Facebook on who are liking your content and more…This is a basic to work with facebook and with this plugin too.
Create an application on facebook take 2 minutes…The notification come from function php
missing_config()on line 98 in AWD_facebook.php//error from open Graph ID application if($this->plugin_option['app_id'] == '' && $this->plugin_option['admins'] ==''){ ?> <div class="error"> <p><?php printf( __('Facebook AWD is almost ready... Go to settings and set a FB app Id (Notification from Facebook AWD)', $this->plugin_text_domain), admin_url( 'admin.php?page='.$this->plugin_slug)); ?></p> </div> <?php }If you want to remove notification from Facebook AWD without submit an app id, simply add at least an admin id (your fb id) in settings plugins. OR comments lines php in function
If you won’t use that, the content shared on facebook by like button and shared will be not owned by you… so you will do socials in the wind…And PLEASE, do not forget that my work is free… so if you want change your plugin, you can…
But i’m not sure other plugins can use same special features…
And fast support too… 😉New version V0.9.7.3.1
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersno its a bug since 0.9.7.3 for everybody it use fb.login to call popup instead of xfbml fb:login
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersThank you for feedback, i will try this plugin, maybe a problem from cache.
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Connect Normal RegistrationYou should try the last version. 0.9.7.3
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersCan you try the last one ? 0.9.7.3
There is lot of fix and new SDK PHP AND JS from facebook.Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersdo you have last version ? 0.9.7.2 ?
maybe facebook do a update of the plugin… nothing was change in the updated version of the facebook awd like box… can t help you on that…
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple userswhat are users the plugin was created ? rabdom users ?
Forum: Plugins
In reply to: [Facebook AWD All in one] Normal Login and Facebook loginHi, you must use the function php to get the correct link to logout… if you hide the button:
<?php echo wp_logout_url(); ?>
++Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaYou should add “Width” option in the shortcode…
<?php echo do_shortcode('[AWD_comments url="'.get_permalink().'" width="300"]'); ?>Note: CSS is no more supported by facebook…
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Connect Normal Registrationthe text “Sign up with your Facebook account” can’t be hidden.
Have you ever had a similar problem with your plug-in?
No, The plugin use both PHP sdk and JS sdk to log in…Note that when facebook will submit a new SDK working with JS SDK 3.0, (5 august) the plugin will be updated to work with Oauth2.
Maybe a plugin or your theme rewrite the avatar function with a filter…