Coded by Clay Ewing (c.ewing@miami.edu) www.claytical.com
This is a really simple plugin to just push the new share activity in iOS6 out. Anyone that wants to add to this, please feel free and keep me in the loop!
Take a look at index.html for full use, but basically calling it is really straight forward:
SocialFrameworkPlugin.show( shareSuccessCallback, shareErrorCallback, textToYouWantToPushToShareActivity );
I have noticed in PhoneGap with the iPhone 5 simulator that the icon for Messages doesn't exist.
If you want to modify what services show up, modify the line 33 in SocialFrameworkPlugin.m:
activityController.excludedActivityTypes = @[UIActivityTypePostToWeibo, UIActivityTypeAssignToContact, UIActivityTypeCopyToPasteboard];
A full list can be found at http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIActivity_Class/Reference/Reference.html#//apple_ref/occ/cl/UIActivity