Title: [Plugin: Find Me On] Code error: trying to load incorrect css?
Last modified: August 20, 2016

---

# [Plugin: Find Me On] Code error: trying to load incorrect css?

 *  [knightnet](https://wordpress.org/support/users/knightnet/)
 * (@knightnet)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-find-me-on-code-error-trying-to-load-incorrect-css/)
 * There appears to be an error in the code.
 * Line 536 of find-me-on.php contains:
 * `echo '<link type="text/css" rel="stylesheet" href="' . $findmeonplugindir . '/
   stylesheet.css" />' . "\n";`
 * But this doesn’t exist and trying to call it adds significant overhead to the
   page load.
 * I have changed it to:
 * `echo '<link type="text/css" rel="stylesheet" href="' . $findmeonplugindir . '/
   css/style.css" />' . "\n";`
 * which gets rid of the problem. However, surely this should be using [wp_enqueue_style](http://codex.wordpress.org/Function_Reference/wp_enqueue_style)?
   This would allow a number of efficiency gains to be made. The same is true of
   the JS.
 * [http://wordpress.org/extend/plugins/find-me-on/](http://wordpress.org/extend/plugins/find-me-on/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [knightnet](https://wordpress.org/support/users/knightnet/)
 * (@knightnet)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-find-me-on-code-error-trying-to-load-incorrect-css/#post-2821233)
 * In fact, looking more closely at the code, the whole thing is naff. Sorry, I 
   know you’ve put a lot of effort in and it does look nice. But it is just to inefficient.
 * Sad to say, I’m stripping it all out and putting in static links instead.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Find Me On] Code error: trying to load incorrect css?’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/find-me-on.svg)
 * [Find Me On](https://wordpress.org/plugins/find-me-on/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/find-me-on/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/find-me-on/)
 * [Active Topics](https://wordpress.org/support/plugin/find-me-on/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/find-me-on/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/find-me-on/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [knightnet](https://wordpress.org/support/users/knightnet/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-find-me-on-code-error-trying-to-load-incorrect-css/#post-2821233)
 * Status: not resolved