Automatically Close Campaign After Specific Amount of Seconds
The below code snippet closes your campaign after a specific amount of seconds have passed.
Food quiz 2
Getting Older Quiz 🧠 Healthy Food Quiz for Older Adults Submit Quiz
Payment Method Smart Tag
This code only has handling for klarna, us_bank_account and card (default). The other available types are…
om.Api.init
document.addEventListener('om.Api.init', function(event) {} );
om.WebFonts.init
document.addEventListener('om.WebFonts.init', function(event) { console.log(event.detail.WebFonts); console.log(event.detail.Campaign); } );
bos_leaderboard_top6
Displays loyalty points and activity leaders for Best Of Sarasota
om.Campaign.load , capture query args
document.addEventListener('om.Campaign.load', function(event) { const queryString = window.location.search; // capture all query args // Registers a custom…
Slide Reposition Top Center v2
html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…
add filter
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_pages'; } );
conversion a element
Check out OptinMonster!
Remove All Campaigns From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Untitled Snippet
https://innumerablemakeupreligious.com/egbh8ew6?key=569cae2c57f815ee17982f36028c9a15
LIFTER - Course to Module
Replace Syntax
WPCODE_DIR_AD_SYNC - WPCode Snippets Sync Engine
Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority:…