MemberPress: Prevent Customers from Certain States in the US from Registering
This code snippet will prevent users based in specific US States from registering. For the code…
MemberPress: Restrict Email Domains on Registration
This code snippet will limit the membership registration to only the allowed list of email domains.…
Search Atlas
SEO Optimization
Play/Pause button CSS
/* play/pause for homepage background video */ .video-controls { position: absolute; bottom: 20px; right: 20px; z-index:…
MemberPress: Export a CSV File for All Corporate Accounts with Subaccounts in MemberPress
This code snippet creates an export tool for MemberPress Corporate Accounts, allowing administrators to generate a…
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
Untitled Snippet
Home Page History Attention Franchise Dynasty Welcome to the Kansas City Chiefs Fan Page! This is…
JSON-LD for 25 foot Beam Press Release
{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://easilymovedequipment.com/easily-moved-equipment-unveils-25-foot-5-tonne-aluminum-beam-for-high-capacity-gantry-cranes-80-lighter-than-steel/" }, "headline": "Easily Moved Equipment…
om.Html.shortcodes
document.addEventListener('om.Html.shortcodes', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );
om.Campaign.changeView.done
document.addEventListener('om.Campaign.changeView.done', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );