Creators

RebelMouse + PostUp: A Guide to Our Email Integration

RebelMouse + PostUp: A Guide to Our Email Integration

Email marketing is an effective way to reach your most loyal readers through a familiar medium. It's also a marketing trend that's gaining in popularity. In just the past 12 months, 78% of marketers have seen an increase in email engagement.

At RebelMouse, we want to make sure that email campaigns are a seamless part of your content workflow. This is why we offer easy-to-use email integrations, including PostUp. PostUp is an enterprise email solution for publishers that you can read more about here.

Here's how our integration with PostUp works.


Connecting PostUp to RebelMouse

To connect PostUp to your RebelMouse site, first reach out to your account manager. You will need to provide them with an API key and API secret shared through 1Password.

After your account is connected, you will see that your PostUp account is connected in your RebelMouse Newsletter Dashboard. From there, you will be able to manage your PostUp account, including campaign schedules, email lists, and sender information.

Managing Email Templates

We allow you to manage email templates for PostUp newsletters in our Layout & Design Tool using custom HTML and a Mustache structure.

The template should be created manually in a separate page in Layout & Design Tool:

/r/layouts-editor/#/pages/Postup

Testing Newsletter Templates

You have the option to test a PostUp newsletter campaign without sending it to anyone. To do this, locate your post ID. In Entry Editor, the post ID is a series of numbers located in the URL:

In another browser window, insert the ID into the following URL structure:

/core/mail_lists/postup/test/render/<.post_id >

Here's an example:

https://www.alternet.org/core/mail_lists/postup/test/render/2647888521

Keep in mind that this should only be used for testing purposes.

Send a Newsletter From Entry Editor

By default, writers can send PostUp newsletters from Entry Editor's user interface. However, we can provide more styling of your campaigns so that they match the look and feel of what you can create on PostUp's platform. In the screencast below, see how easy it is to turn a newsletter into a post with advanced styling options.

Here's a list of the features we added in the example above:

  • Exposed the list of latest stories in the left bar so that users can drag-and-drop them into Particle Assembler.
  • Predefined the format of the newsletter by using Assembler's multicolumn layout feature with regular particles.
  • Exposed ad placements so that editors can easily visualize what the campaign will look like.
  • Automatically chose the correct sections for content creators.
  • Exposed only the newsletter tab to simplify the editorial workflow.

If you would like to use custom styling for your PostUp newsletter integration, or if you want to learn more about how to connect PostUp to your RebelMouse site, email support@rebelmouse.com or talk to your account manager today. View a PostUp integration sample code snippet below.

Code Example

The following is example code from RebelMouse-powered AlterNet, who uses our PostUp integration.

