• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Problem with mailchimp embeded code

Community Beginner ,
May 17, 2017 May 17, 2017

Copy link to clipboard

Copied

Hello everyone.

I have a problem with the code I get from mailchimp when I embed my popup newsletter form to my website. The form is appearing but the page is not loading correctly. Images are not showing and buttons are stacking. I was wondering if the code has to be in "iframe" stlye (I am not familiar with coding, but iframe codes work perfectly to my website). This is the code.

<div style="BORDER: #cccccc 1px dashed; PADDING: 5px; WIDTH: 95%; BACKGROUND: #f0f0f0; COLOR: #000000; FONT-SIZE: 12px; OVERFLOW: auto; height:auto"><pre>&lt;script type=&quot;text/javascript&quot; src=&quot;//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js&quot; data-dojo-config=&quot;usePlainJson: true, isDebug: false&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;require([&quot;mojo/signup-forms/Loader&quot;], function(L) { L.start({&quot;baseUrl&quot;:&quot;mc.us9.list-manage.com&quot;,&quot;uuid&quot;:&quot;b5d02a696eaee4978effbe638&quot;,&quot;lid&quot;:&quot;b169b3fad1&quot;}) })&lt;/script&gt;</pre></div>

Views

922

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , May 18, 2017 May 18, 2017

Mailchimp requests a premium plan in order to assist you. Anyway, I figured a smart way to make the popup visible only once in my homepage. Thanks for the comments

Votes

Translate

Translate
Community Beginner ,
May 17, 2017 May 17, 2017

Copy link to clipboard

Copied

Sorry, WRONG code. Here is the actual code

<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us9.list-manage.com","uuid":"b5d02a696eaee4978effbe638","lid":"b169b3fad1"}) })</script>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 17, 2017 May 17, 2017

Copy link to clipboard

Copied

Mailchimp is a US based spam email system for wordpress...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 18, 2017 May 18, 2017

Copy link to clipboard

Copied

Also try contacting the MailChimp support folks MailChimp Support

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 18, 2017 May 18, 2017

Copy link to clipboard

Copied

Mailchimp requests a premium plan in order to assist you. Anyway, I figured a smart way to make the popup visible only once in my homepage. Thanks for the comments

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 09, 2017 Jun 09, 2017

Copy link to clipboard

Copied

Hi there! Can you share how you figured out a way to get this to work? I am having the same problem... thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 10, 2017 Jun 10, 2017

Copy link to clipboard

Copied

LATEST

Hello Lesley, sure I will share. It's preety simple and not so professional but it works.

You just duplicate your homepage. Let's say you have HOME_ and HOME. You put your popup to the HOME_ page (auto light box). This will of course keep playing everytime you go to the home page but IF you set your homepage hyperlinks to HOME only, then HOME_ will show only once (when you first visit your website). That way you will see the pop up only once.

Voila

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines