I includes Tweet button in our website, I’d like to share an url and image. When I clicks on Tweet button on our site, I can see the shared title and the preview of the image I chose to share. Something like pinterest: The following code is for pinterest. If I pass the “image link url” to media field, pinterest will share the image.
<div class="social-link">
<a target="_blank" data-pin-config="beside"
href="//pinterest.com/pin/create/button/?media=imageurl&description=TestTitle
<img src="//assets.pinterest.com/images/pidgets/pin_it_button.png">
</a>
</div>
Thanks a lot! Have a good one!