AHWEBDEV
Forum Replies Created
-
No, it’s not an essential feature, you can use shortcode to insert it manually and set url, you can set widget with like box or like button with custom url too…
Facebook recommend to use it on product pages, landing pages etc…
Like box is here for that. A global like button can also do that.
But it’s a logical way to use unique button instead of globals, each time people like your posts, your presence on facebook will grow, and not from an unique subject and basic description of your general landing page but with a content with more value than general thing.You should read the documentation about openGraph and Facebook logic sharing. It’s a page really complete to understand the concept.
(sorry for my english…)
You can’t with an automatic insert of like button in single post/page
Because Url come from the current post.If you want use same url in the like button everywhere, you mst insert it with shortcodes in your template.
Yes, it’s normal, because:
1. the plugin log you on facebook with javascript…
2. the plugin reload the page to transfert the session to php.
3. Your are connected to wordpress with your facebook account.Until i add ajax in the plugin we can’t….
Are you super administrator on your site ?
Thank you ! I will change that in the plugin for 0.9.9
Your are in mode debug!
Your should modify the mode debug in your file wp-config.php
It’s working on IE…
You should read this post, and read documentation before ask something it’s not a bug.
And there is a bug tracker direclty in the plugin…
You can submit a ticket here:
http://trac.ahwebdev.fr/projects/facebook-awdMaybe it is a good way, to verify perms when loggin…
It’s normal because the system, will check if Facebook user id exists too.
The systeme is looking for:
fb_uid.
fb_email.If one of those value exists, Fb account will be sync.
Normal way for Fb Connect.No, the username is create from Fb username.
If the plugin redirect you to the Facebook login page, it’s because you have javascript errors on your page.
It’s not possible to make Facebook AWD Xhtml valid because it’s a recent plugin developped on Html5…
If you already accepted permissions from your application, even if it was on an other site.
You can test it by removing your app from your fb account, and try to connect again on your site.
To knwo if a user form facebook already exists, the plugin use 2 user meta.
fb_uid and fb_email.The other way is to used a custom function
You can find it hereThe dev version will serialized all other data form facebook.
The /me result of api.
This will be stored just when user log in to have better performance.I will add an option to unsync account.
Comments plus is using old API from facebook.
Facebook AWD use the new one, 3.1.1So until Comments plus will be updated, you can’t use both on your site.
So please add this bug to the bug tracker of the plugin.
here => http://trac.ahwebdev.fr/projects/facebook-awd
thanks