We're using a custom addthis:title and addthis:url on our intranet site to share external links.
It works with Firefox, Chrome and IE6, but *not* IE8. IE 8 shares the page URL and Page Title of the intranet page instead of the custom set title and URL.
Source:
<P style="display: inline;">Any SMB-focused reseller, even if not a @Sprint Wholesale customer today can quickly offer cloud solutions http://bit.ly/HMlxX2</P>
<!-- Replace addthis:title and addthis:url parameters -->
<div class="addthis_toolbox addthis_default_style" style="float: right;"
addthis:title="Any SMB-focused reseller, even if not a @Sprint Wholesale customer today can quickly offer cloud solutions "
addthis:url="http://bit.ly/HMlxX2"
>
<a class="addthis_button_twitter" > </a>
<a class="addthis_button_facebook" > </a>
<a class="addthis_button_linkedin" > </a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=sprintshare"></script>
<!-- AddThis Button First Element END -->
</div
This question is closed to new answers.