I'm in the process of creating a custom mailchimp template, but I've hit a snag with some social media buttons.
*|TWITTER:TWEET|* *|FACEBOOK:LIKE|*
outputs this:
What I need is this:
Since this is a custom template, I can't drag and drop prefab icons into the design. Here are some of the alternate methods I've tried:
<a href="http://www.facebook.com/sharer.php?s=100&p[url]=*|ARCHIVE|*&p[title]=*|MC:SUBJECT|*"><img src="~fb_icon~"></a>
<a href="http://twitter.com/share?url=*|ARCHIVE|*&text=*|MC:SUBJECT|*"><img src="~tw_icon~"></a>
When sent, the url is stripped from the image or returns nothing between the quotes.
If any mailchimp experts can offer some insight, I'd appreciate it.
I think you should consider using content encoding merge tags, such as |HTML:YOUR_MERGETAG|
Here a useful link