Brand Assets

Thanks for your interest in affiliating with Popup Maker

Below are a few guidelines for using Popup Maker’s brand resources, please take a moment to familiarize yourself with them. You can download individual assets in each section, or you can download everything all at once below.

Download All Assets

Our Name is Popup Maker

Popup Maker is two words. Always capitalize the P and the M.

Brand Name

PopupMaker

Not like this.

popup maker

Not like this.

POPUP MAKER

Not like this.

popupmaker

Not like this.

Popup Maker Colors

These are Popup Maker’s brand colors – copy the color codes below.

Brand Colors

Primary

#1dbe61

Light

#21db6f

Base

#1dbe61

Popup Maker Logo

These are Popup Maker’s marks & logos – copy or download in PNG/SVG format.

Logos & Marks

Not yet an affiliate?

Become an Affiliate
Earn commission when you recommend Popup Maker to your friends, fans & clients.
Sign Up

Popup Maker Historical Branding

These are Popup Maker’s past marks, logos & colors. Here for fun and archives.

Historical Marks, Logos & Colors
Popup Maker Logo - Archived
Popup Maker Logo - Archived
Popup Maker - Mark - Archived
Popup Maker - Mark - Archived

Primary

#9ab927

Light

#a8cb29

Base

#2d2d2d

Gray 1

#626262

Gray 2

#cacaca

Gray 3

#dfdfdf
View Categories

The Popup Maker Form Integration API

Popup Maker version 1.9 adds and extends a public API (application programming interface) for WordPress form and template builder plugins to integrate with Popup Maker. These interfaces stub out a set of public methods (functions) implemented by each class that integrates a specific form plugin with Popup Maker.

Table 1. Popup Maker Interfaces That Stub out the Form Integration API Methods

Interface  Relative Path
PUM_Interface_Integration /popup-maker/classes/Interface/Integration.php
PUM_Interface_Integration_Form extends PUM_Interface_Integration /popup-maker/classes/Interface/Integration/Form.php
PUM_Interface_Integration_Settings extends PUM_Interface_Integration /popup-maker/classes/Interface/Integration/Settings.php

See the following article link for the current list of WordPress form plugins that integrate with Popup Maker. 

Related article:   ‘Popup Maker Integration with WordPress Form Builder Plugins’.

Table 2 below presents the plugin-specific form integration classes that implement the API, and their relative path within the plugin file structure.

Table 2.  Plugin-Specific Form Integration Classes That Implement the API

Form
Plugin
Class Relative Path
Ninja Forms PUM_Integration_Form_NinjaForms extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/NinjaForms.php
GravityForms PUM_Integration_Form_GravityForms extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/GravityForms.php
Contact Form 7 PUM_Integration_Form_ContactForm7 extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/ContactForm7.php
WPForms PUM_Integration_Form_WPForms extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/WPForms.php
Caldera Forms PUM_Integration_Form_CalderaForms extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/CalderaForms.php
MailChimp for WordPress PUM_Integration_Form_MC4WP extends PUM_Abstract_Integration_Form /popup-maker/classes/Integration/Form/MC4WP.php

Developers who support WordPress form plugins can consult the interface and use the application of the API methods as guidance to prepare their plugin for integration with Popup Maker.

Leave the first comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.