AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Connect Not workingWhat is the url of your website ? thx
Forum: Plugins
In reply to: [Facebook AWD All in one] Problem after update@hreeves59: what’s version of wordpress do you use ?
home_url()exist from the wordpress 3.0, and this plugin is compatible only since the 3.1
You should update your wordpress install.To uninstall facebook AWD, delete it from your ftp.
Please take the time to vote!
Thanks!
You can try know the dev version
Try the dev version and said me if it’s working better:
Dev versionCan you clean all your cookie, path and domain, and retry ?
Are you all using cache system ?
Soon, 2 or 3 days.
the plugin already use a JS login. then reload the page, if the Facebook ID is find by the API, so wordpress will try to login you.
Did you set that your app is mgrated to Oauth2 in FB app settings ?
Did you use an other plugin to perfom login action ?@popsantiago:
Je vais soumettre une nouvelle version dans la journée,
L’init se fait différemment. à tester…Hi every body:
Did you set a lang in AWD settings ? 0.9.7.5 have some problems with default value.
If WPLANG and lang field in settings are empty, so an error is know on the front.
Because I load the lib with the lang paramS.e.src = document.location.protocol + '//connect.facebook.net/<?php echo $this->plugin_option["locale"]; ?>/all.js<?php if($this->plugin_option["parse_xfbml"]==1) echo "#xfbml=1"; ?>';?????
Yes because you are using PHP 5.3.+ i will update to fix that.
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaWhen someone posts a comment through the fb comments box, is there a chance increment the Comments counter?
No, because wordpress define this number by query on the database.
The Facebook AWD SEO comments plugin will do that. he already does 😉
The way i do is to use a filter function on the comments_number hook.
I get number on facebook comments using FQL facebook query (api)
and i make an addition with wp comments numberForum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaYou can see it in action here:
http://www.ahwebdev.fr/plugins/facebook-awd.htmlForum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaI am sorry, i do not know any one, but maybe you can find it with no difficulty in the plugins codex.
The plugin i am writing no pretend to be free version.
And not pretend to import comments.
Simply because, if a facebook user comment on the commentsbox, and not exist in your install that is making trouble in wp system link etc…I simply call them from facebook and add them to the comments array.
In that way, if one day you decide to remove facebook from your site you will have no problem.
I will add a feature to import as text file, if one day you would sync them in database
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaif you added the box via shortcodes as you said before, YES.
You just need to disable wordpress comments on posts/pages.Maybe you will need to move somewhere else the shortcode to be outside the condition (if(comments_open()))
and that’s it
Note: an extension of the Facebook AWD is in progress, to get fb comments in the wordpress system (html). For SEO impact.