=== RainmakerMoxie === Contributors: nsimon Tags: ajax, contacts, crm, email, favicon, facebook, flickr, foursquare, gmail, google, gravatar, i18n, identity, linkedin, myspace, plancast, profile, rainmaker, sendgrid, social, twitter, widget, yahoo, youtube Requires at least: 2.8 Tested up to: 3.1.3 Stable tag: trunk RainmakerMoxie (BETA-limited support) is an interactive sidebar widget. Enter an email address and it displays a photo, name, social links and more. == Description == **Enter an email address and available contact information is displayed:** * Photo * Name * Demographic information * Personal interests * Clickable social links (LinkedIn, Twitter, Facebook, ...) * Recent [Twitter](http://twitter.com/) updates * Recent [Plancast](http://plancast.com/) plans * *Optionally*, emails the displayed contact information to any valid email address Contact information provided by [Rainmaker](http://rainmaker.cc). ([@get_rainmaker](http://twitter.com/get_rainmaker)) Email services provided by [SendGrid](http://sendgrid.com/). ([@SendGrid](http://twitter.com/SendGrid)) == Installation == **Plugin Requirements:** * PHP 5.2.0 or greater. * WordPress 2.8 or greater. * cURL PHP extension (only if using the optional SendGrid emailer). **API Keys:** * REQUIRED: [Rainmaker API key](http://api.rainmaker.cc/register/). To be entered on the RainmakerMoxie Plugin options page. * OPTIONAL: [SendGrid Username and API key](http://sendgrid.com/user/signup/). To be entered on the RainmakerMoxie Plugin options page. **Installation Instructions:** 1. Upload the rainmakermoxie folder to: `/wp-content/plugins/` 2. Login to your WordPress admin dashboard. 3. Select the **Plugins** link. 4. **Activate** RainmakerMoxie. 5. Select **click here to configure the Plugin** 6. Configure the Plugin options: - Enter your REQUIRED Rainmaker API key. - Update any of the REQUIRED defaults: Max Tweets, Max Plancast Past Plans, Max Plancast Upcoming Plans, Sidebar Title. - OPTIONALLY, enter your SendGrid Username and API key. - Press the **Save** button to save the options. 7. Setup as a sidebar widget: - Select the **Widgets** link. - Drag **RainmakerMoxie** from Available Widgets into the Sidebar. 8. That's it. Enjoy the RainmakerMoxie Plugin! == Screenshots == 1. Sidebar widget style 1: Lookup and display contact information. 2. Sidebar widget style 2: Lookup and display contact information AND email it to any email address. 3. Sidebar widget with example contact information displayed. 4. RainmakerMoxie Plugin options page in English. 5. RainmakerMoxie Plugin options page in Chinese. == Changelog == = 1.1.2 : 2011-07-09 = * Added social clicklet googleplus. = 1.1.1 : 2011-07-04 = * Do not attempt to append blank organization titles. = 1.1.0 : 2011-07-03 = * Sort displayed interests. = 1.0.9 : 2011-07-03 = * Added social clicklet hi.im. * Sort displayed social links. = 1.0.8 : 2011-07-01 = * appendSocialLinks(): Check for blank URLs before appending links. * Added social clicklet livejournal, multiply, tripit, wordpress. = 1.0.7 : 2011-07-01 = * Social type: ignore 'MySpace', but still handle original 'Myspace'. * Added social clicklets klout, googlereader, soundcloud. = 1.0.6 : 2011-06-30 = * Moved sgUsername/sgApiKey out of if() block in displayAjaxForm(). = 1.0.5 : 2011-06-29 = * Ignore duplicate 'stack overflow' social link creation. * Reduce textbox width from 16em to 15.5em. = 1.0.4 : 2011-06-28 = * Updated all language localization files for updated strings. * Split-up the "Rainmaker API key required" string into start + get_one_here_url + end. = 1.0.3 : 2011-06-28 = * Shortened textbox text for both boxes. * Adjusted css textbox width (to 16em) and font-size (to .85) to optimize same-line spinner. = 1.0.2 : 2011-06-27 = * Updated css textbox properties to be in proportional em's. = 1.0.1 : 2011-06-27 = * If Rainmaker API key was not entered, added sidebar link to "Get one here". = 1.0.0 : 2011-06-26 = * Added Spanish(MX), German, and Italian language localization files. * Released as version 1.0.0. = 0.6.7 : 2011-06-24 = * Created css textbox width property for cross-browser compatibility. Tested on Firefox, IE 7, and Safari. = 0.6.6 : 2011-06-24 = * Modified sidebar and email gravatar ALT and TITLE text to be contact name. * Modified email attribution line from "Powered by Rainmaker" to "Powered by Rainmaker and SendGrid". * Now traps Rainmaker 403 return code (api key missing, invalid, or limit exceeded). * Simplified "Tags:" in php and readme. = 0.6.5 : 2011-06-23 = * Added additional social link chicklets. = 0.6.4 : 2011-06-22 = * Fix to gracefully handle empty return buffer from Rainmaker. = 0.6.3 : 2011-06-22 = * Initial version.