I have integrated sharethis into my site. I want to customize the title and summary that is going to be shared via facebook and google plus but for some reason facebook and googleplus only picks up the url and does not show the title and summary that I provided in st_title and st_summary variable.
Added this to head.
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "1234"});</script>
In my html I have something like this
<span class='st_facebook' st_url="http://www.cnn.com" st_title="CNN-Test Website" st_summary="Shared CNN news"></span>
<span class='st_googleplus' st_url="http://www.cnn.com" st_title="CNN-Test Website" st_summary="Shared CNN news"></span>
Also I cannot use opengraph (meta og tags). I have also tried javascript to set the title and summary but still the result is the same.