lesson 2: grow your list - elembee · lesson 2: grow your list getyourwebsitetogether.com. what...

37
FROM LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com

Upload: others

Post on 21-Oct-2019

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

FROM

LESSON 2: GROW YOUR LIST

GetYourWebsiteTogether.com

Page 2: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

WHAT YOU’RE GOING TO LEARN:How to pull customizable opt-in form code for your site

Where to add the code for your opt-ins

How to style your opt-in forms

The no-code way to add opt-ins to your site

Page 3: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

GET THE CODEFirst, we have to pull an unstyled form from your

email list provider.

Page 4: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Open your list and look for embedded signup forms

Page 5: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Remove all options so you can customize it yourself

Page 6: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

ADD CODE TO WPYou can add opt-in code anywhere on your site where

you can add HTML.

Page 7: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Add a text widget to your sidebar…

Page 8: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Or switch to the text tab and add it to a post or page

Page 9: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

SO WHAT’S IN THE CODE?Let’s break it down.

Page 10: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">

<div class="mc-field-group">

<label for="mce-EMAIL">Email Address </label>

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 11: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">

<div class="mc-field-group">

<label for="mce-EMAIL">Email Address </label>

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 12: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

This is the label you can remove or edit

Page 13: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">

<div class="mc-field-group">

<input type="email" value="" placeholder=“Enter your email” name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 14: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

The placeholder shows inside the field.

Page 15: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value=“Sign me up!” name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 16: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Make your subscribe button a call-to-action!

Page 17: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id=“mc_embed_signup_scroll">

<p>Add an opt-in message here</p>

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 18: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

Tell people what they’re signing up for.

Page 19: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

LET’S STYLE ITBecause a pretty form = more signups.

Page 20: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 21: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 22: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 23: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id=“mc_embed_signup_scroll">

<p>Add an opt-in message here</p>

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 24: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 25: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 26: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id=“mc_embed_signup_scroll">

<p> Add opt-in message here.</p>

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 27: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 28: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 29: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

<div id="mc_embed_signup">

<form action="//elembee.us5.list-manage.com/subscribe/post?u=22030671efff74abcf94437b0&amp;id=6ffcca505f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id=“mc_embed_signup_scroll">

<p> Add opt-in message here.</p>

<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">

</div>

<div id="mce-responses" class="clear">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

<div style="position: absolute; left: -5000px;"><input type="text" name="b_22030671efff74abcf94437b0_6ffcca505f" tabindex="-1" value=""></div>

<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

</div>

</form>

</div>

Page 30: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 31: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 32: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

DON’T WANT TO MESS WITH CODE?Try PopupAlly plugin.

Page 33: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 34: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 35: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where
Page 36: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

BLOG IT OUTUp Next

Page 37: LESSON 2: GROW YOUR LIST - Elembee · LESSON 2: GROW YOUR LIST GetYourWebsiteTogether.com. WHAT YOU’RE GOING TO LEARN: How to pull customizable opt-in form code for your site Where

FROM

GetYourWebsiteTogether.com