Having just finished the most advanced responsive HTML email project I’ve worked on yet, I thought I’d share a few things I’ve picked up. Use the Zurb Ink mail framework: It’s restrictive, but it’s the fastest way to get good results in the majority of clients Start with the desktop. There are two reasons to …
Tag Archives: html email
Scope is View Source for HTML emails
Litmus have just announced a new tool called Scope. It’s a bookmarklet that lets you view prettified versions of the source to the HTML email you’re viewing in your browser. There’s also an option to view the text or mobile version of any email, and you can share the email with your personal information scrubbed. …
Sharing content on social networks without Javascript
I’m often asked how add share links without using javascript (for example, in an HTML email or in a PDF). Here are the URLs for the most common ones: Pinterest: http://pinterest.com/pin/create/button/?url={articleUrl}&description={articleTitle} LinkedIn: http://www.linkedin.com/shareArticle?mini=true&url={articleUrl}&title={articleTitle}&summary={articleSummary}&source={articleSource} Facebook: http://www.facebook.com/sharer.php?s=100&p[title]={articleTitle}&p[summary]={articleSummary}&p[url]={articleUrl} Twitter: http://twitter.com/share?text={articleSummary}&url={articleUrl} Google+: https://plus.google.com/share?url={articleUrl} Tumblr: https://www.tumblr.com/share?v=3&u={articleUrl}&t={articleTitle} Mail to: mailto:?subject={articleTitle}&body={articleSummary}%20(full%20article%20at%20{articleUrl}) Replace {articleUrl}, {articleTitle}, and {articleSummary} with the appropriate content for your …
Continue reading “Sharing content on social networks without Javascript”