Email Widget

padmaja.akella May 04, 2012 03:09PM EDT

Hi
I am using email widget for one of our applications and would like to add a custom image and a custom note.
Can you please advise how I can achieve the functionality.
Also is there a way to forgo Captcha validation at all?

I am pasting the code below, but the widget does not pull the custom note.
Please advise a way to achieve this functionality.

I am using :
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_email"><img src="http://s7.addthis.com/button1-email.gif"
width="54" height="16" border="0" alt="Email" /></a>
</div>

<script src="http://s7.addthis.com/js/300/addthis_widget.js" type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.ui_show_promo = false
} else {
var addthis_config = {
ui_show_promo: false
};
}

if (typeof addthis_config !== "undefined") {
addthis_config.ui_email_note = "I thought this item from the " + document.title + " was worth sharing. Take a look."
} else {
var addthis_config = {
ui_email_note: "I thought this item from the " + document.title + " was worth sharing. Take a look."
};
}

</script>


Thanks and regards
Padmaja.

Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers