Support » Fixing WordPress » Constant Contact newsletter integration

  • I’m looking for anyone who has found a way to integrate a Constant Contact newsletter as a post…category would be Newsletter…post would be say…October Newsletter.

    I know CC has a archieve feature but if I understand it correctly you only get a “read newsletters” button.

    I’d perfer if each newsletter was a post…and of course with all the click monitor capabilities…but I’d settle for just the newsletter and images.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you tried going to the HTML tab in the Constant Contact editor and copying all the HTML?

    Then go to a WordPress post and click on the editor’s HTML tab and paste all that HTML in.
    Then delete the HTML from the very top down to and including <body>
    and delete from the very bottom up to and including </body> (just a line or two most likely)
    Then add a title and publish the post.

    See what happens – it might well work the first time.

    You are not gonna get click monitor unless the links in your CC template have CC url’s and not your original URL’s. If you want to copy and paste them from a live CC email, to replace your original links, you can do that.

    Thread Starter Mike Purcell

    (@michaelpurcell)

    tried but i’m sure i’m not doing all you said…here’s the cc code so you can see what I mean. not sure what to delete…

    .BODY{
    background-image:none;
    background-color:#CC99FF;
    ih-name:;
    }

    .COLBG{
    background-image:url(http://img.constantcontact.com/letters/images/1101093164665/crafters_shdw.jpg);
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    }

    .MAINBORDER{
    background-color:#990099;
    padding:1px;
    }

    .MAINBG{
    background-color:#FFFFFF;
    }

    .MAINTEXT{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .NEWSTITLE{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    padding:1px 5px;
    }

    .ARTICLETITLE{
    color:#990099;
    font-family:Georgia,Times New Roman,Times,serif;
    font-size:18pt;
    }

    .ARTSUBTITLE{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    }

    .PROMOTITLE{
    color:#990099;
    font-family:Georgia,Times New Roman,Times,serif;
    font-size:18pt;
    }

    .TOCTITLE{
    color:#800080;
    font-family:Impact,Verdana,Arial,sans-serif;
    font-size:12pt;
    padding:1px 5px;
    text-align:left;
    }

    .TOCLINKS{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    padding:1px 5px;
    }

    .COLUMNTITLE{
    color:#990099;
    font-family:Georgia,Times New Roman,Times,serif;
    margin-bottom:5px;
    font-size:12pt;
    }

    .COLUMNTEXT{
    color:#800080;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .QUICKLINKS{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .COUPONBORDER{
    border-color:#993366;
    border-style:dashed;
    border-width:2px;
    }

    .COUPONBG{
    background-color:#FFFFFF;
    }

    .COUPONEXPIRESBG{
    background-color:#9966FF;
    }

    .COUPONTITLE{
    color:#990099;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18pt;
    }

    .COUPONTEXT{
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .COUPONEXPIRATION{
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .CALLOUT{
    color:#B37800;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .GREETING{
    color:#B37800;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    }

    .JOML{
    color:#B37800;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    }

    .TOCALIGN{
    text-align:left;
    }

    .COUPONPAD{
    padding-top:10px;
    }

    .SUBBG{
    background-color:#c8c86c;
    }

    .COPYPAD{
    padding:5px 5px 0 5px;
    }

    .MAINPAD{
    padding:0;
    }

    .HDRLEFTWIDTH{
    width:300px;
    }

    .HDRRIGHTWIDTH{
    width:300px;
    }

    .MAINWIDTH{
    width:396px;
    }

    .COLWIDTHOUTER{
    width:196px;
    }

    .COLWIDTHINNER{
    width:180px;
    }

    .TEMPLATEWIDTH{
    width:600px;
    }

    I have the same question as Michael-Can you post your Constant Contact Email Newsletter in your Blog? If so, how do you do it? This must be possible. Can someone link me to their Blog where they have done this?

    Constant Contact doesn’t provide a simple way of doing this. There are some ways that you could possibly do it using the API, but that would take lots of development time to get right.

    We’re moving from Sharepoint to WordPress platform. Constant Contact newsletters were posted by copying the html from the newsletter and pasting into a new page on the Sharepoint site (with a few edits in Dreamweaver). It turned out great, just like our newsletter regularly looks when sent via email. (http://familysupportclearinghouse.org/Newsletters/Pages/August2010.aspx).

    When I take this same html and transfer to a page in WP (as suggested above) the formatting gets messed up: different font types, sizes and colors, the images aren’t visible, and other issues. (http://www.familysupportclearinghouse.org/Newsletters/Documents/ConstantContactKINewsWP.pdf). How do I make the newsletter appear correctly?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Constant Contact newsletter integration’ is closed to new replies.