@erb
Alright, just as I suspected it worked correctly here, so there's got to be something that your hosting provider is blocking with the server config. You can see your image page in action here on my devsite.
I'll take a look and see if I can find a work around for it, but my guess is that your host blocks outbound request via curl etc and that is stuffing the plugins up.
The way the plugins work is that the javascript is loaded, then when a call is made, it pings facebook for their content, which then generates a dynamic iframe. So something in that process is being blocked.
Edit:
You should also contact your host and see if this is something that can be enabled.
Hey guys and/or gals,
I've transferred VPS and everything appears to be operational as planned with no interruption in service. However, as we all know, sometimes sneaky bugs happen when you attempt full site migrations. I changed from a shared hosting to a dedicated VPS, domain and everything stayed the same.
If you run into any errors on the site, please let me know!
hi,
i just downloaded your zenFBLike plugin. it worked right away. I have just a remark, looks like you add a "fb-root" div but you close it immediately. Would it not be more accurate to close it after all the FB scripts (i guess it was intended this way but i am certainly wrong)? Anyway, thanks for the plugin.
frank.
ps: sorry for the double post. i didn't pay attention to your last comment in the other thread.
having another look at the zenFBLike plugin, i noticed that the 'show_faces' option is not taken into account. so it is always set to true.
and looks like the 'layout' option has been left on the side too.
also no matter if someone liked the page or not, i still get the 'Be the first of your friends to like this' message. how do you get the 'N people like this' message like on your zenFBLike page ? thanks for your help.
frank
well the options are there in the plugin interface, it's just that nothing is really done with them. i think this piece of code
if ($layout == 1) { $zenFBLike_html .= ' layout="button_count"'; } if ($faces == 1) { $zenFBLike_html .= ' show_faces="false"'; }
should be added in zenFBLike function right after the `$zenFBLike_html .= '
zenFBLike update -
v0.1.2
* bugfix to zenFBLike html output to incorporate all options. It appears the initial save I had made with this was not uploaded properly. (Thanks to FrankM in the support thread for pointing out the oversight!)
* addition of the "Box Count" option for layout giving another layout style for the likebutton.
Info, download, demo HERE
Hello again!
After dusting off the old keyboard and taking a look at the changes to Zenphoto, I realized it was time to do some updates to the zenFBSuite of plugins.
Notable changes:
While I tried to avoid this last bullet, Facebook has made changes to their plug-in api that will require it in the future. I figured now is as good a time as any to require it instead of you losing functionality later down the road.
I have posted step-by-step instructions on how to create your app_id for use with the plug-ins.
For information, demos, and download of the suite of plugins, please visit this link.