I’ve got my twitter tweet button working, but I have to use a custom image that I need to use instead of the classic tweet button that comes with the https://dev.twitter.com/web/tweet-button
anyone has an easy solution?
Thanks!
A Tweet button provides an easily recognized image to create a new Tweet from a web page. You may use a Tweet web intent link to add your own Tweet call-to-action to the page. https://dev.twitter.com/web/tweet-button/web-intent
Twitter’s widgets JavaScript can manage interactions with web intent links including JavaScript events and managing child windows. https://platform.twitter.com/widgets.js
Brilliant mate,
It solved it,
cheers!