Hi, Could you update the plugin to use WP_PLUGIN_URL and/or WP_PLUGIN_DIR instead of hardcoding /plugins/ please? WordPress gives users the ability to move and rename their plugin folder and Wassup wasn't working properly until I figured out it currently uses /plugins/ hardcoded. http://codex.wordpress.org/Determining_Plugin_and_Content_Directories
Thanks.