You can send implicit messages using the yml:message tag in your full page view. Here is an example:
CODE
<yml:message name="message-tag">
<input type="hidden" name="image" value="http://farm1.static.flickr.com/42/279286083_000b85496e.jpg?v=0">
<input type="hidden" name="subject" value="Watch StrongBad now!">
<input type="hidden" name="body" value="Xavier just sent you a bottle of Dom!!! - Don't take it, it's a bad 1993!!">
<input type="submit" value="send a bottle of Dom to your friends now!">
</yml:message>
You can trigger a share panel with the following code:
CODE
<yml:share>
<input type="submit" value="Share this app">
</yml:share>
hope this helps,
Xavier