AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] facebook AWDBottom left ???
Pagination ?
==> screenshot <==Can you post here all the code from error ?
CURL is a very popular extension for php.
It is by this way facebook communicates with your site.To install it, you must do it on you server, or contact your host.
To remove the plugin, if you have fatal error, you must delete the folder facebook-awd in wp-content/plugins/
All shortcodes can be used as php in wordpress.
To add a login button in template:
<?php echo do_shortcode('[AWD_loginbutton]'); ?>You should read this post and translate it at the bottom of the page:
http://www.ahwebdev.fr/plugins/documentation/facebook-awd/activer-facebook-connect-sur-son-blog-wordpress.htmlWhy are usernames registered as the users first name instead of e-mail?
Because wordpress system log in is based on the usernames.
Username = First Name because it’s the login name, users can redefine nickname in wordpress profile.
I will add an option for that in settings.What happens when a user connects with the same name as someone else?
If username already exists it count the number…
ahwebdev ahwebdev1 ahwebdev2 …3 …4Génial! Ah oui, au fait… je suis français. 😉
Ok, I found the error…
You are using likebox with xfbml code, and not form that AWD facebook plugin.
the code in your widget text will declare the init of facebook connect, but this must be call only once on a page and the plugin already does it for you.
You should remove those lines in your widget text:<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>this is the base of facebook implementation
Note that you do not need to use custom code from facebook, you can use a widget AWD facebook like box instead of widget text with code form facebook, AWD widget like box will generate code for you.
Forum: Plugins
In reply to: [Plugin: Facebook AWD] PHP Errorsdid you find a solution ?
I think it’s an error from facebook.
You should try create a new app on facebook, and test it first.Sometimes migration does not work.
Did you activate opengraph in settings of plugin and fill the form ?
Without that facebook like will not work anymore.
Forum: Plugins
In reply to: [Plugin: Facebook AWD] PHP ErrorsHi,
I think your server does not accept session ?
that problem come from your host…
I can’t help you for that.This function is basic…
The first error say : can not write session
second and third errors are because there is a first error…Hi,
That’s not enought, you must activate opengraph in general settings of the plugin.
then you must fill the form in openGraph menu,
for each kind of posts.
You can use pattern as %POST_IMAGE% to use featured image, etc…This will add all og:meta you need to work with like and to manage the format of shared content on facebook.
You can look in code source of header html (ctrl + u on firefox)
you can find some meta like this:<!-- Facebook AWD [v0.9.7.8-Beta1] START Open Graph Tags for --> <meta property="og:url" content="http://www.ahwebdev.fr"/> <meta property="og:title" content="AHWEBDEV"/> <meta property="og:type" content="website"/> <meta property="og:description" content="AHWEBDEV est un site de développement d\'applications web, iphone et ipad. On y trouve de l\'info sur des plugins, des sites web, et des applications. En particulier sur le système WordPress."/> <meta property="og:image" content="http://www.ahwebdev.fr/wp-content/uploads/2011/08/logo-flat-ahwebdev-new-bg.png"/> <meta property="fb:admins" content="573956468"/> <meta property="fb:app_id" content="125865524167029"/> <meta property="og:site_name" content="AHWEBDEV"/>Hi,
You have an errorError : FB.Auth.setAuthResponse only compatible with OAuth2.
You must go in your application settings on facebook.com, and set that your app is migrated to oauth2.
This plugin work with last api from facebook.
Are you using ssl connection ? (https) ?
what do you set as redirect url ?Ok, i think maybe it was a probleme with old cookie format and old applications from facebook…
Hi, What is url of your site ?