How can I share with socialsharing a json entry.title?

How can I display my entry title with this code?

<button onclick="window.plugins.socialsharing.share(post.title)">message only</button>

entry.title is my blog’s post title.

Can anyone help me solve this?