sharethis を自分のサイトに統合しました。facebook と google plus で共有されるタイトルと概要をカスタマイズしたいのですが、何らかの理由で facebook と googleplus は URL を取得するだけで、st_title と st_summary 変数で指定したタイトルと概要が表示されません。
これを頭に追加しました。
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "1234"});</script>
私のhtmlには、このようなものがあります
<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>
また、opengraph (meta og タグ) も使用できません。タイトルと概要を設定するために JavaScript も試しましたが、結果は同じです。