<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><style type="text/css">
        body {
            margin: 0;
            padding: 0;
            -webkit-text-size-adjust: 100% !important;
            -ms-text-size-adjust: 100% !important;
            -webkit-font-smoothing: antialiased !important;
        }
        img {
            border: 0 !important;
            outline: none !important;
        p {
            margin: 0 !important;
            padding: 0 !important;
        }
        table {
            border-collapse: collapse;
            mso-table-lspace: 0;
            mso-table-rspace: 0;
        }
        td,
        a,
        span {
            border-collapse: collapse;
            mso-line-height-rule: exactly;
        }
        .ExternalClass * {
            line-height: 100%;
        }
        .em_defaultlink a {
            color: inherit;
            text-decoration: none;
        }
        .em_defaultlink2 a {
            color: inherit;
            text-decoration: underline;
        }
        .em_g_img+div {
            display: none;
        }
        a[x-apple-data-detectors],
        u+.em_body a,
        #MessageViewBody a {
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }
        @media only screen and (max-width:667px) {
            .em_main_table {
                width: 100% !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_wrapper {
                width: 100% !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_hide {
                display: none !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_full_img img {
                width: 100% !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_image_80_per {
                width: 35% !important;
                height: auto !important;
                max-width: none !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_center {
                text-align: center !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_side10 {
                width: 10px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside10 {
                padding: 0 10px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside40 {
                padding: 0 40px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_side15 {
                width: 15px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside15 {
                padding: 0 15px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_ptop {
                padding-top: 20px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_pbottom {
                padding-bottom: 20px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h20 {
                height: 20px !important;
                font-size: 1px !important;
                line-height: 1px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .hide_disktop {
                display: table !important;
                float: none !important;
                width: 100% !important;
                overflow: visible !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_width6 {
                width: 6px !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_bg_color {
                background-color: #dddddd !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_w120 {
                width: 120px !important;
                height: 88px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h30 {
                height: 30px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h45 {
                height: 45px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_mob_block {
                display: block !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_hauto {
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_clear {
                clear: both !important;
                width: 100% !important;
                display: block !important;
            }
        }
        @media only screen and (max-width:667px) {
            u+.em_body .em_full_wrap {
                width: 100vw !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_20 {
                font-size: 20px !important;
                line-height: 24px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_22 {
                font-size: 22px !important;
                line-height: 26px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_14 {
                font-size: 14px !important;
                line-height: 18px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_11 {
                font-size: 11px !important;
                line-height: 15px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_18 {
                font-size: 18px !important;
                line-height: 22px !important;
            }
        }
        body {
            margin: 0;
            padding: 0;
            -webkit-text-size-adjust: 100% !important;
            -ms-text-size-adjust: 100% !important;
            -webkit-font-smoothing: antialiased !important;
        }
        img {
            border: 0 !important;
            outline: none !important;
        }
        p {
            margin: 0 !important;
            padding: 0 !important;
        }
        table {
            border-collapse: collapse;
            mso-table-lspace: 0;
            mso-table-rspace: 0;
        }
        td,
        a,
        span {
            border-collapse: collapse;
            mso-line-height-rule: exactly;
        }
        .ExternalClass * {
            line-height: 100%;
        }
        .em_defaultlink a {
            color: inherit;
            text-decoration: none;
        }
        .em_defaultlink2 a {
            color: inherit;
            text-decoration: underline;
        }
        .em_g_img+div {
            display: none;
        }
        a[x-apple-data-detectors],
        u+.em_body a,
        #MessageViewBody a {
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }
        @media only screen and (max-width:667px) {
            .em_main_table {
                width: 100% !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_wrapper {
                width: 100% !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_hide {
                display: none !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_full_img img {
                width: 100% !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_image_80_per {
                width: 35% !important;
                height: auto !important;
                max-width: none !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_center {
                text-align: center !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_side10 {
                width: 10px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside10 {
                padding: 0 10px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside40 {
                padding: 0 40px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_side15 {
                width: 15px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_aside15 {
                padding: 0 15px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_ptop {
                padding-top: 20px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_pbottom {
                padding-bottom: 20px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h20 {
                height: 20px !important;
                font-size: 1px !important;
                line-height: 1px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .hide_disktop {
                display: table !important;
                float: none !important;
                width: 100% !important;
                overflow: visible !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_width6 {
                width: 6px !important;
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_bg_color {
                background-color: #dddddd !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_w120 {
                width: 120px !important;
                height: 88px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h30 {
                height: 30px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_h45 {
                height: 45px !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_mob_block {
                display: block !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_hauto {
                height: auto !important;
            }
        }
        @media only screen and (max-width:667px) {
            .em_clear {
                clear: both !important;
                width: 100% !important;
                display: block !important;
            }
        }
        @media only screen and (max-width:667px) {
            u+.em_body .em_full_wrap {
                width: 100vw !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_20 {
                font-size: 20px !important;
                line-height: 24px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_22 {
                font-size: 22px !important;
                line-height: 26px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_14 {
                font-size: 14px !important;
                line-height: 18px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_11 {
                font-size: 11px !important;
                line-height: 15px !important;
            }
        }
        @media screen and (max-width: 480px) {
            .em_font_18 {
                font-size: 18px !important;
                line-height: 22px !important;
            }
        }
        @media only screen and (max-width: 480px) {
            .pi_121208 .pi_container {
                width: 100% !important;
            }
        }
        @media only screen and (max-width: 480px) {
            .pi_121208 .pi_twocol {
                width: 100% !important;
            }
        }
        @media only screen and (max-width: 480px) {
            .pi_121208 .pi_twocolspace {
                width: 100% !important;
            }
        }
        @media only screen and (max-width: 480px) {
            .pi_121208 .pi_twocol img {
                display: block !important;
                width: 100% !important;
                max-width: 218px;
                margin: 0 auto;
            }
        }
    </style></head><body><!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG></o:AllowPNG><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]--><title>AlterNet</title><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="x-ua-compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="format-detection" content="telephone=no"><!--[if !mso]><!--><link href="https://fonts.googleapis.com/css?family=Oswald:400,500,600,700%7CRoboto:400,500,700&display=swap" rel="stylesheet"><!--<![endif]--><!-- == HEADER == --><table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap" bgcolor="#ffffff" style="table-layout:fixed;"><tr><td align="center" valign="top"><table align="center" width="680" border="0" cellspacing="0" cellpadding="0" class="em_main_table" style="width:680px;table-layout:fixed;"><tr><td align="center" valign="top"><table width="680" border="0" cellspacing="0" cellpadding="0" align="center" style="width:680px;" class="em_wrapper"><!--[if !mso 9]><!--><tr><td height="0"></td></tr><!--<![endif]--><tr><td align="center" valign="top" style="padding:0px 41px;" class="em_aside40" bgcolor="#04385c"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td align="right" valign="top" class="em_defaultlink2 em_hide" style="font-family:Arial, sans-serif;font-size:11px;line-height:15px;color:#ffffff;padding-top:10px;"><a href="{{post_url}}" target="_blank" style="text-decoration:underline;color:#ffffff;">[ view in
                                                        browser ]</a></td></tr><tr><td height="31" style="height:31px;" class="em_h20"></td></tr><tr><td align="center" valign="top" class="em_full_img"><a href="https://www.alternet.org/" target="_blank" style="text-decoration:none;"><img src="https://assets.rbl.ms/24531829/origin.png" width="249" height="59" alt="RAW STORY" border="0" style="display:block; font-family:Arial, sans-serif; font-size:16px; line-height:20px; color:#ffffff; max-width:324px;"></a></td></tr><tr><td height="32" style="height:32px;" class="em_h20"></td></tr></table></td></tr></table></td></tr></table></td></tr></table><!-- == //HEADER == --><!-- == YELLOW TEXT / SOCIALS / BANNER POWERINBOX == --><table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap" bgcolor="#ffffff" style="table-layout:fixed;"><tr><td align="center" valign="top"><table align="center" width="680" border="0" cellspacing="0" cellpadding="0" class="em_main_table" style="width:680px;table-layout:fixed;"><!-- == YELLOW TEXT == --><tr><td align="center" valign="top" bgcolor="#ffbb63" class="em_defaultlink em_font_18" style="font-family:Oswald, Arial, sans-serif;font-size:20px;line-height:23px;color:#ffffff;padding:5px 10px;font-weight:600;">
                            TODAY'S TOP STORIES</td></tr><!-- == //YELLOW TEXT == --><tr><td align="center" valign="top" style="padding:0px 40px;" class="em_aside10"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td height="31" style="height:31px;" class="em_hidex"></td></tr><!-- == SOCIALS  == --><tr><td align="center" valign="top" class="em_hidex"><table width="200" border="0" cellspacing="0" cellpadding="0" align="center" style="width:200px;"><tr><td width="80" align="left" valign="middle" class="em_defaultlink" style="width:80px;font-family:Roboto, Arial, sans-serif;font-size:12px;line-height:15px;color:#000000;font-weight:bold;">
                                                    FOLLOW US</td><td align="center" valign="top" width="23" style="width:23px;"><a href="https://www.facebook.com/AlterNetNews/" target="_blank" style="text-decoration:none;"><img src="https://assets.rbl.ms/24531836/origin.png" width="23" height="23" alt="fb" border="0" style="display:block; font-family:Arial, sans-serif; font-size:12px; line-height:18px; color:#000000; max-width:23px;"></a></td><td width="25" style="width:25px;"></td><td align="center" valign="middle" width="23" style="width:23px;"><a href="https://twitter.com/AlterNet" target="_blank" style="text-decoration:none;"><img src="https://assets.rbl.ms/24531842/origin.png" width="23" height="21" alt="tw" border="0" style="display:block; font-family:Arial, sans-serif; font-size:12px; line-height:18px; color:#000000; max-width:23px;"></a></td><td width="25" style="width:25px;"></td><td align="center" valign="top" width="23" style="width:23px;"></td></tr></table></td></tr><!-- == //SOCIALS  == --><tr><td height="29" style="height:29px;" class="em_hidex"></td></tr><!-- == BANNER POWERINBOX  == --><tr><td align="center" valign="top" class="em_full_img em_hidex"><!-- == TOP AD ==  --><!-- POWERINBOX 121210 - Alternet Newsletter V2 - Display - 970x250 --><div class="powerinbox pi_121210"><!-- domain: rs-stripe.rawstory.com --><!--[if (gte mso 9)|(IE)]><table align="center" cellpadding="0" cellspacing="0" width="600"><tr><td><![endif]--><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0" style="width:100%;max-width:600px;"><tbody><tr><td width="100%" style="border-collapse:collapse;"><a href="http://rs-stripe.rawstory.com/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121210&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                target="_blank"><img alt="" src="http://rs-stripe.rawstory.com/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121210&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;width:100%;max-width:100%;"
                                                                    width="600"></a></td></tr></tbody></table><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0" style="width:100%;max-width:600px;"><tbody><tr><td align="center" height="3" valign="top" style="font-size:3px;height:3px;line-height:3px;vertical-align:top;"></td></tr><tr><td align="right"><a href="http://rs-stripe.rawstory.com/branding/?utm_source=contentstripe&utm_campaign=rs_121210&utm_medium=email&utm_content=animatedlogo" style="display:inline-block;border:0;text-decoration:none;"
                                                                target="_blank"><img src="http://rs-stripe.rawstory.com/branding/recommend/short.png" width="175" height="15" border="0" alt="Learn more about RevenueStripe..."></a></td></tr></tbody></table><!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></div><!--POWERINBOX--></td></tr><!-- == //BANNER POWERINBOX  == --><tr><td height="24" style="height:24px;" class="em_hide"></td></tr><tr><td height="1" class="em_hide" style="height:1px;font-size:0px;line-height:0px;" bgcolor="#dddddd"><img src="https://assets.rbl.ms/24531859/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr><tr><td height="30" style="height:30px;"></td></tr></table></td></tr></table></td></tr></table><!-- == //YELLOW TEXT / SOCIALS / BANNER POWERINBOX == --><!-- == CONTENT START == --><table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap" bgcolor="#ffffff" style="table-layout:fixed;"><tr><td align="center" valign="top"><table align="center" width="680" border="0" cellspacing="0" cellpadding="0" class="em_main_table" style="width:680px;table-layout:fixed;"><tr><td align="center" valign="top" style="padding:0px 40px;" class="em_aside10"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                                {{#listicle_items_by_groups}} {{#is_multicolumn}} {{#is_layout_two_columns}}
                                <!-- == 2 COLUMS LISTICLE == --><tr><td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td valign="top"><table width="285" border="0" cellspacing="0" cellpadding="0" align="left" style="width:285px;" class="em_wrapper"><tr><td align="center" valign="top"><table width="285" border="0" cellspacing="0" cellpadding="0" align="center" style="width:285px;"><tr><td align="center" valign="top"><a href="{{item0.linkout_url}}" target="_blank" style="text-decoration:none;">{{#item0.is_image}}<img
                                                                                    src="{{item0.image600x}}"
                                                                                    width="285" height="171"
                                                                                    alt="alt tag goes here" border="0"
                                                                                    style="display:block; font-family:Arial, sans-serif; font-size:16px; line-height:20px; color:#000000; max-width:285px;">{{/item0.is_image}}</a></td></tr><tr><td align="left" valign="top" class="em_defaultlink em_font_20 em_pbottom" style="font-family:Oswald, Arial, sans-serif;font-size:20px;line-height:24px;color:#000000;font-weight:bold;padding-top:17px;">
                                                                            {{#item0.headline}}
                                                                            <a href="{{item0.linkout_url}}" target="_blank" style="text-decoration:none;color:#000000;">{{item0.headline}}</a> {{/item0.headline}}
                                                                        </td></tr></table></td></tr></table><table width="285" border="0" cellspacing="0" cellpadding="0" align="right" style="width:285px;" class="em_wrapper"><tr><td align="center" valign="top" class="em_ptop"><table width="285" border="0" cellspacing="0" cellpadding="0" align="center" style="width:285px;"><tr><td align="center" valign="top"><a href="{{item1.linkout_url}}" target="_blank" style="text-decoration:none;">
                                                                                {{#item1.is_image}}
                                                                                <img src="{{item1.image600x}}"
                                                                                    width="285" height="171"
                                                                                    alt="alt tag goes here" border="0"
                                                                                    style="display:block; font-family:Arial, sans-serif; font-size:16px; line-height:20px; color:#000000; max-width:285px;">{{/item1.is_image}}</a></td></tr><tr><td align="left" valign="top" class="em_defaultlink em_font_20" style="font-family:Oswald, Arial, sans-serif;font-size:20px;line-height:24px;color:#000000;font-weight:bold;padding-top:17px;">
                                                                            {{#item1.headline}}
                                                                            <a href="{{item1.linkout_url}}" target="_blank" style="text-decoration:none;color:#000000;">{{item1.headline}}</a>{{/item1.headline}}
                                                                        </td></tr></table></td></tr></table></td></tr></table></td></tr><tr><td height="22" style="height:22px;"></td></tr><tr><td height="1" style="height:1px;font-size:0px;line-height:0px;" bgcolor="#dddddd"><img src="https://assets.rbl.ms/24531868/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr><tr><td height="30" style="height:30px;"></td></tr><!-- == //2 COLUMS LISTICLE == -->{{/is_layout_two_columns}}
                                <!-- == single LISTICLE == -->{{^is_layout_two_columns}} {{#has_sponsored_slug}}
                                <tr><td><!-- == SPONSORED LISTICLE == --><!-- POWERINBOX 121209 - Alternet Newsletter V2 - Native - Infeed --><div class="powerinbox pi_121209"><!-- domain: rs-stripe.rawstory.com --><!--[if (gte mso 9)|(IE)]><table align="center" cellpadding="0" cellspacing="0" width="600"><tr><td><![endif]--><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0" style="width:100%;max-width:600px;"><tbody><tr><td width="100%" style="border-collapse:collapse;"><a href="http://rs-stripe.rawstory.com/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121209&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                target="_blank"><img alt="" src="http://rs-stripe.rawstory.com/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121209&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;width:100%;max-width:100%;"
                                                                    width="600"></a></td></tr></tbody></table><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0" style="width:100%;max-width:600px;"><tbody><tr><td align="center" height="3" valign="top" style="font-size:3px;height:3px;line-height:3px;vertical-align:top;"></td></tr><tr><td align="right"><a href="http://rs-stripe.rawstory.com/branding/?utm_source=contentstripe&utm_campaign=rs_121209&utm_medium=email&utm_content=animatedlogo" style="display:inline-block;border:0;text-decoration:none;"
                                                                target="_blank"><img src="http://rs-stripe.rawstory.com/branding/recommend/short.png" width="175" height="15" border="0" alt="Learn more about RevenueStripe..."></a></td></tr></tbody></table><!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></div><!-- POWERINBOX 4 COLUMNS --><!-- == SPONSORED LISTICLE == --></td></tr><tr><td height="22" style="height:22px;"></td></tr><tr><td height="1" style="height:1px;font-size:0px;line-height:0px;" bgcolor="#dddddd"><img src="https://assets.rbl.ms/24531868/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr><tr><td height="30" style="height:30px;"></td></tr><!-- == //single LISTICLE == -->{{/has_sponsored_slug}} {{^has_sponsored_slug}}
                                <tr><td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>
                                                {{#item0.headline}}
                                                <td align="left" valign="top" class="em_defaultlink em_font_22" style="font-family:Oswald, Arial, sans-serif;font-size:28px;line-height:32px;color:#000000;"><a href="{{item0.linkout_url}}" target="_blank" style="text-decoration:none;color:#000000;">{{item0.headline}}</a></td>
                                                {{/item0.headline}}
                                                <td width="20" style="width:20px;" class="em_side10"></td><td align="center" valign="top" width="164" style="width:164px;" class="em_w120"><a href="{{item0.linkout_url}}" target="_blank" style="text-decoration:none;">
                                                        {{#item0.is_image}}
                                                        {{#item0.image300x300}}
                                                        <img src="{{item0.image300x300}}" width="164" height="120"
                                                            border="0"
                                                            style="display:block; font-family:Arial, sans-serif; font-size:16px; line-height:20px; color:#000000; max-width:164px;"
                                                            class="em_w120" alt="{{item0.image300x300}}">
                                                        {{/item0.image300x300}}
                                                        {{^item0.image300x300}}
                                                        <img src="{{item0.image300x}}" width="164" height="120"
                                                            border="0"
                                                            style="display:block; font-family:Arial, sans-serif; font-size:16px; line-height:20px; color:#000000; max-width:164px;"
                                                            class="em_w120" alt="{{item0.image300x}}">
                                                        {{/item0.image300x300}}
                                                        {{/item0.is_image}}
                                                    </a></td></tr></table></td></tr><tr><td height="22" style="height:22px;"></td></tr><tr><td height="1" style="height:1px;font-size:0px;line-height:0px;" bgcolor="#dddddd"><img src="https://assets.rbl.ms/24531868/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr><tr><td height="30" style="height:30px;"></td></tr><!-- == //single LISTICLE == -->{{/has_sponsored_slug}} {{/is_layout_two_columns}} {{/is_multicolumn}} {{/listicle_items_by_groups}}
                                <!-- removed repeated ad unit --><tr><td height="10" style="height:10px;font-size:0px;line-height:0px;"></td></tr><tr><td align="center" valign="top"><!-- == BOTTOM AD == --><!-- POWERINBOX - Alternet Newsletter V2 - Native - 1x4 --><div class="powerinbox pi_121208"><!-- domain: rs-stripe.alternet.org --><!--[if (gte mso 9)|(IE)]><table align="center" cellpadding="0" cellspacing="0" width="600"><tr><td><![endif]--><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="left" height="40" style="color:#000000;font-family:Oswald, Arial, sans-serif;font-size:20px;font-weight:bold;">
                                                            You Might Like </td></tr></tbody></table><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td style="border-collapse:collapse;"><table width="49%" align="left" class="pi_twocol" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td width="49%"><a href="https://rs-stripe.alternet.org/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                                target="_blank"><img alt="" src="https://rs-stripe.alternet.org/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=0&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;max-width:100%;width:100%;"
                                                                                    width="144"></a></td><td width="2%" align="center" height="8" valign="top" style="font-size:8px;height:8px;line-height:8px;vertical-align:top;"></td><td width="49%"><a href="https://rs-stripe.alternet.org/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=1&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                                target="_blank"><img alt="" src="https://rs-stripe.alternet.org/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=1&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;max-width:100%;width:100%;"
                                                                                    width="144"></a></td></tr></tbody></table><!--[if mso]></td><td valign="top"><![endif]--><table width="2%" align="left" class="pi_twocolspace" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td align="center" height="8" valign="top" style="font-size:8px;height:8px;line-height:8px;vertical-align:top;"></td></tr></tbody></table><!--[if mso]></td><td valign="top"><![endif]--><table width="49%" align="left" class="pi_twocol" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td width="49%"><a href="https://rs-stripe.alternet.org/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=2&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                                target="_blank"><img alt="" src="https://rs-stripe.alternet.org/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=2&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;max-width:100%;width:100%;"
                                                                                    width="144"></a></td><td width="2%" align="center" height="8" valign="top" style="font-size:8px;height:8px;line-height:8px;vertical-align:top;"></td><td width="49%"><a href="https://rs-stripe.alternet.org/stripe/redirect?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=3&cs_esp=mailchimp" style="border-style:none;text-decoration:none;"
                                                                                target="_blank"><img alt="" src="https://rs-stripe.alternet.org/stripe/image?cs_email=[-EMAILADDR-]&cs_stripeid=121208&cs_sendid=[-MAILINGID-]&cs_offset=3&cs_esp=mailchimp" style="display:block;border:0;height:auto;line-height:100%;outline:none;text-decoration:none;max-width:100%;width:100%;"
                                                                                    width="144"></a></td></tr></tbody></table></td></tr></tbody></table><table width="100%" class="pi_container" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="right"><a href="https://rs-stripe.alternet.org/branding/?utm_source=contentstripe&utm_campaign=rs_121208&utm_medium=email&utm_content=animatedlogo" style="display:inline-block;border:0;text-decoration:none;"
                                                                target="_blank"><img src="https://rs-stripe.alternet.org/branding/recommend/short.png" width="175" height="15" border="0" alt="Learn more about RevenueStripe..."></a></td></tr></tbody></table><!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]--></div><!-- //POWERINBOX 4 COLUMNS--></td></tr></table></td></tr></table></td></tr></table>
<!-- == Footer Section == --><table width="100%" border="0" cellspacing="0" cellpadding="0" class="em_full_wrap" bgcolor="#ffffff" style="table-layout:fixed;"><tr><td align="center" valign="top"><table align="center" width="680" border="0" cellspacing="0" cellpadding="0" class="em_main_table" style="width:680px;table-layout:fixed;"><tr><td align="center" valign="top" style="padding:0px 40px;" bgcolor="#04385c" class="em_aside10"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td height="24" style="height:24px;font-size:0px;line-height:0px;" class="em_h20"></td></tr><tr><td align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td align="center" valign="middle" class="em_defaultlink em_font_14" style="font-family:Roboto, Arial, sans-serif;font-size:12px;line-height:15px;color:#ffffff;font-weight:bold;white-space:nowrap;">
                                                    GET MORE</td></tr><tr><td height="4" style="height:4px;font-size:0px;line-height:0px;"><img src="https://assets.rbl.ms/24531868/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr><tr><td height="4" style="height:4px;font-size:0px;line-height:0px;" bgcolor="#ffffff"><img src="https://assets.rbl.ms/24531868/origin.gif" width="1" height="1" alt="" border="0" style="display:block;"></td></tr></table></td></tr><tr><td height="19" style="height:19px;font-size:0px;line-height:0px;"></td></tr><tr><td align="center" valign="top"><table width="120" border="0" cellspacing="0" cellpadding="0" align="center" style="width:120px;"><tr><td align="center" valign="top" width="23" style="width:23px;"><a href="https://www.facebook.com/AlterNetNews/" target="_blank" style="text-decoration:none;"><img src="https://assets.rbl.ms/24531892/origin.png" width="23" height="23" alt="fb" border="0" style="display:block; font-family:Arial, sans-serif; font-size:12px; line-height:18px; color:#ffffff; max-width:23px;"></a></td><td width="25" style="width:25px;"></td><td align="center" valign="middle" width="23" style="width:23px;"><a href="https://twitter.com/AlterNet" target="_blank" style="text-decoration:none;"><img src="https://assets.rbl.ms/24531895/origin.png" width="23" height="21" alt="tw" border="0" style="display:block; font-family:Arial, sans-serif; font-size:12px; line-height:18px; color:#ffffff; max-width:23px;"></a></td><td width="25" style="width:25px;"></td><td align="center" valign="top" width="23" style="width:23px;"></td></tr></table></td></tr><tr><td height="42" style="height:42px;" class="em_h20"></td></tr><tr><td align="center" valign="middle" class="em_defaultlink em_font_11" style="font-family:Roboto, Arial, sans-serif;font-size:12px;line-height:19px;color:#ffffff;">
                                        Copyright 2020 AlterNet Media Inc., All rights reserved.
 PO Box 21040 | Washington, DC 20009-0550</td></tr><tr><td height="37" style="height:37px;" class="em_h20"></td></tr><tr><td align="center" valign="middle" class="em_defaultlink em_font_11" style="font-family:Roboto, Arial, sans-serif;font-size:12px;line-height:19px;color:#ffffff;font-weight:bold;">
                                        You are receiving this email because you opted in to receive our newsletter at our website.</td></tr><tr><td align="center" valign="middle" class="em_defaultlink em_font_11" style="font-family:Roboto, Arial, sans-serif;font-size:12px;line-height:19px;color:#ffffff;padding-top:9px;">
                                        You can <a href="[-WEB_UNSUB-]" target="_blank" style="text-decoration:underline;color:#ffffff;white-space:nowrap;">unsubscribe
                                            from this newsletter here</a>.</td></tr><tr><td height="46" style="height:46px;" class="em_h20"></td></tr></table></td></tr><tr><td class="em_hide" style="line-height:1px;min-width:680px;background-color:#ffffff;"><img alt="" src="https://assets.rbl.ms/24531902/origin.gif" height="1" width="680" style="max-height:1px; min-height:1px; display:block; width:680px; min-width:680px;"
                                border="0"></td></tr></table></td></tr></table><!-- == //Footer Section == --></body></html>
What Is RebelMouse?
Request a Proposal

Where 
Websites Are Built

The Fastest Sites in the World Run on RebelMouse

Let’s Chat

new!

RebelMouse Performance Monitoring

Real-Time Core Web Vitals

Get Started
DISCOVER MORE

Our Core Features

Our platform is a complete digital publishing toolbox that's built for modern-day content creators, and includes game-changing features such as our:

animate
Layout and Design toolLayout and Design tool on mobile
animate

Why RebelMouse?

Unprecedented Scale

RebelMouse sites reach more than 120M people a month, with an always-modern solution that combines cutting-edge technology with decades of media savvy. And due to our massive scale, 1 in 3 Americans have visited a website powered by RebelMouse.

120M+ Users
550M+ Pageviews
17+ Avg. Minutes per User
6+ Avg. Pages per User

Today's Top Websites Use RebelMouse

Thanks to the tremendous scale of our network, we are able to analyze a wealth of traffic data that informs our strategies and allows us to be a true strategic partner instead of just a vendor.

upworthyindy100Vault12No Film SchoolRawStoryResponsible StatecraftPrideMNI Market NewsPremierGuitarPenskeINN Educate Brand ConnectThe FulcrumGZEROOkayafricaBrit+CoPaper MagazinePowerToFlyNarcityCommonDreamsAllBusiness

What Clients Say

We’re here to help you weigh and understand every tech and strategic decision that affects your digital presence. Spend less time managing everything yourself, and more time focused on creating the quality content your users deserve.

Case Studies

A Team Built Like No Other

RebelMouse employs a unique, diverse, and decentralized team that consists of 70+ digital traffic experts across more than 25 different countries. We have no central office, and we cover every time zone to ensure that we’re able to deliver amazing results and enterprise-grade support around the clock.

Our team is well-versed in all things product, content, traffic, and revenue, and we strategically deploy ourselves to help with each element across all of our clients. We thrive on solving the complex.

Let's Chat