AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areahi facebookers, can you open a new topic in the support forum ? thx i will answer you on it. ++
Forum: Plugins
In reply to: [Facebook AWD All in one] post image in open graphare you using featured post image ? this plugin add an image size 50×50
to generate all the thumb from your old post, you should try a plugin to regenerate all thumb for your old post.can you try first look in the code html of your post to check if an image is added to your graph tags? if no image so there is a problem…
if there is an image specified but not showing in facebook so it s a problem of sizing… if image is too large, facebook will not register your image.
note that if your old post was liked before you install the plugin, you should try clean the cache using the url linter of facebook.
i am answering with my iphone and i am on holiday, i can’t browse the code now to help you more than that…
if you have again problems after trying to do what i said i will help you when i ll comeback!
Forum: Plugins
In reply to: [Facebook AWD All in one] post image in open graphthis plugin is compatible for wordpress 3.1 and no backward compatibility….
%POST_IMAGE% is using to get post thumb url of a post or if no thumb, to get the post image in post.
so to get the image you should use the new featured image system on postForum: Plugins
In reply to: [Facebook AWD All in one] Facebook Connect Normal Registrationnice ! i will add some hook action in connect module to allow you add/remove content in connect widget.
You can dowload last version with fix.
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook pop up does not closeHi,
New versio use php SDK 3 and JS sdk facebook… 0.9.7.4
OAuth2 is using for connection between facebook and your site.1.You must update settings in your app facebook to say your app is migrated to OAuth2.
If pop up do not close, please clear your cache, and reinstall plugin. that is fixed in last release.
2.’user_login’ is not for email…
So hook are added to the plugin and will be explained later.
You will be able to create a subplugin to overwrite or add some functions/options.
So would create your own login process.3. for the notification you’re right…
I will add it, with an option and hook to customize.For the changes on the plugin:
Revision Log [RSS Feed]
Trac Browser
Wordpress gives us some tools to help devs and users. I can’t give more work than i do on the plugin. i try add some docs and other but it’s hard and i do not want lost my time before the 1.0…Thx for report and help.
Forum: Plugins
In reply to: [Facebook AWD All in one] Problem after update0.9.7.4 online…
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] logout link errorYou can’t use the logout link from admin bar (at top…) for the moment… will be added in the next release…
If you want logout, you should use the
<?php wp_logout_url($redirect); ?>function.Or use the link in the fb login button module. (the redirect url should only work in this module)
Note that the redirect url should be on the same domain as your site using fb connect.
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersYou can Try 0.9.7.4…
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersnot really a bug but a liitle problem with js…
Forum: Plugins
In reply to: [Facebook AWD All in one] Problem after updateok i think my testing was not really good…. i will fix it tnight…
Forum: Plugins
In reply to: [Facebook AWD All in one] Problem after updatewhat is your versio of wordpress ?
Forum: Plugins
In reply to: [Facebook AWD All in one] Problem after updateThis bug was fixed in 0.9.7.3.1. thx for report
Yes… it’s a bug… a little mistake in the code.
Oups… I saw that i forget this var in the code…
Thanks a lot.
Just wait for the 0.9.7.3.2 release…