AHWEBDEV
Forum Replies Created
-
I do not understand what you said before…
You got problems with login Or logout now ?
1. Try first by settings redirect url in general settings and in widget as null.
2. If that not works:
The plugin is working with actions hook.
You can overide the login custom callback as you want using it in php function.php or in your plugins.You must replace the function afected to the AWD_facebook_redirect_login hook.
This function is called when the user was logged in.How to (in functions.php or in your plugins):
//declare function to use for login redirect function my_custom_redirect_fblogin() { echo 'if(window.location != window.parent.location){ // page is in iframe so we need to refresh it top.parent.href = "'.$this->facebook_page_url.'"; }else{ // page is displayed standalone window.parent.reload(true); } '; } //remove native function form Facebook AWD redirect after login. remove_action('AWD_facebook_redirect_login','js_redirect_after_login'); //add the function to the hook. add_action('AWD_facebook_redirect_login','my_custom_redirect_fblogin');Note: for the moment, you must let hte field, login url redirect empty, in widget and settings.
until i add, fix and test the code on the plugin.And i add that since 1st october for facebook tab, you MUST provide a HTTPS url,
because if users on facebook are using https, and if your site cannot be in https, so facebook won’t allow your app to work.Redirection is coded in javascript with a window.location.href = “URL”
Before it was window.location.reload(1); but it was changed because there is an issue.I need to work on the plugin to add a better work flow and allow him to work in a facebook tab.
Can you submit a ticket here
http://trac.ahwebdev.fr/projects/facebook-awdthx
No sorry it’s not possible with facebook.
Like box is not the same thing.
A like box work with the url of a facebook page.
So your server will never been call by a like box.When a user click on the like buton (not in like box) facebook will check if url exists in cache.
If not he will fetch your meta og tags by calling your server.if your server responds with a redirect 403 before return the good datas, facebook will not know that.
And i think it’s not good for your SEO…
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] Logged as adminPlease submit a new bug tracker ticket
here => http://trac.ahwebdev.fr/projects/facebook-awdfb:admins should not be your email,
fb:admins is ID Facebook, it’s number that identify you on facebook.
You can add multiple admin id, sperate them by coma.No more support here, please follow link above…
Do not worry, iwiil do more conception before paste it in the source code.
You can create a new ticket.
Hi, Nice tips,
Please mihaiil can you paste this code to the tracker of the plugin ?
This will be added in next release for 0.9.8
HERE => http://trac.ahwebdev.fr/projects/facebook-awd
thx!
Hi, to help you please follow this link and submit a new ticket on the support page of the plugin.
but a user that connects up with Facebook can’t login with their created wordpress account. They have to hit connect to facebook anytime they login.
It’s not true, WordPress send an email to users connected with Facebook on your site to give them a password and username.
If they do not receive email, they can ask to renew password.
This feature is already in the pugin.
Hi, when you change image in the settings, you must go FIRST to the debugger url linter of facebook to clear cache, then you will be able to share correct image.
If your site use cache, you must clear cache. because each time you click on like button, facebook will not comme and fetch info from your site if he already has in memory.
This problem come from your server…
Each time facebook try to get a page on your site, it seems your server do not let facebook read your pages. and send a 403 error code.
Or maybe some ressources that are calling in your code are missing.
You should contact your host.