Emailed Author: You;re calling a lot of files remotely and incorrectly
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css" type="text/css" media="all" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
These should all be included in the plugin, except in the case of files we already have in WordPress.
WordPress includes its own version of jquery, which has been rigorously tested with WP and many of the most common plugins. In order to provide the best compatibility and experience for our users, we ask that you not package your own (especially not an older version) and instead use wp_enqueue_script() to pull in WordPress’s version.
Please review http://codex.wordpress.org/Function_Reference/wp_enqueue_script and update your plugin accordingly.
Keep in mind: Offloading the default jquery and other scripts to Google is similarly disallowed for the same reasons, but also because you're introducing an unnecessary dependency on another site. If your code doesn't work with the built-in jQuery, it's most likely a noconflict issue. If you can't guess, we -really- want you to use our jquery, and if you can't, we need to know why so we can fix things for everyone.
Your plugin is incomplete and is missing a valid or complete readme.txt file. Please create one based on this:
http://wordpress.org/extend/plugins/about/readme.txt
Alternately, you can use this tool to generate one:
http://tools.trepmal.com/wp-readme-generator/
A readme.txt is needed so your plugin will display correctly in our repository, but also so we can make sure you're providing the users with all the information they need before they install your plugin. Our goal with this is to make sure everyone knows what they're installing and what they need to do before they install it. No surprises :)
This is especially important if your plugin is making calls back to your own servers. For the most part, we do not permit offloading of images or code, however in the case where you are providing a service (like Disqus or Akismet or Twitter), we permit it. The catch is you have to actually explain this to the layman in your readme, so they know where data is going.
Your readme MUST validate per http://wordpress.org/plugins/about/validator/ or we will reject it. Keep in mind, we don't want to see a readme.MD. Among other things, the formatting for markup is different, and the filetype isn't read by our system.
Please send a link so the completed plugin can be downloaded. Alternately you can reply to this and send a .zip file. Note: We would like you to send the whole plugin, not just the readme, as we will re-review your entire code as a whole.
As this is for a new plugin request, please reply within seven days of this email or we will reject your plugin.