Share image through social networks with button

Viewed 32

I have five buttons, each of a different social network, to share an image on social networks. These buttons currently share the text, but they do not get to share the idea.

Is there any way to share an image through a button on social networks without needing social network API?

For example, for Twitter, I have the following:

<li><a href="https://twitter.com/intent/tweet?text=compartir%20tweet%20con%20imagen%20" target="_blank" title="twitter"><i class="fa fa-twitter"></i></a></li>

What would be a button with the Twitter icon that sends a tweet predetermined by me? I want that tweet to have an image without needing an API.

0 Answers
Related