vielhuber
Forum Replies Created
-
It was easier than i thought:
If you only need the plugin on your Login/Register Pages and want to prevent, that it is loaded EVERYWHERE on your page (even in private backend data), simply add this snippet to your functions.php:
remove_action(‘wp_enqueue_scripts’, ‘sfc_featureloader’);
remove_action(‘admin_footer’,’sfc_add_base_js’);
if($_GET[“page”] != “sfc”) {
remove_action(‘admin_init’,’sfc_admin_init’, 9);
}Login/Registration/Administration works perfectly.
Perhaps it is that i come from germany and the serving connection from the facebook servers are not as good as at your place.
I try to modify your plugin by myself, this couldn’t be so difficult.
Then I bring up my results here.Thanks for your time, Otto.
I have proof with using Firebug Network Analyzer:
GET XFBML
https://static.ak.connect.facebook.com/connect.php/de_DE/js/Api/CanvasUtil/Connect/XFBML
static.ak.connect.facebook.com
59.5 KB
37.76sThis was nearly worst case!
Simply tell me how to deactivate the plugin enqueue_scripts and enable them only at necessary points.
Another argument is that I don’t want to integrate Facebook Files into private backend data. I see that nothing is catched by Facebook but I think it could be a security issue.
Hi Otto!
Sorry, but I cannot see this behaviour.
Its loading, loading and loading.
And in the left bottom corner there is always standing
https://static.ak.connect.facebook.com/…What am i doing wrong?
I use W3 Total Cache and other plugins;Forum: Plugins
In reply to: No plugins to showFixed after a reboot of my server!
Forum: Plugins
In reply to: No plugins to showNobody has a solution for this?
Forum: Plugins
In reply to: No plugins to showI have exactly the same problem.
Suddenly i don’t see ANY Plugins and i get “No plugins to show”.
I checked all permissions (even set everything to 777).I see
* all (26) |
* inaktive (3) |but cannot see anything (the links are “dead”).
Please help!
I wait for wordpress 3.0 in order to get rid of this :'(