description being ignored

droberts001 Mar 13, 2012 06:04PM EDT

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

1 Community Answers

Paul Mar 21, 2012 03:55PM EDT

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.

Still need help?


General Topics

 

Developers