How to Add MailChimp Signup Form to WordPress

MailChimp is one of most popular email marketing service, it is used by many webmasters or bloggers to send an email update to their audience.

Adding subscription or signup form within the website allows readers to subscribe to the email list and get updates of website activities on regular basis.

In this tutorial, I will show how you can add MailChimp signup form with or without a plugin on your WordPress site.

How to Add MailChimp signup form to WordPress

Read more

How to verify a domain in MailChimp

This tutorial, guide how to you can verify your domain in Mailchimp. Whenever you try to send the newsletter with an email which contains domain name for example – newsletter@makitweb.com . In this case, you need to verify it and authenticate your domain. In this tutorial, I am assuming that you have a MailChimp account, if you haven’t then … Read more

How to Integrate Google reCAPTCHA v2 with PHP

Google reCaptcha is generally used to protect the website from spammers. It is best and easy way to show CAPTCHA within the website.

It is easy to integrate into the form and when it is properly setup then it shows an I’m not a Robot Checkbox that shows different types of images on the screen when it gets clicked.

The user needs to select images according to the asked question.

How to Integrate Google reCAPTCHA with PHP

Read more

jsFiddle Snippets Embedding to your Web Page

jsfiddle generally used for sharing, saving, and embedding HTML, CSS, and JavaScript snippets.

jsfiddle allows us to add code snippets within the web pages and you can customize the look and feel of the code snippet like – changing the visual theme, font color, code background, menu background.

jsfiddle shows JavaScript, HTML, CSS, and Result tabs by default. You can remove some of its tabs if their no use of it by check and uncheck the checkbox follow by the tab name.

For example, if you are making a code snippet in which you have only used the HTML and CSS section and not done any JavaScript work, in that case, there is no need to display the JavaScript tab on your web page.

jsFiddle Snippets Embedding to your Web Page

Read more