php - shareThis change title when used -
i using sharethis integrate social websites site. want able set title of share whatever like. right using:
<span class='st_facebook_vcount' displaytext='facebook'></span> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"> </script> <script type="text/javascript"> stlight.options({ publisher:'12345', }); </script> <span class='st_twitter_vcount' displaytext='tweet'></span>
i want part of title set dynamically via php variable (name of profile owner).how can ddone?
thanks,
see http://support.sharethis.com/customer/portal/articles/475079-share-properties-and-sharing-custom-information add st_title="your title" span:
<span class='st_facebook_vcount' displaytext='facebook' st_title="your title></span>
Comments
Post a Comment