87 Snippets
<10 Favourites
<10 Downloads

om-custom-smart-tag-all-query-args.js

const queryString = window.location.search; // capture all query args document.addEventListener('om.Dtr.init', function(event) { // use this event…

om-reactv4.js

// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…

om-js-events-ga-impression.js

// OptinMonster Javascript Event for Google Analytics Impression Event document.addEventListener( 'om.GoogleAnalytics.preImpressionEvent', function( event ) { var…

slide-left-center.css

html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

font-family.css

div#om-{{id}} * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

om-reactv3.js

// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…

1 2 3 4 8