James Hunt was on the right track and his solution works. However a better solution is to copy the actual iframe code that previews the button from https://twitter.com/about/resources/buttons#follow
This allows it to show up on any email client that allows HTML even if the user has images disabled. Following James hunt, you will just have a text link if this is the case.
Modified Steps:
- go to https://twitter.com/about/resources/buttons#follow
- choose ‘follow’ in ‘choose a button’
- type your username in ‘Button options/user’
- test it by clicking the button under ‘preview and code’
- right-click that button and ‘inspect element’
- Using the code inspector, copy the
- paste the code where you desire it. (Signature or email body)
Step 6 Example Code (for those who aren’t sure what they’re looking for):
That’s it! You should have a fully functional twitter button in your email with hover effects and all.
Cheers