When a user shares via email the description is ignored.
The title works, but the description is not added to the body of the email. I am trying to add a default message.
Here is the page: http://www.localsky.com.au/index
The description isn't put into the notes field. If you want to put a note there use this code:
<script type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.ui_email_note = 'Your note here'
} else {
var addthis_config = {
ui_email_note: 'Your note here'
};
}
</script>
This question is closed to new answers.