Adding mail chimp to blogger pipdig

To add Mailchimp to your Blogger blog using Pipdig, you'll need to follow these steps:

Step 1: Create a Mailchimp account

If you haven't already, create a Mailchimp account by going to mailchimp.com and following the sign-up process.

Step 2: Create a Mailchimp list

Once you have a Mailchimp account, create a new list by going to the "Lists" tab and clicking "Create a list". Fill in the required information, such as the list name and description.

Step 3: Get your Mailchimp API key

To connect your Mailchimp account to your Blogger blog, you'll need to get your API key. To do this:

Step 4: Install the Mailchimp plugin on your Blogger blog

To install the Mailchimp plugin on your Blogger blog, follow these steps:

Step 5: Configure the Mailchimp plugin

Once the plugin is installed, you'll need to configure it to connect to your Mailchimp account. To do this:

Step 6: Add the Mailchimp widget to your Blogger blog

To add the Mailchimp widget to your Blogger blog, follow these steps:

Step 7: Customize the Mailchimp widget

You can customize the appearance of the Mailchimp widget by adding CSS styles to your Blogger blog. To do this:

mc_embed_signup input[type="email"] {

width: 50%;
padding: 10px;
border: 1px solid #ccc;

}

mc_embed_signup input[type="submit"] {

background-color: #4CAF50;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;

}

mc_embed_signup input[type="submit"]:hover {

background-color: #3e8e41;

}


This will give your Mailchimp widget a basic design. You can customize it further by adding more CSS styles.

That's it! Your Mailchimp widget should now be installed and configured on your Blogger blog using Pipdig.