CINXE.COM

Stampede Social Your Ultimate Platform for Social Media Growth

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.stampede.social/', AccountUUID: '4ddb7f92462b46e6a7798820138d03a4', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'aa2d2709', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Sun Apr 06 19:00:58 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '87ad0ef0f3ab44458421593bd3603a64', InitialPageId: '1172974136', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'aa7f932912ef488bacca5b746570732f', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '53670', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 7, NavbarLiveHomePage: 'https://www.stampede.social/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.stampede.social/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/stampedelogo5757-1ecaae99.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/aa2d2709/site_favicon_16_1737344268684.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(26, 24, 24, 1); --color_2: rgba(153,51,153,1); --color_3: rgba(168,28,140,1); --color_4: rgba(219,218,218,1); --color_5: rgba(134,69,255,1); --color_6: rgba(255,255,255,0.75); --color_7: rgba(49,49,49,0.8); --color_8: rgba(74,74,74,1); } </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Raleway;font-style:italic;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/raleway/v34/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#dm [data-show-on-page-only]{display:none!important}:root{--color_1:rgba(26, 24, 24, 1);--color_2:rgba(153,51,153,1);--color_3:rgba(168,28,140,1);--color_4:rgba(219,218,218,1);--color_5:rgba(134,69,255,1);--color_6:rgba(255,255,255,0.75);--color_7:rgba(49,49,49,0.8);--color_8:rgba(74,74,74,1)}.dmInner{min-height:100vh!important;position:relative}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{position:fixed;margin:0;display:none;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.youtubeExt{width:640px;height:360px}.innerYoutubeExt{width:100%;height:100%;position:relative;padding-top:30px;padding-bottom:56.25%;overflow:hidden}.youtube-padding-fix .innerYoutubeExt{padding-bottom:0}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}#dm .sticky-widgets-container-global [data-element-type]{position:fixed!important}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium,#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:18px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:18px}}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side]{width:75vw}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}img,video{display:inline-block}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-10{position:relative;width:83.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .sticky-widgets-container-global .dmWidget{width:230px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1;max-width:-webkit-max-content;max-width:max-content}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}#dm .sticky-widgets-container-global [data-element-type].sticky-desktop-position-top-right{top:0!important;bottom:initial!important;margin-top:40px;right:0!important;left:initial!important;margin-right:40px}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}#dm [data-element-type=dYouTubeId] video{margin:0;width:100%;height:100%}[data-video-uploaded=true] .innerYoutubeExt{padding-top:0}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height],img[width][height]{height:auto}body[data-page-alias=home] #dm [data-show-on-page-only=home]{display:block!important}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}A IMG{border:none}h1,ul{margin-left:0;margin-right:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}#dm .dmBody a.u_1175085936,#dm .dmBody div.u_1433843429{background-origin:border-box!important;text-align:center!important}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm .dmInner .dmWidget{color:#f7f7f7;background-color:#68ccd1}.youtubeExt{margin-top:10px;margin-bottom:10px;max-width:100%}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;background-color:#eee}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}#dm .dmWidget:not([data-buttonstyle]) .iconBg,.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-bottom{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.effect-text-color .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:#9a9a9a}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .dmInner div.u_hcontainer,#dm .p_hfcontainer nav.u_1202718674{float:none!important;height:auto!important;top:0!important;left:0!important}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmContent h1{color:#666}#dm div.dmRespCol>*{line-height:normal}#dm div.dmInner h1{font-family:'Source Sans Pro'}#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(51,51,51,1);font-weight:400;font-style:normal;font-size:18px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmContent h1{direction:ltr;font-family:Raleway,"Raleway Fallback";font-weight:700;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmNewParagraph p{line-height:1.8}#dm div.dmContent h1,#dm div.dmContent h1 *{line-height:initial}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0}#dm .dmContent .dmRespRow{margin:0;padding:15px 20px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Raleway,"Raleway Fallback";font-size:16px}#dm div.dmContent h1{font-size:36px;line-height:1.5}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:2px;--btn-border-radius:26px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:linear-gradient(90deg, rgba(255, 212, 204, 1) 0%, rgba(255, 210, 89, 1) 100%);--background-origin:border-box;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:var(--color_1);--btn-text-decoration:none;--btn-text-font-weight:bold;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(0, 0, 0, 0);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--color_3);--btn-hover-text-color:var(--color_3);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:18px}}#dm .dmWidget:not([data-buttonstyle]){background-clip:border-box;border-radius:6px}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 7px}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .p_hfcontainer div.u_1322311454 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer nav.u_1202718674{color:#fff!important}#dm .p_hfcontainer nav.u_1202718674.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:rgba(255,255,255,1)!important;font-weight:400!important}#dm .p_hfcontainer nav.u_1202718674.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,.5)!important;font-weight:400!important}#dm .p_hfcontainer .u_1202718674.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{justify-content:flex-start!important;text-align:left!important;padding-top:12px!important;padding-bottom:12px!important}#dm .p_hfcontainer .u_1202718674.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer div.u_1010252925{background-image:initial!important;background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer .u_1322311454{width:100%!important}#dm .p_hfcontainer div.u_1690037210 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1297289776.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1297289776.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer div.u_1956887033{background-color:rgba(0,0,0,0)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1297289776.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:var(--color_2)!important;font-weight:700!important}#dm .p_hfcontainer .u_1297289776.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1297289776.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important}#dm .dmInner div.u_hcontainer{max-width:100%!important;width:100%!important;position:relative!important;min-width:0!important;text-align:center!important;background-color:#f0f0f0!important;padding:10px 0!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-top:10px!important;padding-bottom:10px!important}#dm .p_hfcontainer div.u_1405657682{padding-left:60px!important}#dm .p_hfcontainer div.u_1180990470{padding:0!important;margin:0!important}#dm .p_hfcontainer nav.u_1202718674.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:24px!important}#dm .p_hfcontainer div.u_1713519888{margin-top:0!important;padding:0!important}#dm .p_hfcontainer nav.u_1202718674{width:892.99px!important;position:relative!important;max-width:calc(100% - 0px)!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:70px 0 0!important}#dm .p_hfcontainer div.u_1741129692{padding-top:30px!important;margin-top:0!important;padding-right:50px!important;padding-left:50px!important}#dm .p_hfcontainer div.u_1183786036{margin-top:0!important;padding:0 50px 100px!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:30vw!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(0,0,0,1)!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(255,255,255,1)!important;background-color:rgba(0,0,0,1)!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:28.74px!important}[dmtemplateid=Hamburger] .site_content{margin-top:109.48px!important}#dm .p_hfcontainer div#hamburger-header{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:106.75px!important}}#dm .p_hfcontainer div.u_1010252925,#dm .p_hfcontainer div.u_1322311454,#dm .p_hfcontainer div.u_1690037210,#dm .p_hfcontainer nav.u_1297289776{position:relative!important;height:auto!important;float:none!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:53.51px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:159.02px!important}}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0 0 5px!important;padding:0!important}a.u_1719810373{margin:40px 40px 0 0!important}#dm .p_hfcontainer div.u_1010252925{top:0!important;left:0!important;width:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;min-height:auto!important;margin:0!important;padding:0 20px 14px!important}#dm .dmBody div.u_1656053418,#dm .p_hfcontainer div.u_1322311454,#dm .p_hfcontainer div.u_1690037210,#dm .p_hfcontainer nav.u_1297289776{min-width:25px!important;min-height:auto!important}#dm .p_hfcontainer div.u_1322311454{top:0!important;left:0!important;width:178.69px!important;max-width:100%!important;text-align:center!important;display:block!important;padding:0!important;margin:11px 236px 0 0!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1224506121{margin-top:0!important;padding:0 15px!important}#dm .p_hfcontainer div.u_1956887033{padding:0!important}#dm .p_hfcontainer div.u_1268620590{padding-left:10px!important}#dm .p_hfcontainer div.u_1690037210{top:0!important;left:0!important;width:calc(100% - 62px)!important;max-width:137px!important;text-align:center!important;display:block!important;padding:0!important;margin:-1px 0 0 62px!important}#dm .p_hfcontainer nav.u_1297289776.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-weight:700!important;font-size:16px!important}#dm .p_hfcontainer nav.u_1297289776{top:0!important;left:0!important;width:calc(100% - 0px)!important;max-width:820.25px!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:7px 15px 6.8px!important;margin:36px 0 0!important}.stickyHeaderSpacer{height:96.63px!important}#dm .dmBody a.u_1175085936,#dm .dmBody div.u_1165162491,#dm .dmBody div.u_1433843429,#dm .dmBody div.u_1656053418,#dm .dmBody div.u_1880436783{top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .dmBody .u_1433843429:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1433843429{background-image:linear-gradient(90deg,rgba(238,42,123,1) 0,rgba(140,48,146,1) 100%)!important;background-origin:border-box!important}#dm .dmBody div.u_1627857544{background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important;margin:30px 0!important;padding:0!important}#dm .dmBody .u_1165162491{width:100%!important}#dm .dmBody div.u_1656053418{float:none!important;width:calc(100% - 172px)!important;max-width:805.64px!important;display:block!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .dmBody div.u_1433843429{float:none!important;width:auto!important;max-width:100%!important;min-width:0!important;background-attachment:initial!important;background-size:contain!important;background-position:50% 50%!important;background-repeat:no-repeat!important;min-height:auto!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1830433897{width:auto!important;margin:30px 0!important;padding:15px 20px!important}#dm .dmBody div.u_1880436783{float:none!important;width:calc(100% - 422px)!important;min-height:auto!important;max-width:570px!important;min-width:25px!important;padding:2px 0!important;margin:8px auto!important}#dm .dmBody a.u_1175085936{min-height:54px!important;width:211px!important;float:none!important;max-width:100%!important;min-width:0!important;padding:10px 7px!important;margin:-15px auto 0!important}#dm .dmBody div.u_1165162491{float:none!important;width:calc(100% - 0px)!important;min-height:auto!important;max-width:636px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1984750853{width:960px!important;height:540px!important;max-height:100%!important;max-width:100%!important}.font-size-48,.size-48{font-size:48px!important}.font-size-96,.size-96{font-size:96px!important}.font-size-20,.size-20{font-size:20px!important}#\31 405657682,#\31 412989049,#\31 490090738,#hamburger-drawer{order:0}#\31 412989049,#\31 490090738{flex-direction:row}#\31 007746630,#\31 008128227,#\31 011161953,#\31 047382265,#\31 077671088,#\31 082567933,#\31 107883362,#\31 125178891,#\31 139748740,#\31 144890999,#\31 175085936,#\31 175244448,#\31 197824566,#\31 202718674,#\31 212669268,#\31 215452293,#\31 222743993,#\31 259176028,#\31 273687317,#\31 297289776,#\31 299320215,#\31 322335041,#\31 330915314,#\31 331440073,#\31 422747038,#\31 426160622,#\31 459022633,#\31 461603251,#\31 461940182,#\31 483918712,#\31 554303099,#\31 561015385,#\31 569904230,#\31 579015095,#\31 597542549,#\31 597980462,#\31 602868395,#\31 624877992,#\31 634915012,#\31 640038281,#\31 651361714,#\31 675705480,#\31 806329958,#\31 837726825,#\31 847194517,#\31 859752896,#\31 871802100,#\31 890829041,#\31 899347846,#\31 936803937,#\31 961282204{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; line-gap-override: 0%; }@font-face { font-family: "Cardo Fallback"; src: local('Arial'); ascent-override: 103.8482%; descent-override: 38.1494%; size-adjust: 95.354%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.stampede.social/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.stampede.social/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.stampede.social/"/> <meta property="og:image" content="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Screenshot+2025-01-23+at+11.03.34-AM-1920w.png"/> <title> Stampede Social Your Ultimate Platform for Social Media Growth </title> <meta name="description" content="Join Stampede Social to boost your brand’s presence through innovative social media strategies. Unlock powerful tools for growth and engagement today!"/> <script src="https://www.datadoghq-browser-agent.com/datadog-rum-v4.js" type="text/javascript"> <script> window.DD_RUM && window.DD_RUM.init({ clientToken: 'pub0058063e4bee18763c3514a2c1cd7021', applicationId: 'fe9f3dcc-0908-4242-8989-f8fc3adbbdcb', site: 'us5.datadoghq.com', service: 'igstable', env: 'prod', version: '1.0.2', sessionSampleRate: 100, premiumSampleRate: 100, trackUserInteractions: true, defaultPrivacyLevel: 'allow', trackViewsManually: true }); window.DD_RUM && window.DD_RUM.setUser({ id: '', name: '', email: '', eid: '', plan: '', tier: '' }); window.DD_RUM && window.DD_RUM.startView({ name: 'Stampede Social Home Page - Web', service: 'igstable', version: '1.0.2' }); window.DD_RUM && window.DD_RUM.startSessionReplayRecording(); </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "VideoObject", "name": "Let's revolutionize Instagram with Stampede Social", "description": "When it comes to social selling, creators, agencies and brands are hindered by fragmented tools that aren’t connected nor are scalable. This costs them too much time, money and resources, and as a result, opportunities and revenue are lost. We looked at the limitations of social media and worked on filling these gaps so creators, influencers, brands and agencies could take social media by storm⚡ This is how Stampede Social, a new platform that is an Instagram and Facebook co-pilot for these folks that saves them up to 80% of their time collecting comments, engaging with their fans and most importantly, doing manual or expensive tasks like sending auto DMs and analyzing their social media performance. Stampede Social also increases their revenue and generates leads, helps them see new opportunities and increases profile engagement – all in one central platform, for a fraction of the price of what you're currently paying for single function tools. Built by creators for creators, it's a better mousetrap that does not exist anywhere else in the market. In short, Stampede Social gives you back time to create while increasing your revenue and brand influence. We are a subscription-based SaaS platform with these features, all fully functional on Instagram with auto DM features also available for Facebook: 🔁 Automated Direct Messages (DMs). We are affectionately known as the ‘Link in bio’ killer 💰 Integrating sales into Instagram Live 🔗 Trackable links down to the @handle (attribution, woot! woot!) 🎁 Built In post-level giveaway winner selection tool for your IG posts 🤩 User-generated content tracking (IG reels and posts) 📊 Robust performance reporting (including AI post analysis and competitive analysis) 📊 Live engagement database (get to know your top fans!) 🤖 +2600 themes and tones for AI comment responses (easily stay on top of your engagement) 🏆 Multi-platform data collection from Twitter, Tiktok using a trackable link 🗺️ Roadmap: YouTube, Threads and additional Facebook engagement features Stampede Social is revolutionizing the way Creators, Influencers, Speakers, Podcasters, Coaches and Agencies can unlock the power of social media to save time while increasing their revenue and brand influence. It takes the best and leaves the rest from multiple social tools and centralizes the key features of automation, AI and most importantly, data, to deliver the most powerful platform that the top 1% of creators want to keep a secret. If you’re serious about being a Creator or Influencer on Instagram/Facebook, you need Stampede Social. https://stampede.social", "thumbnailUrl": "https://i.ytimg.com/vi_webp/Y1wL2ebL7fQ/maxresdefault.webp", "uploadDate": "2024-05-12T12:00:00+00:00", "duration": "PT3M5S", "embedUrl": "https://www.youtube.com/watch?v=Y1wL2ebL7fQ" } </script> <meta name="keywords" content="lead generation, conversion, social media marketing, social media tools, leads, marketing, generating leads, online leads, sales leads, demand generation, b2b, b2c, lead generation marketing, twitter, hashtags, viral, trending, instagram"/> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-176593015-1'); <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-16967838049"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-16967838049'); </script> <meta name="facebook-domain-verification" content="q921ebs7ivc5yb0ifjhcb5jutdmbsn"/> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1156181841593472'); fbq('track', 'PageView'); </script> <noscript> </noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1156181841593472&amp;ev=PageView&amp;noscript=1"/> <!-- End Meta Pixel Code --> <!-- Organization Schema --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Stampede Social", "url": "https://www.stampede.social/", "logo": "https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Stampede+Social+color+logo-1920w.png", "sameAs": [ "https://www.facebook.com/StampedeSocial/", "https://x.com/stampede_social", "https://instagram.com/stampede_social", "https://www.youtube.com/channel/UC4fm-gJ3DEog-6MkIfA0mMA", "https://www.linkedin.com/company/hashtag-stampede" ] } </script> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Stampede Social Your Ultimate Platform for Social Media Growth"/> <meta name="twitter:description" content="Join Stampede Social to boost your brand’s presence through innovative social media strategies. Unlock powerful tools for growth and engagement today!"/> <meta property="og:description" content="Join Stampede Social to boost your brand’s presence through innovative social media strategies. Unlock powerful tools for growth and engagement today!"/> <meta property="og:title" content="Stampede Social Your Ultimate Platform for Social Media Growth"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "VideoObject", "name" : "Stampede Social App Demonstration", "thumbnailUrl" : "https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Ps4IqnR1Sk6RcIqZJZfS_SilentVideo_16x9_v1+%281%29.v2.0000000.jpg", "uploadDate" : "2025-02-21T13:40:46", "contentUrl" : "https://vid.cdn-website.com/aa2d2709/videos/Ps4IqnR1Sk6RcIqZJZfS_SilentVideo_16x9_v1+%281%29-v.mp4", "description" : "This video shows the core features of Stampede Social's app and how to use it to generate results for your social media content." } </script> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side"> <div class="u_1713519888 dmRespRow" style="text-align: center;" id="1713519888"> <div class="dmRespColsWrapper" id="1490090738"> <div class="u_1180990470 dmRespCol small-12 medium-12 large-12 empty-column" id="1180990470"></div> </div> </div> <div class="u_1741129692 dmRespRow middleDrawerRow" style="text-align: center;" id="1741129692"> <div class="dmRespColsWrapper" id="1602868395"> <div class="dmRespCol small-12 u_1695961677 medium-12 large-12" id="1695961677"> <nav class="u_1202718674 effect-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1202718674" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101670254 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://plans.stampede.social/svc/onboard" class="unifiednav__item dmUDNavigationItem_010101876689 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Pricing" data-auto="page-text-style">Pricing<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/casestudies" class="unifiednav__item dmUDNavigationItem_010101436683 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Client Stories" data-auto="page-text-style">Client Stories<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/blog" class="unifiednav__item dmUDNavigationItem_01010120733 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Blog " data-auto="page-text-style">Blog<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101905091 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact" data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/help-center-faqs" class="unifiednav__item dmUDNavigationItem_010101245692 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Help " data-auto="page-text-style">Help<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1183786036" style="text-align: center;" id="1183786036"> <div class="dmRespColsWrapper" id="1139748740"> <div class="u_1403031437 dmRespCol small-12 medium-12 large-12 empty-column" id="1403031437"></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1010252925 dmRespRow" style="text-align: center;" id="1010252925"> <div class="dmRespColsWrapper" id="1007746630"> <div class="u_1405657682 dmRespCol small-12 medium-12 large-12" id="1405657682"> <div class="u_1322311454 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1322311454"> <a id="1385805567" file="false" class="" href="/"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/chargebeeLOGO-1920w.jpg" id="1339265577" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/chargebeeLOGO.jpg" width="400" height="300" alt="Stampede Social logo" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="83%" layout="78f5c343822e4eb3aac27f4ad5d13812===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1224506121 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1224506121"> <div class="dmRespColsWrapper" id="1412989049"> <div class="u_1956887033 small-12 dmRespCol large-2 medium-2" id="1956887033"> <div class="u_1690037210 imageWidget align-center" data-widget-type="image" id="1690037210" data-element-type="image"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/chargebeeLOGO-1920w.jpg" id="1355057260" class="" data-dm-image-path="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/chargebeeLOGO-1920w.jpg" onerror="handleImageLoadError(this)" height="102.75" width="137.0"/></div> </div> <div class="u_1268620590 dmRespCol small-12 large-10 medium-10" id="1268620590"> <nav class="u_1297289776 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1297289776" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101670254 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://plans.stampede.social/svc/onboard" class="unifiednav__item dmUDNavigationItem_010101876689 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Pricing" data-auto="page-text-style">Pricing<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/casestudies" class="unifiednav__item dmUDNavigationItem_010101436683 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Client Stories" data-auto="page-text-style">Client Stories<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/blog" class="unifiednav__item dmUDNavigationItem_01010120733 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Blog " data-auto="page-text-style">Blog<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101905091 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact" data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/help-center-faqs" class="unifiednav__item dmUDNavigationItem_010101245692 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Help " data-auto="page-text-style">Help<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class=" dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1433843429 dmRespRow dmSectionNoParallax fullBleedChanged fullBleedMode" style="text-align: center;" id="1433843429"> <div class="dmRespColsWrapper" id="1899347846"> <div class="u_1627857544 dmRespCol small-12 medium-12 large-12" id="1627857544"> <div class="dmNewParagraph u_1656053418" data-element-type="paragraph" data-version="5" id="1656053418" style="transition: none; text-align: left; display: block;"> <h1 class="text-align-center size-48 m-size-36" style="line-height: 1;"><span class="font-size-48 m-font-size-36" style="display: initial; color: rgb(255, 255, 255);" m-font-size-set="true">Social Media ROI.</span></h1> <p class="text-align-center size-96 m-size-36" style="line-height: initial;"><strong class="font-size-96 m-font-size-36" m-font-size-set="true" style="color: rgb(255, 255, 255); font-weight: bold; display: initial;">DELIVERED.</strong></p></div> <div class="dmNewParagraph u_1880436783" data-element-type="paragraph" data-version="5" id="1880436783" style="transition: none; text-align: left; display: block;"><p class="text-align-center size-20 m-size-14" style="line-height: 1.5;"><strong class="font-size-20 m-font-size-14" style="display: unset; color: rgb(255, 255, 255);" m-font-size-set="true">Stampede Social uses cutting-edge AI &amp; DM automation to turn social engagement into consistent revenue growth and game-changing ROI.</strong></p><p><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="u_1175085936 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1175085936"> <span class="iconBg" aria-hidden="true" id="1025437401"> <span class="icon hasFontIcon icon-star" id="1205756058"></span> </span> <span class="text" id="1743045090">GET STARTED</span> </a> </div> </div> </div> <div class="u_1830433897 dmRespRow" id="1830433897"> <div class="dmRespColsWrapper" id="1624877992"> <div class="dmRespCol small-12 medium-12 large-12" id="1727051608"> <div data-element-type="dYouTubeId" class="u_1984750853 youtubeExt dmNoMark youtube-padding-fix hasFullWidth hasFullWidthMobile" id="1984750853" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1586077180"> <video src="https://vid.cdn-website.com/aa2d2709/videos/Ps4IqnR1Sk6RcIqZJZfS_SilentVideo_16x9_v1+%281%29-v.mp4" data-src="https://vid.cdn-website.com/aa2d2709/videos/Ps4IqnR1Sk6RcIqZJZfS_SilentVideo_16x9_v1+%281%29-v.mp4" poster="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Ps4IqnR1Sk6RcIqZJZfS_SilentVideo_16x9_v1+%281%29.v2.0000000.jpg" id="1484794439" data-upload-date="1740145246251" class="" loop="true" muted="true" autoplay="true" playsinline="true" data-name="Stampede Social App Demonstration" data-description="This video shows the core features of Stampede Social's app and how to use it to generate results for your social media content."></video> </div> </div> </div> </div> </div> <div class="u_1008498089 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1008498089"> <div class="dmRespColsWrapper" id="1561015385"> <div class="dmRespCol small-12 medium-12 large-12" id="1212337581"> <span id="1495441549"></span> <div class="u_1033945460 dmNewParagraph" data-element-type="paragraph" id="1033945460" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 class="m-size-20 text-align-center size-25" style=""><strong style="color:rgb(236, 41, 123);font-weight:700;display:initial;font-family:Raleway, 'Raleway Fallback';" class="m-font-size-20 font-size-25">As Featured On</strong></h3> </div> <div class="u_1358657611 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1358657611"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/as-featured-on-1152w.png" alt="Impressive list of podcasts the Stampede Social platform has been featured." id="1780766236" class="" width="1619" height="166" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/as-featured-on.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1165162491 imageWidget align-center hide-for-large hide-for-medium" data-element-type="image" data-widget-type="image" id="1165162491"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/2+stacked+logo+rows-1920w.png" alt="great podcasts featuring stampede social" id="1907428352" class="" width="772" height="230" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/2+stacked+logo+rows.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1148787103" id="1148787103"> <div class="dmRespColsWrapper" id="1597980462"> <div class="dmRespCol large-12 medium-12 small-12" id="1459859534"> <div class="u_1641933632 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1641933632"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/meta-approved-189w.png" alt="Meta Approved Batch Logo" id="1501045999" class="" width="550" height="241" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/meta-approved.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1900635283" id="1900635283" data-page-element-type="section" data-page-element-id="1775188514"> <div class="dmRespColsWrapper" id="1008128227"> <div class="dmRespCol large-12 medium-12 small-12 u_1416443259" id="1416443259"> <a data-display-type="block" class="u_1459022633 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1459022633"> <span class="iconBg" aria-hidden="true" id="1640175615"> <span class="icon hasFontIcon icon-star" id="1940410853"></span> </span> <span class="text" id="1724839031">TRY IT FREE</span> </a> </div> </div> </div> <div class="dmRespRow u_1615441404" id="1615441404"> <div class="dmRespColsWrapper" id="1212669268"> <div class="dmRespCol large-6 medium-6 small-12" id="1724536904"> <div class="u_1231531222 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1231531222"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/section-2-01-362w.png" alt="Growth Analytic Icon" id="1402636532" class="" width="836" height="661" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/section-2-01.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1790612491" id="1790612491"> <div class="u_1252574521 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1252574521" style="transition: none; text-align: left; display: block;"><p class="text-align-center size-24 m-size-19" style="line-height: normal;"><strong style="display: unset; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">Stampede Social is,</strong></p><p class="text-align-center size-24 m-size-19" style="line-height: normal;"><strong style="display: unset; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">hands-down,</strong></p><p class="text-align-center size-24 m-size-19" style="line-height: normal;"><strong style="display: unset; font-weight: bold; color: rgb(236, 41, 123);" class="font-size-24 m-font-size-19">the most powerful</strong></p><p class="text-align-center size-24 m-size-19" style="line-height: normal;"><strong style="display: unset; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">social media</strong></p><p class="text-align-center size-24 m-size-19" style="line-height: normal;"><strong style="display: unset; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">companion app on the planet.</strong></p></div> </div> </div> </div> <div class="dmRespRow u_1225755704" id="1225755704"> <div class="dmRespColsWrapper" id="1597542549"> <div class="dmRespCol large-6 medium-6 small-12 u_1115503279" id="1115503279"> <div class="dmNewParagraph u_1444627316" data-element-type="paragraph" data-version="5" id="1444627316" style="transition: none; text-align: left; display: block;"><p class="m-size-19 text-align-center size-24" style="line-height: normal;"><strong style="display: initial; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">Requires you to make</strong><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> </span><strong style="display: initial; color: rgb(236, 41, 123);" class="font-size-24 m-font-size-19">ZERO changes</strong><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span> <strong style="display: initial; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19"> <br/>to your amazing content.</strong></p></div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1770860701"> <div class="u_1574508478 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1574508478"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/section-2-02-326w.png" alt="Requires you to make ZERO changes to your amazing content." id="1709189227" class="" width="836" height="661" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/section-2-02.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1505470503" id="1505470503" data-page-element-type="section" data-page-element-id="1681716253"> <div class="dmRespColsWrapper" id="1330915314"> <div class="dmRespCol large-6 medium-6 small-12 u_1346162545" id="1346162545"> <div class="u_1825102043 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1825102043"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/section-2-03-362w.png" alt="Money Icon" id="1840280827" class="" width="836" height="661" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/section-2-03.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1480726956" id="1480726956"> <div class="u_1847109565 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1847109565" style="transition: none; text-align: left; display: block;"><p class="text-align-center m-size-19 size-24" style="line-height: normal;"><strong style="display: initial; color: rgb(158, 31, 99); font-weight: bold;" class="m-font-size-19 font-size-24">While cleverly turning your <br/>social media into</strong></p><p class="text-align-center" style="line-height: normal;"><strong style="color: rgb(236, 41, 123); font-weight: bold; display: initial;" class="m-font-size-19 font-size-24">money on autopilot</strong><span style="display: initial;">.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1943328475" id="1943328475" data-page-element-type="section" data-page-element-id="1412535001"> <div class="dmRespColsWrapper" id="1569904230"> <div class="dmRespCol large-6 medium-6 small-12 u_1078614012" id="1078614012"> <div class="u_1367624507 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1367624507" style="transition: none; text-align: left; display: block;"><p class="m-size-19 text-align-center size-24" style="line-height: normal;"><strong style="display: initial; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19">While being</strong> <strong style="display: initial; color: rgb(236, 41, 123);" class="font-size-24 m-font-size-19"><br/>super simple to use</strong><span class="" style="display: initial; color: rgb(236, 41, 123);"><span style="display: initial; color: rgb(236, 41, 123);">&nbsp;</span> </span> <strong style="display: initial; color: rgb(158, 31, 99);" class="font-size-24 m-font-size-19"> <br/>and get results.</strong></p></div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1864423065" id="1864423065"> <div class="u_1932806998 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1932806998"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/section-2-04-326w.png" alt="While being super simple to use and get results." id="1548672094" class="" width="836" height="661" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/section-2-04.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1959798485" id="1959798485"> <div class="dmRespColsWrapper" id="1422747038"> <div class="dmRespCol large-12 medium-12 small-12" id="1897438941"> <a data-display-type="block" class="u_1197824566 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1197824566"> <span class="iconBg" aria-hidden="true" id="1104822960"> <span class="icon hasFontIcon icon-star" id="1326132843"></span> </span> <span class="text" id="1663642509">TRY IT FREE</span> </a> </div> </div> </div> <div class="dmRespRow" id="1130205216"> <div class="dmRespColsWrapper" id="1107883362"> <div class="dmRespCol large-12 medium-12 small-12" id="1091890117"> <div class="u_1703391130 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1703391130"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Carl-804w.png" alt="Stampede Social is a fantastic way to market just about anything! The REASON we create content on social media is for interaction and engagement. But what if you could cut out the middle and get straight to the engagement of your followers with less energy spent on making content? That's what Stampede Social brings to the table. I can't see being without it!" id="1349669919" class="" width="1595" height="743" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Carl.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1023025722" id="1023025722"> <div class="dmRespColsWrapper" id="1082567933"> <div class="dmRespCol large-6 medium-6 small-12" id="1483769824"> <div class="u_1648119581 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1648119581"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Stephanie-Garcia-378w.png" alt="customer quote - made $3k in the first week" id="1590471611" class="" width="735" height="594" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Stephanie-Garcia.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1960355592"> <div class="u_1663915896 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1663915896"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Paul-Fitness-Coach-381w.png" alt="helps convert followers to sales" id="1638813896" class="" width="735" height="598" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Paul-Fitness-Coach.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1827471979" id="1827471979"> <div class="dmRespColsWrapper" id="1047382265"> <div class="dmRespCol large-12 medium-12 small-12" id="1870357633"> <div class="u_1610414763 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1610414763" style="transition: opacity 1s ease-in-out;"><p class="m-size-24 text-align-center size-30" style="line-height: normal;"><strong style="font-weight: bold; color: rgb(236, 41, 123); display: unset;" class="m-font-size-24 font-size-30">How Stampede Social turns your social media</strong></p><p class="m-size-24 text-align-center size-30" style="line-height: normal;"><strong style="font-weight: bold; color: rgb(236, 41, 123); display: unset;" class="m-font-size-24 font-size-30">into a money machine</strong></p></div> </div> </div> </div> <div class="dmRespRow u_1590920687" id="1590920687"> <div class="dmRespColsWrapper" id="1273687317"> <div class="dmRespCol large-4 medium-4 small-12" id="1077157945"> <div class="imageWidget align-center u_1328512933" data-element-type="image" data-widget-type="image" id="1328512933"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/01+900-383w.png" alt="Number 1 Icon" id="1459420957" class="" width="900" height="300" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/01+900.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1579126793 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1579126793" style="transition: none; text-align: left; display: block;"><p class="m-size-16 text-align-center size-18" style="line-height: 1.5;"><strong style="display: unset; color: rgb(255, 255, 255);" class="m-font-size-16 font-size-18" m-font-size-set="true">Instantly plugs into your social platforms</strong><span single-space="true" class="m-font-size-16 font-size-18" style="display: unset; color: rgb(255, 255, 255);"> <span class="m-font-size-16 font-size-18" style="display: unset; color: rgb(255, 255, 255);"></span> </span><span class="m-font-size-16 font-size-18" style="display: unset; color: rgb(255, 255, 255);" m-font-size-set="true">to gather deep data on your content.</span></p></div> <div class="u_1426122913 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1426122913"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Screenshot+2025-01-22+at+4.22.55-PM-93w.png" alt="Facebook and instagram logos " id="1719794978" class="" width="170" height="102" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Screenshot+2025-01-22+at+4.22.55-PM.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1236430813"> <div class="imageWidget align-center u_1009484040" data-element-type="image" data-widget-type="image" id="1009484040"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/02_900-383w.png" alt="Number 2 Icon" id="1612330154" class="" width="900" height="300" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/02_900.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1227092403 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1227092403" style="transition: none; text-align: left; display: block;"><p class="m-size-16 text-align-center size-18" style="line-height: 1.5;"><span style="display: initial; color: rgb(255, 255, 255);" class="m-font-size-16 font-size-18" m-font-size-set="true">Opens a Pandora&rsquo;s Box of tools that <br/>seamlessly plug into your content to start</span><span single-space="true" class="m-font-size-16 font-size-18" style="display: initial; color: rgb(255, 255, 255);"> <span style="display: initial; color: rgb(255, 255, 255);" class="m-font-size-16 font-size-18"></span> </span><strong class="m-font-size-16 font-size-18" style="display: initial; color: rgb(255, 255, 255);" m-font-size-set="true">generating leads, sales and engagement.</strong></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1782718170"> <div class="imageWidget align-center u_1750601113" data-element-type="image" data-widget-type="image" id="1750601113"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/03_900-383w.png" alt="Number 3 Icon" id="1799973604" class="" width="900" height="300" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/03_900.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1476325607 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1476325607" style="transition: none; text-align: left; display: block;"><p class="text-align-center m-size-16 size-18" style="line-height: 1.5;"><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-18 m-font-size-16" m-font-size-set="true">Uses intelligent AI &amp; DM automation to</span><span single-space="true" class="font-size-18 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;"> <span style="color: rgb(255, 255, 255); display: initial;" class="font-size-18 m-font-size-16"></span> </span><strong class="font-size-18 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;" m-font-size-set="true">engage and sell</strong><span single-space="true" class="font-size-18 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;"> <span class="font-size-18 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;"></span> </span><span class="font-size-18 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;" m-font-size-set="true">to your fans without you lifting a finger.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1667428529" id="1667428529"> <div class="dmRespColsWrapper" id="1859752896"> <div class="dmRespCol large-12 medium-12 small-12" id="1958258213"> <div class="dmNewParagraph u_1605798942" data-element-type="paragraph" data-version="5" id="1605798942" style="transition: none; text-align: left; display: block;"><p class="size-24 m-size-19 text-align-center" style="line-height: 1.5;"><strong style="display: unset; color: rgb(236, 41, 123); font-weight: bold;" class="font-size-24 m-font-size-19">The super-powered features that make Stampede the best social media co-pilot on the planet:</strong></p></div> </div> </div> </div> <div class="dmRespRow" id="1677800375"> <div class="dmRespColsWrapper" id="1259176028"> <div class="u_1562635362 dmRespCol small-12 large-5 medium-5" id="1562635362"> <div class="u_1736486623 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1736486623"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/super-powered-checkmark-only-78w.png" alt="checkmark " id="1665069666" class="" width="300" height="282" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/super-powered-checkmark-only.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1446665957 dmRespCol small-12 large-7 medium-7" id="1446665957"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1928498966" style="transition: opacity 1s ease-in-out;"><p style="line-height: 1.5;" class="m-text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Deep engagement data so you can</span> </span><strong style="color: rgb(236, 41, 123); font-weight: bold; display: initial;"><br/>scale what works and kill what doesn&rsquo;t.</strong><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1194312836" id="1194312836" data-page-element-type="section" data-page-element-id="1068726425"> <div class="dmRespColsWrapper" id="1322335041"> <div class="u_1982688057 dmRespCol small-12 large-5 medium-5" id="1982688057"> <div class="u_1039386133 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1039386133"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/super-powered-checkmark-only-78w.png" alt="checkmark " id="1372763433" class="" width="300" height="282" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/super-powered-checkmark-only.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1453144211 dmRespCol small-12 large-7 medium-7" id="1453144211"> <div class="u_1624067736 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1624067736" style="transition: none; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Ditch 'link in bio' and replace it with Stampede&rsquo;s proprietary personalized &ldquo;comment to DM&rdquo;</span> </span><strong style="font-weight: bold; color: rgb(236, 41, 123); display: initial;"><br/>links that sell to your audience on autopilot.</strong><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1216435835" id="1216435835" data-page-element-type="section" data-page-element-id="1251787464"> <div class="dmRespColsWrapper" id="1847194517"> <div class="u_1505504992 dmRespCol small-12 large-5 medium-5" id="1505504992"> <div class="u_1897173283 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1897173283"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/super-powered-checkmark-only-78w.png" alt="checkmark " id="1998501423" class="" width="300" height="282" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/super-powered-checkmark-only.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1453369409 dmRespCol small-12 large-7 medium-7" id="1453369409"> <div class="u_1119417351 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1119417351" style="transition: opacity 1s ease-in-out;"><p style="line-height: 1.5;" class="m-text-align-center"><strong style="color: rgb(236, 41, 123); font-weight: bold; display: initial;">Let our industry-leading AI do the heavy lifting</strong><span class="" style="display: initial;"> <span style="display: initial;">helping you craft engaging comment responses.<br/></span></span></p></div> </div> </div> </div> <div class="dmRespRow u_1395534866" id="1395534866" data-page-element-type="section" data-page-element-id="1882726591"> <div class="dmRespColsWrapper" id="1215452293"> <div class="u_1018836028 dmRespCol small-12 large-5 medium-5" id="1018836028"> <div class="u_1689216326 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1689216326"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/super-powered-checkmark-only-78w.png" alt="checkmark " id="1664239431" class="" width="300" height="282" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/super-powered-checkmark-only.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1013948800 dmRespCol small-12 large-7 medium-7" id="1013948800"> <div class="u_1619212705 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1619212705" style="transition: opacity 1s ease-in-out;"><p style="line-height: 1.5;" class="m-text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Engage in social by easily giving your followers</span> </span><strong style="display: initial; color: rgb(236, 41, 123); font-weight: bold;">super simple ways to engage with you and buy from you.</strong><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1128456220" id="1128456220" data-page-element-type="section" data-page-element-id="1146345288"> <div class="dmRespColsWrapper" id="1579015095"> <div class="u_1761397603 dmRespCol small-12 large-5 medium-5" id="1761397603"> <div class="u_1110077363 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1110077363"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/super-powered-checkmark-only-78w.png" alt="checkmark " id="1956166328" class="" width="300" height="282" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/super-powered-checkmark-only.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1040631430 dmRespCol small-12 large-7 medium-7" id="1040631430"> <div class="u_1054069377 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1054069377" style="transition: opacity 1s ease-in-out;"><p style="line-height: 1.5;" class="m-text-align-center"><strong style="color: rgb(236, 41, 123); font-weight: bold; display: initial;">Run giveaways and surprise and delight events</strong><span style="display: initial;">&nbsp; on the fly with simple tools built for ROI.<br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1650226921" id="1650226921" data-page-element-type="section" data-page-element-id="1031817615"> <div class="dmRespColsWrapper" id="1426160622"> <div class="dmRespCol large-12 medium-12 small-12 u_1595569845" id="1595569845"> <a data-display-type="block" class="u_1634915012 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1634915012"> <span class="iconBg" aria-hidden="true" id="1225923789"> <span class="icon hasFontIcon icon-star" id="1499015501"></span> </span> <span class="text" id="1602391622">TRY IT FREE</span> </a> </div> </div> </div> <div class="dmRespRow" id="1124524731"> <div class="dmRespColsWrapper" id="1144890999"> <div class="dmRespCol large-12 medium-12 small-12" id="1601701215"> <div data-element-type="dYouTubeId" class="u_1796430694 youtubeExt dmNoMark youtube-padding-fix" id="1796430694"> <div class="innerYoutubeExt" id="1619734618"> <iframe id="1016421734" src="https://www.youtube.com/embed/Y1wL2ebL7fQ?rel=0" frameborder="0" allowfullscreen="" class=""></iframe> </div> </div> <div class="u_1724206082 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1724206082"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/before-stampede-636w.png" alt="the difficult life of the creator before stampede social" id="1222228002" class="" width="1336" height="1209" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/before-stampede.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1833205520 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1833205520"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/after-stampede-636w.png" alt="the glorious life after using stampede social" id="1992723770" class="" width="1336" height="1209" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/after-stampede.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1264135413 dmRespRow" id="1264135413"> <div class="dmRespColsWrapper" id="1077671088"> <div class="dmRespCol large-12 medium-12 small-12" id="1191312596"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1983496296" style="transition: opacity 1s ease-in-out;"><p style="line-height: normal;" class="text-align-center size-24 m-size-19"><strong class="font-size-24 m-font-size-19" style="display: unset; font-weight: bold; color: var(--color_3);">Trusted by the top creators across the world.</strong></p></div> <div class="u_1515081413 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1515081413"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Travis-697w.png" alt="I literally could not live without Stampede Social" id="1580781417" class="" width="1920" height="866" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Travis.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1314545522 dmRespRow" id="1314545522"> <div class="dmRespColsWrapper" id="1011161953"> <div class="u_1155096585 dmRespCol small-12 large-5 medium-5" id="1155096585"> <div class="u_1797235619 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1797235619"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Tony-216w.png" alt="a must have for creators" id="1354630989" class="" width="735" height="598" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Tony.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1646173894 dmRespCol small-12 large-3 medium-3" id="1646173894"> <div class="u_1970853183 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1970853183"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Bryan-Kramer-217w.png" alt="Stampede Social attaches itself seamlessly to everything I already have, elevating my social media presence." id="1216905432" class="" width="735" height="598" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Bryan-Kramer.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1321872927"> <div class="u_1939798094 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1939798094"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Purple-220w.png" alt="We had a 600% increase in our engagement because of Stampede Social. Thanks for doing this! You’re so awesome." id="1138112728" class="" width="735" height="598" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Purple.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1761387141" id="1761387141" data-page-element-type="section" data-page-element-id="1689897381"> <div class="dmRespColsWrapper" id="1640038281"> <div class="u_1987743030 dmRespCol small-12 large-5 medium-5" id="1987743030"> <div class="u_1828758520 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1828758520"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Podfest-Expo-216w.png" alt="We used Stampede for our Podfest Expo event to help organize our social media campaigns, hashtags, and live contests for over 3k people!" id="1419261241" class="" width="735" height="594" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Podfest-Expo.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1181426860 dmRespCol small-12 large-3 medium-3" id="1181426860"> <div class="u_1814450609 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1814450609"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Lynn-Abate--Johnson-217w.png" alt="Stampede Social is wicked smart, fun to use, and uplevels my outreach and amplification efforts. I’m hooked!" id="1623572330" class="" width="735" height="598" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Lynn-Abate--Johnson.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1870475272" id="1870475272"> <div class="u_1495004050 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1495004050"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Gary-220w.png" alt="drives tons of listens to my podcast" id="1119190179" class="" width="735" height="594" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Gary.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1663666189 dmRespRow hide-for-small" id="1663666189"> <div class="dmRespColsWrapper" id="1651361714"> <div class="dmRespCol large-12 medium-12 small-12" id="1159885305"> <div class="u_1106001773 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1106001773"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Ecamm-Network-703w.png" alt="Stampede Social really is a fantastic tool for Instagram Creators who are looking to monetize, engage their followers and fans, and get access to more analytics." id="1872044482" class="" width="1595" height="626" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Ecamm-Network.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1998035343" id="1998035343" data-page-element-type="section" data-page-element-id="1332831888"> <div class="dmRespColsWrapper" id="1890829041"> <div class="dmRespCol large-12 medium-12 small-12 u_1768242838" id="1768242838"> <a data-display-type="block" class="u_1331440073 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1331440073"> <span class="iconBg" aria-hidden="true" id="1128153771"> <span class="icon hasFontIcon icon-star" id="1479444489"></span> </span> <span class="text" id="1654905143">TRY IT FREE</span> </a> </div> </div> </div> <div class="dmRespRow u_1161255841" id="1161255841"> <div class="dmRespColsWrapper" id="1461603251"> <div class="dmRespCol large-12 medium-12 small-12" id="1747462019"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1179427345" style="transition: opacity 1s ease-in-out;"><p class="text-align-center size-30 m-size-24" style="line-height: normal;"><strong style="display: initial; font-weight: bold; color: rgb(236, 41, 123);" class="font-size-30 m-font-size-24">Explore features that empower your<br/>success effortlessly</strong></p></div> </div> </div> </div> <div class="dmRespRow u_1431536695" id="1431536695"> <div class="dmRespColsWrapper" id="1871802100"> <div class="u_1201931537 dmRespCol small-12 large-6 medium-6" id="1201931537"> <div class="u_1707653899 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1707653899"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-01-352w.png" alt="Easy-to-Use DM Automation Get fans directly to your deep-linked content with one easy click. " id="1543460924" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-01.png" width="900" height="809" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1415618720 dmRespCol small-12 large-6 medium-6" id="1415618720"> <div class="u_1513612295 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1513612295" background-image":""}"="" style="transition: none; text-align: left; display: block;"><p class="m-text-align-center" style="line-height: 1.5;"><strong style="display: initial; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-18 m-font-size-18" m-font-size-set="true">Easy-to-Use DM Automation</strong><span style="display: initial;"><br/></span><strong style="display: initial; font-weight: bold;">Get fans directly to your deep-linked content with one easy click. <br/></strong></p><p style="line-height: 1.5;"><span style="display: initial;"><br/></span></p><p style="line-height: 1.5;"><span style="display: initial;">Skip the limitations of link-in-bio tools by matching your post, Reel, or Story content to the perfect destination. Requesters on Facebook and Instagram receive a personalized link via DM, letting you track exactly who requested and clicked.<br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1137990639 mobile-columns-reversed" id="1137990639"> <div class="dmRespColsWrapper" id="1837726825"> <div class="dmRespCol small-12 large-6 medium-6 u_1238755557" id="1238755557"> <div class="u_1546454942 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1546454942" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-text-align-center"><strong style="display: initial; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-18 m-font-size-18" m-font-size-set="true">AI-Generated Comment Responses Made Easy</strong><strong style="display: initial; font-weight: bold;" class="m-font-size-18" m-font-size-set="true"><br/></strong><strong style="display: initial; font-weight: bold;">Pick your vibe and use your dashboard to generate AI responses</strong><span class="" style="display: initial;"> <span style="display: initial;">to comments&mdash;the perfect AI co-writer to help you stay creative and engage with your audience easier than ever.</span></span></p><p style="line-height: 1.6;"><span style="display: initial;"><br/></span></p></div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1882850568" id="1882850568"> <div class="u_1003543980 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1003543980"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-02-354w.png" alt="AI-Generated Comment Responses Made Easy Pick your vibe and use your dashboard to generate AI responses " id="1674915805" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-02.png" width="900" height="863" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1020876104 dmRespRow" id="1020876104"> <div class="dmRespColsWrapper" id="1936803937"> <div class="u_1455532624 dmRespCol small-12 large-6 medium-6" id="1455532624"> <div class="u_1486542554 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1486542554"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-03-347h.png" alt="Run giveaways in a flash—anywhere, anytime Boost engagement and fire up your top fans with giveaways on Instagram or at live events." id="1592891876" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-03.png" width="900" height="944" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1582441575 dmRespCol small-12 large-6 medium-6" id="1582441575"> <div class="u_1152139912 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1152139912" style="transition: none 0s ease 0s; text-align: left; display: block;"><p style="line-height: normal;"><strong style="font-weight: bold; display: initial;">&nbsp;</strong></p><p class="size-18 m-size-18 m-text-align-center" style="line-height: 1.5;"><strong style="font-weight: bold; color: rgb(158, 31, 99); display: initial;" class="font-size-18 m-font-size-18" m-font-size-set="true">Run giveaways in a flash&mdash;<br/>anywhere, anytime.</strong></p><p style="line-height: 1.5;" class="m-text-align-center"><strong style="font-weight: bold; display: initial;">Boost engagement and fire up your top fans with giveaways on Instagram or at live events.</strong><span style="display: initial;">&nbsp; <br/>From Posts, Reels, Stories, or Lives, easily collect entries, manage comments, and pick winners in real time with our winner selection tool.</span></p><p style="line-height: 1.6;"><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1373677830 mobile-columns-reversed" id="1373677830"> <div class="dmRespColsWrapper" id="1299320215"> <div class="u_1660993177 dmRespCol small-12 large-6 medium-6" id="1660993177"> <div class="u_1089827610 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1089827610" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p class="text-align-left m-text-align-center" style="line-height: 1.5;"><strong style="display: initial; font-weight: bold; color: rgb(158, 31, 99);" class="font-size-18 m-font-size-18" m-font-size-set="true">Post Management Hub</strong><span style="font-weight: normal; display: initial;"><br/></span><strong style="font-weight: bold; display: initial;">Streamline your Instagram workflow with the Post Management Hub.</strong></p><p class="text-align-left" style="line-height: 1.5;"><span style="display: initial;">View post stats, engage with fans by responding to comments directly, and run giveaways from the same view. Effortlessly hide spam comments, download and analyze comment data, and take control of your Instagram engagement strategy&mdash;all in one place.</span></p><p style="line-height: 1.6;"><span style="display: initial;"><br/></span></p></div> </div> <div class="u_1653996321 dmRespCol small-12 large-6 medium-6" id="1653996321"> <div class="u_1621943782 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1621943782"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-04-384w.png" alt="Post Management Hub Streamline your Instagram workflow" id="1790548667" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-04.png" width="900" height="694" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1031924044" id="1031924044"> <div class="dmRespColsWrapper" id="1806329958"> <div class="u_1636677073 dmRespCol small-12 large-6 medium-6" id="1636677073"> <div class="u_1439205109 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1439205109"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-05-398h.png" alt="Take the hassle out of Fan-Generated Content (FGC) campaigns" id="1074896440" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-05.png" width="900" height="1017" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1131418210 dmRespCol small-12 large-6 medium-6" id="1131418210"> <div class="u_1922962857 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1922962857" style="transition: none 0s ease 0s; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-text-align-center"><strong style="color: rgb(158, 31, 99); font-weight: bold; display: initial;" class="font-size-18 m-font-size-18" m-font-size-set="true">Take the hassle out of Fan-Generated Content (FGC) campaigns&nbsp;</strong><strong style="display: initial; font-weight: bold;" class="m-font-size-18" m-font-size-set="true">&nbsp;</strong> <span style="font-weight: normal; display: initial;" class="m-font-size-16" m-font-size-set="true"><br/></span><strong style="font-weight: bold; display: initial;">Easily track, manage, and report on user-generated content in real time.</strong><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span></p><p style="line-height: 1.5;"><span style="display: initial;">Collect responses, download comments and post links, and supercharge your content library. Let your superfans inspire your next big idea and keep your campaigns stampeding forward.</span></p><p style="line-height: 1.6;"><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1500113511 mobile-columns-reversed" id="1500113511"> <div class="dmRespColsWrapper" id="1125178891"> <div class="u_1687299259 dmRespCol small-12 large-6 medium-6" id="1687299259"> <div class="u_1387102682 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1387102682" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-text-align-center"><strong style="color: rgb(158, 31, 99); font-weight: bold; display: initial;" class="m-font-size-18 font-size-18" m-font-size-set="true">Turn IG Lives into Active Selling Machines</strong><span style="font-weight: normal; display: initial;"><br/></span><strong style="font-weight: bold; display: initial;">Use DM automation campaigns while live to drive sales on the fly.</strong></p><p style="line-height: 1.5;"><span style="display: initial;">Collect all fan comments from your Instagram Lives, sort them by sentiment, and respond in real time or save them for later to maximize engagement and revenue opportunities.</span></p></div> </div> <div class="u_1171270566 dmRespCol small-12 large-6 medium-6" id="1171270566"> <div class="u_1295038662 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1295038662"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-06-351w.png" alt="Turn IG Lives into Active Selling Machines Use DM automation campaigns" id="1004381826" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-06.png" width="900" height="887" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1547887524" id="1547887524" data-page-element-type="section" data-page-element-id="1706205483"> <div class="dmRespColsWrapper" id="1222743993"> <div class="u_1294229092 dmRespCol small-12 large-6 medium-6" id="1294229092"> <div class="u_1968929383 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1968929383"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-07-352w.png" alt="Advanced AI Reporting Gain a competitive edge with advanced AI reporting. " id="1485202633" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-07.png" width="759" height="617" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1519022780 dmRespCol small-12 large-6 medium-6" id="1519022780"> <div class="u_1773040330 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1773040330" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-18 m-size-18 m-text-align-center" style="line-height: 1.5;"><strong style="color: rgb(158, 31, 99); font-weight: bold; display: initial;" class="font-size-18 m-font-size-18" m-font-size-set="true">Advanced AI Reporting</strong><span style="color: rgb(158, 31, 99); display: initial; font-weight: normal;" class="font-size-18 m-font-size-18" m-font-size-set="true"><br/></span><strong class="font-size-18 m-font-size-18" style="color: rgb(158, 31, 99); display: initial; font-weight: bold;" m-font-size-set="true">Gain a competitive edge with advanced AI reporting.</strong><span single-space="true" class="m-font-size-18" style="display: initial;"> <span style="display: initial;" class="m-font-size-18" m-font-size-set="true"></span> </span></p><p style="line-height: 1.5;"><strong style="font-weight: bold; display: initial;">Generate detailed competitive reports</strong><span class="" style="display: initial;"> <span style="display: initial;">and analyze post comments to uncover trends and insights. Transform comments into content ideas, empowering you to create more engaging and impactful posts.<br/></span></span></p></div> </div> </div> </div> <div class="dmRespRow u_1525891082 mobile-columns-reversed" id="1525891082" data-page-element-type="section" data-page-element-id="1706205483"> <div class="dmRespColsWrapper" id="1554303099"> <div class="u_1895814647 dmRespCol small-12 large-6 medium-6" id="1895814647"> <div class="u_1807491952 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1807491952" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p class="m-text-align-center m-size-18 size-18" style="line-height: 1.5;"><strong style="display: initial; font-weight: bold; color: rgb(158, 31, 99);" class="m-font-size-18 font-size-18" m-font-size-set="true">Turn the Crowd into Connections</strong><span style="display: initial; font-weight: normal;" class="m-font-size-18" m-font-size-set="true"><br/></span></p><p style="line-height: 1.5;"><strong style="display: initial; font-weight: bold;">Drive your audience to your content from the stage using your custom QR code.</strong></p><p style="line-height: 1.5;"><span class="" style="display: initial;"><span style="display: initial;">Also perfect for podcasters or podcast guests looking to engage listeners, this tool lets you track who requested your content and build connections.</span> </span></p><p style="line-height: 1.5;"><strong style="display: initial; font-weight: bold;">Send them directly to your Instagram or Facebook DM to request your content!</strong><span class="" style="display: initial;"> <span style="display: initial;">Know exactly who&rsquo;s requesting, engage your most eager fans, and transform an anonymous audience into lasting relationships.</span></span></p></div> </div> <div class="u_1062220089 dmRespCol small-12 large-6 medium-6" id="1062220089"> <div class="u_1883509013 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1883509013"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/features-08-465h.png" alt="Turn the Crowd into Connections Drive your audience to your content from the stage using your custom QR code. " id="1773714882" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/features-08.png" width="797" height="1055" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="dmRespRow u_1591464862" id="1591464862" data-page-element-type="section" data-page-element-id="1797869897"> <div class="dmRespColsWrapper" id="1175244448"> <div class="u_1454881717 dmRespCol small-12 large-6 medium-6" id="1454881717"> <div class="u_1993166346 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1993166346"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/feautres-09-352w.png" alt="Know your top fans and turn engagement into insight. Build a live database of your Instagram engagers—right down to their @handles." id="1521799090" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/feautres-09.png" width="803" height="764" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1477205332 dmRespCol small-12 large-6 medium-6" id="1477205332"> <div class="u_1578616465 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1578616465" style="transition: none 0s ease 0s; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-size-18 m-text-align-center"><strong style="color: rgb(158, 31, 99); display: initial; font-weight: bold;" class="m-font-size-18" m-font-size-set="true">Know your top fans and turn engagement into insight.</strong><span style="display: initial; font-weight: normal;" class="m-font-size-14"><br/></span></p><p class="m-size-14" style="line-height: 1.5;"><strong style="display: initial; font-weight: bold;" class="m-font-size-14">Build a live database of your Instagram engagers&mdash;right down to their @handles.</strong></p><p class="m-size-14" style="line-height: 1.5;"><span class="m-font-size-14" style="font-weight: normal; display: initial;">With zero privacy violations, you&rsquo;ll collect first-party data from the moment you start with Stampede Social. Track interactions, measure conversions, and report on the engagement that matters most.</span></p><p style="line-height: 1.6;"><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1763409300" id="1763409300" data-page-element-type="section" data-page-element-id="1031063760"> <div class="dmRespColsWrapper" id="1461940182"> <div class="dmRespCol large-12 medium-12 small-12 u_1042199286" id="1042199286"> <a data-display-type="block" class="u_1675705480 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://plans.stampede.social/svc/onboard" data-element-type="dButtonLinkId" id="1675705480"> <span class="iconBg" aria-hidden="true" id="1310015355"> <span class="icon hasFontIcon icon-star" id="1865537864"></span> </span> <span class="text" id="1043675542">TRY IT FREE</span> </a> </div> </div> </div> <div class="u_1252177606 dmRespRow" id="1252177606"> <div class="dmRespColsWrapper" id="1483918712"> <div class="dmRespCol large-12 medium-12 small-12" id="1761725064"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1589554517" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center m-size-22 size-28" style=""><strong style="color:rgb(236, 41, 123);font-weight:700;display:unset;font-family:Raleway, 'Raleway Fallback';" class="font-size-28 m-font-size-22">Got questions? We&rsquo;ve got answers.</strong></h2> </div> <div class="u_1594973888 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1594973888" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="81" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJEbyBJIG5lZWQgYSBCdXNpbmVzcyBvciBDcmVhdG9yIEluc3RhZ3JhbSBhY2NvdW50IHRvIHVzZSBTdGFtcGVkZSBTb2NpYWw/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPlllcywgU3RhbXBlZGUgU29jaWFsIHN1cHBvcnRzIEluc3RhZ3JhbSBwcm9mZXNzaW9uYWwgYWNjb3VudHMsIHdoaWNoIGluY2x1ZGUgJnF1b3Q7YnVzaW5lc3MmcXVvdDsgYW5kICZxdW90O2NyZWF0b3ImcXVvdDsgYWNjb3VudHMuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+TXVzdC1yZWFkcy9uZWVkczwvcD48dWwgY2xhc3M9XCJydGVCbG9jayBkZWZhdWx0TGlzdFwiPjxsaT5Zb3VyIEluc3RhZ3JhbSBhY2NvdW50IG11c3QgYmUgYSBidXNpbmVzcyBvciBjcmVhdG9yIGFjY291bnQuPC9saT48bGk+WW91ciBJbnN0YWdyYW0gYWNjb3VudCBtdXN0IGJlIGNvbm5lY3RlZCB0byBhIEZhY2Vib29rIGJ1c2luZXNzIHBhZ2UgaW4gb3JkZXIgZm9yIHVzIHRvIGZpbmQgeW91ciBhY2NvdW50IGFuZCBjb25uZWN0IHRvIGl0LiAoU2VlIDxhIHR5cGU9XCJ1cmxcIiB0YXJnZXQ9XCJfYmxhbmtcIiBocmVmPVwiXCIgZGF0YS1ydW50aW1lLXVybD1cIlwiPmh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9oZWxwL2luc3RhZ3JhbS81NzA4OTU1MTMwOTE0NjU8L2E+KTwvbGk+PGxpPllvdXIgRmFjZWJvb2sgUHJvZmlsZSBtdXN0IGJlIGFuIEFkbWluIGZvciB0aGF0IEZhY2Vib29rIFBhZ2UuIChTZWUgdGhpcyA8YSB2YWx1ZT1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9oZWxwLzE4NzMxNjM0MTMxNjYzMVwiIGxhYmVsPVwiXCIgdHlwZT1cInVybFwiIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vaGVscC8xODczMTYzNDEzMTY2MzFcIiBkYXRhLXJ1bnRpbWUtdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2hlbHAvMTg3MzE2MzQxMzE2NjMxXCI+RkIgZG9jKTwvYT48L2xpPjwvdWw+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Nb3JlIDxhIHZhbHVlPVwiaHR0cHM6Ly93d3cuc3RhbXBlZGUuc29jaWFsL2ZhcXMtYWRkaW5nLWlnLXRvLWZiLXBhZ2VcIiBsYWJlbD1cIlwiIHR5cGU9XCJ1cmxcIiB0YXJnZXQ9XCJfYmxhbmtcIiBocmVmPVwiaHR0cHM6Ly93d3cuc3RhbXBlZGUuc29jaWFsL2ZhcXMtYWRkaW5nLWlnLXRvLWZiLXBhZ2VcIiBkYXRhLXJ1bnRpbWUtdXJsPVwiaHR0cHM6Ly93d3cuc3RhbXBlZGUuc29jaWFsL2ZhcXMtYWRkaW5nLWlnLXRvLWZiLXBhZ2VcIj5oZWxwIGhlcmU8L2E+PC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+wqA8L3A+PGJyPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJXaGljaCBQbGFuIGlzIHJpZ2h0IGZvciBtZT8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+UmVnYXJkbGVzcyBvZiB0aGUgcGxhbiB5b3UgY2hvb3NlIHlvdXIgYWNjb3VudCBzaG91bGQgYmUgYSByZWd1bGFybHkgYWN0aXZlIGFjY291bnQsIGEgYnVzaW5lc3Mgb3IgY3JlYXRvciBJRyBhY2NvdW50LCBhbmQgeW91ciBJRyBhY2NvdW50IG11c3QgYmUgY29ubmVjdGVkIHRvIGEgRmFjZWJvb2sgYnVzaW5lc3MgcGFnZS7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+VGhlIFBsYW5zLi4uPC9zdHJvbmc+PC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz48YSB2YWx1ZT1cImh0dHBzOi8vcGxhbnMuc3RhbXBlZGUuc29jaWFsL3N2Yy9vbmJvYXJkXCIgbGFiZWw9XCJcIiB0eXBlPVwidXJsXCIgaHJlZj1cImh0dHBzOi8vcGxhbnMuc3RhbXBlZGUuc29jaWFsL3N2Yy9vbmJvYXJkXCIgZGF0YS1ydW50aW1lLXVybD1cImh0dHBzOi8vcGxhbnMuc3RhbXBlZGUuc29jaWFsL3N2Yy9vbmJvYXJkXCI+Q1JFQVRPUjwvYT46wqA8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoaXMgcGxhbiBsZXZlbCBpcyBncmVhdCBmb3IgaW5kaXZpZHVhbHMgd2l0aDo8L3A+PHVsIGNsYXNzPVwicnRlQmxvY2sgZGVmYXVsdExpc3RcIj48bGk+QSBzZWxmLW1hbmFnZWQvc2luZ2xlLXBlcnNvbiBtYW5hZ2VkIEluc3RhZ3JhbSBhY2NvdW50wqA8L2xpPjxsaT5BIGRlc2lyZSB0byBleHBlcmltZW50IHdpdGggYXV0b21hdGVkIERNIGNhbXBhaWduczwvbGk+PC91bD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+PGEgdmFsdWU9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiIGxhYmVsPVwiXCIgdHlwZT1cInVybFwiIGhyZWY9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiIGRhdGEtcnVudGltZS11cmw9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiPkNSRUFUT1IgUFJPPC9hPjo8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoaXMgcGxhbiBsZXZlbCBpcyBncmVhdCBmb3IgcGVvcGxlIHdpdGg6PC9wPjx1bCBjbGFzcz1cInJ0ZUJsb2NrIGRlZmF1bHRMaXN0XCI+PGxpPkVpdGhlciBhIHNlbGYtbWFuYWdlZCBJbnN0YWdyYW0gYWNjb3VudCBvciBhbiBhc3Npc3RhbnQvbWFuYWdlbWVudCBzdXBwb3J0aW5nIHRoZSBhY2NvdW50PC9saT48bGk+QSBkZXNpcmUgdG8gcnVuIG11bHRpcGxlIGF1dG9tYXRlZCBETSBjYW1wYWlnbnMgYW5kIEZHQyBjYW1wYWlnbnMgdG8gaW5jcmVhc2UgZm9sbG93ZXJzIGFuZCBlbmdhZ2VtZW50PC9saT48bGk+QSBkZXNpcmUgdG8gZXhwZXJpbWVudCB3aXRoIGdpdmVhd2F5czwvbGk+PGxpPkEgbmVlZCB0byBzYXZlIHRpbWUgdXNpbmcgQUktYXNzaXN0ZWQgY29tbWVudCByZXBsaWVzPC9saT48bGk+QSBsb3ZlIGZvciBkYXRhIGFuZCBpbnNpZ2h0IGludG8gdGhlaXIgYWNjb3VudCBwZXJmb3JtYW5jZTwvbGk+PC91bD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+PGEgdmFsdWU9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiIGxhYmVsPVwiXCIgdHlwZT1cInVybFwiIGhyZWY9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiIGRhdGEtcnVudGltZS11cmw9XCJodHRwczovL3BsYW5zLnN0YW1wZWRlLnNvY2lhbC9zdmMvb25ib2FyZFwiPkNSRUFUT1IgUFJPIFBMVVM6PC9hPjwvc3Ryb25nPjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhpcyBwbGFuIGxldmVsIGlzIGdyZWF0IGZvciBwZW9wbGUsIHNtYWxsIHRlYW1zLCBhbmQgc21hbGwgYWdlbmNpZXMgd2l0aDo8L3A+PHVsIGNsYXNzPVwicnRlQmxvY2sgZGVmYXVsdExpc3RcIj48bGk+QSBzZWxmLW1hbmFnZWQgSW5zdGFncmFtIGFjY291bnQgb3IgZGVkaWNhdGVkIHBlcnNvbi90ZWFtIHN1cHBvcnRpbmcgdGhlIGFjY291bnQ8L2xpPjxsaT5GcmVxdWVudCBwb3N0ZXJzL3ZlcnkgYWN0aXZlIG9uIEluc3RhZ3JhbTwvbGk+PGxpPkEgZGVzaXJlIHRvIHJ1biBtdWx0aXBsZSBjb25jdXJyZW50IGF1dG9tYXRlZCBETSBjYW1wYWlnbnMgYW5kIEZHQyBjYW1wYWlnbnMgdG8gaW5jcmVhc2UgZm9sbG93ZXJzIGFuZCBlbmdhZ2VtZW50PC9saT48bGk+QSBkZXNpcmUgdG8gdXNlIGdpdmVhd2F5czwvbGk+PGxpPkEgbmVlZCB0byBzYXZlIHRpbWUgdXNpbmcgQUktYXNzaXN0ZWQgY29tbWVudCByZXBsaWVzPC9saT48bGk+QSBsb3ZlIGZvciByb2J1c3QgZGF0YSBhbmQgaW5zaWdodCBpbnRvIHRoZWlyIGFjY291bnQgcGVyZm9ybWFuY2UgdG8gaW5mb3JtIGZ1dHVyZSBhY3Rpb25zPC9saT48L3VsPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QWxsIFN0YW1wZWRlIHBsYW5zIGFyZSBzZWdtZW50ZWQgYnkgdGhlIG51bWJlciBvZiBhdXRvbWF0ZWQgRE1zIHlvdSBzZW5kIGV2ZXJ5IDMwIGRheXMsIHNvIGFzIHlvdSBncm93IHlvdXIgZm9sbG93ZXIgYmFzZSBhbmQgZW5nYWdlbWVudCwgeW91IGNhbiB1cGdyYWRlIHlvdXIgcGxhbiB0byBncm93IHdpdGggeW91LjwvcD48YnI+PGJyPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJDYW4gSSBzaWduIHVwIG1vcmUgdGhhbiBvbmUgSW5zdGFncmFtIGFjY291bnQ/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPlllcywgeW91IGNhbiBzaWduIHVwIGZvciBtb3JlIHRoYW4gb25lIEluc3RhZ3JhbSBhY2NvdW50IHRvIHdvcmsgd2l0aCBTdGFtcGVkZSBTb2NpYWwuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Ib3c/IEVhY2ggSUcgYWNjb3VudCBuZWVkcyBpdHMgb3duIHN1YnNjcmlwdGlvbi4gWW91IGNyZWF0ZSBuZXcgc3Vic2NyaXB0aW9ucyB3aXRoIGEgZGlmZmVyZW50IGVtYWlsIGFkZHJlc3MgYW5kIHNpZ24gdXAgYSBuZXcgSUcgYWNjb3VudC7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkhvdyBkbyBJIG1hbmFnZSBtdWx0aXBsZSBhY2NvdW50cz8gwqA8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldoZW4geW91IGxvZyBpbnRvIHlvdXIgZGFzaGJvYXJkIHlvdSB3aWxsIGNob29zZSB3aGljaCBhY2NvdW50IHlvdSB3YW50IHRvIG1hbmFnZS4gSXQmI3gyNztzIHRoZW4gc3VwZXIgZWFzeSBmcm9tIHRoZSBkYXNoYm9hcmQgdG8gYm91bmNlIGJldHdlZW4gSUcgYWNjb3VudHMgdGhhdCB5b3UmI3gyNztyZSBtYW5hZ2luZy7CoDwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiRG8geW91IGhhdmUgYSBmcmVlIHRyaWFsPyAoU3BvaWxlcjogeWVzKSIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XZSYjeDI3O3JlIGNvbnZpbmNlZCBTdGFtcGVkZSBTb2NpYWwgd2lsbCBjaGFuZ2UgeW91ciBsaWZlIHNvIHdlJiN4Mjc7cmUgbGV0dGluZyB5b3UgdHJ5IGl0IGZvciBmcmVlLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkNhbiYjeDI3O3QgYmVhdCB0aGF0LCByaWdodD88L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkkgYWxyZWFkeSBoYXZlIGEgbGluayBpbiBteSBiaW8gYmFjayB0byBteSB3ZWJzaXRlLiBJc27igJl0IHRoYXQgZW5vdWdoPz8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+Tm8sIG5vdCByZWFsbHkuIFdlJiN4Mjc7dmUgYmVlbiB0ZWxsaW5nIG91cnNlbHZlcyBmb3IgYSB3aGlsZSB0aGF0IHRoYXQgbGluayBpbiBiaW8gYWN0dWFsbHkgZG9lcyB0aGUgam9iIGFuZCBzZXJ2ZXMgb3VyIGZhbnMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XZSYjeDI3O3JlIGhlcmUgdG8gdGVsbCB5b3UgdGhlcmUgaXMgYSBiZXR0ZXIgd2F5IGFuZCB3ZSYjeDI3O3JlIGRlbGl2ZXJpbmcgaXQuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5ObyBuZWVkIHRvIGxpbWl0IHlvdXJzZWxmIGFueSBsb25nZXIgbm9yIG1ha2UgeW91ciBmYW5zIGh1bnQgZm9yIFVSTHMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XaHkgbWFrZSB5b3VyIGZhbnMgbGVhdmUgYSBwb3N0IHdoZW4geW91IGNhbiBqdXN0IGRlbGl2ZXIgdGhlIFVSTHMgcmlnaHQgdG8gdGhlbSBhdXRvbWF0aWNhbGx5P8KgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+wqBpZiB5b3XigJlyZSB3YW50aW5nIHRvIHJ1biBtdWx0aXBsZSBjYW1wYWlnbnMgZnJvbSB5b3VyIGZlZWQgbGluayBpbiBiaW8ganVzdCBkb2VzIG5vdCBzdWZmaWNlLsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+U3RhbXBlZGUgU29jaWFsIGRlbGl2ZXJzIHBlcnNvbmFsaXplZCwgY3VzdG9tIGxpbmtzIGRpcmVjdGx5IHRvIGEgdXNlcuKAmXMgRE0gd2hlbiB0aGV5IHJlcXVlc3QgaXQsIGdpdmluZyB5b3UgdGhlIGFiaWxpdHkgdG8gc2VuZCB0aGVtIGFueXdoZXJlLCBkaXJlY3RseSwgYW5kIGtub3cgZXhhY3RseSB3aG8gdGhleSBhcmUgaWYgdGhleSBjbGlja2VkLCBhbmQgaWYgdGhleSBjb21wbGV0ZWQgdGhlIGNvbnZlcnNpb24uwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Ob3cgeW91IGNhbiBtYXRjaCB5b3VyIHBvc3QsIExpdmUsIGFuZCBSZWVscyBjb250ZW50IHRvIHdoYXQgd2FpdHMgZm9yIHRoZW0gYmVoaW5kIHRoZSBsaW5rLCBjcmVhdGluZyBhIHNlYW1sZXNzLCBwZXJzb25hbGl6ZWQgdXNlciBleHBlcmllbmNlLCB3aGlsZSBkZWxpdmVyaW5nIHJvYnVzdCBkYXRhIGJhY2sgdG8geW91LjwvcD48YnI+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkNhbiB5b3UgYXV0b21hdGljYWxseSBzZW5kIGxpbmtzIHRvIERNcz8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+WUVTISEhwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGF0JiN4Mjc7cyBvdXIgbW9zdCBleGNpdGluZyBmZWF0dXJlLiBUaGlzIGlzIHdoeSB5b3UgZG9uJiN4Mjc7dCBuZWVkIHRvIHJlbHkgb24gbGluayBpbiBiaW8gYW55bW9yZS7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlNpbXBseSBjcmVhdGUgYSBjYWxsIHRvIGFjdGlvbiBhbmQgeW91ciBmYW5zIHJlY2VpdmUgYSBsaW5rIHRvIHRoZSBjb250ZW50IHRoZXkgYXJlIGludGVyZXN0ZWQgaW4uwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JdCBvbmx5IHRha2VzIHNlY29uZHMgdG8gY3JlYXRlIGEgY2FtcGFpZ24uIE9uY2UgY3JlYXRlZCB0aGV5IHdvcmsgaW1tZWRpYXRlbHkgb24gcG9zdHMsIHJlZWxzLCBzdG9yaWVzLCBsaXZlcywgYW5kIGRpcmVjdCB0byBETS7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSBudW1iZXIgb2YgY29uY3VycmVudCBjYW1wYWlnbnMgYW5kIERNcyB5b3UgY2FuIHNlbmQgYSBtb250aCBpcyBkZXBlbmRlbnQgb24geW91ciBwbGFuLsKgPC9wPjxicj4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiSSBoYXZlIGEgcG9zdCBzY2hlZHVsZXIgcHJvZ3JhbS4gV2h5IGRvIEkgbmVlZCBTdGFtcGVkZSBTb2NpYWw/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkdyZWF0LCBkZWZpbml0ZWx5IGtlZXAgdGhlbS7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIGRvbiYjeDI3O3Qgc2NoZWR1bGUgcG9zdHMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5TdGFtcGVkZSBTb2NpYWwgaXMgaGVyZSB0byBoZWxwIHlvdSBtYXhpbWl6ZSB0aGUgcmVzdWx0cyBvZiBlYWNoIEluc3RhZ3JhbSBwb3N0IGFmdGVyIHlvdSBwb3N0IGl0LsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2UgYWxzbyBjb2xsZWN0IGFsbCB0aGUgY29tbWVudHMgaW4gYSB2ZXJ5IGRpZmZlcmVudCB3YXkgdGhhdCBhbGxvd3MgeW91IGEgbXVjaCBkZWVwZXIgYW5hbHlzaXMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5CdWZmZXIsIEhvb3RzdWl0ZSwgYW5kIG90aGVyIHRvb2xzIGhlbHAgeW91IHNjaGVkdWxlIHlvdXIgcG9zdHMuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5TdGFtcGVkZSBoZWxwcyB5b3UgcHJpb3JpdGl6ZSB3aGVuIHlvdSBlbmdhZ2UsIGVuZ2FnZSB3aXRoIHRoZSByaWdodCBwZW9wbGUsIGFuZCBtb3ZlIHRoZW0gY2xvc2VyIHRvIGFuIGFjdGlvbiB0aGF0IHRoZXkgb3B0IGludG8sIHJpZ2h0IGJhY2sgdG8geW91ciBicmFuZC48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XZSYjeDI3O3JlIHRoZSBhZGQtb24gKG9yIHN0YW5kLWFsb25lKSBwcm9kdWN0IHRvIG1ha2UgeW91ciBsaWZlIGVhc2llci4gwqA8L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkRvZXMgYW55IG90aGVyIHRvb2wgY29sbGVjdCBlbmdhZ2VtZW50IGRhdGEgb24gSW5zdGFncmFtPyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5TaG9ydCBhbnN3ZXI/IE5vdCB0aGUgd2F5IHdlIGRvIGl0LsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T3VyIHRlY2hub2xvZ3kgc3RhbmRzIGFwYXJ0IGJlY2F1c2UgYXMgY29tbWVudHMgY29tZSBpbiwgdGhleSBiZWNvbWUgcGFydCBvZiB5b3VyIGVuZ2FnZW1lbnQgZGF0YWJhc2UuwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGlzIGRhdGFiYXNlIGhvdXNlcyBjb21tZW50cyBmcm9tIGFsbCB5b3VyIHBvc3RzIChhbmQgcmVlbHMgYW5kIGxpdmUgZXZlbnRzKSBmcm9tIHRoZSBtb21lbnQgeW91IGFjdGl2YXRlIHlvdXIgYWNjb3VudCBhbmQgYWxsb3dzIHlvdSB0byB1bmRlcnN0YW5kIG92ZXIgdGltZSB3aG8gaXMgY29tbWVudGluZyBvbiB5b3VyIHBvc3RzIHRoZSBtb3N0LCBvdmVyYWxsIHNlbnRpbWVudCwga2V5IHRoZW1lcywgZXRjLsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhlIGFiaWxpdHkgdG8gcmVwb3J0IG9uIHRoZSByZWFsIGNvbnZlcnNhdGlvbiBpcyBmaW5hbGx5IGhlcmUuwqA8L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkRvZXMgdGhpcyB3b3JrIHdpdGggSW5zdGFncmFtIExpdmU/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPlllcy7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkEgdW5pcXVlIGZlYXR1cmUgb2YgU3RhbXBlZGUgU29jaWFsIGlzIHRoYXQgYWZ0ZXIgYSBsaXZlIGV2ZW50LCB5b3UgaGF2ZSBhIHJlY29yZCBvZiBhbGwgdGhlIGNvbW1lbnRzIG1hZGUgZHVyaW5nIHRoZSBsaXZlIGV2ZW50LsKgPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T3VyIHdlYiBpbnRlcmZhY2UgYWxzbyBtYWtlcyBpdCBlYXN5IHRvIHNlbmQgbWFudWFsIERNcyB0byB5b3VyIGZhbnMgZHVyaW5nIGEgbGl2ZSBldmVudC7CoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsc28sIGlmIHRoYXQgd2FzbiYjeDI3O3QgZW5vdWdoLCBvdXIgYXV0b21hdGVkIERNcyB3b3JrIGR1cmluZyBhIGxpdmUgZXZlbnQgc28geW91IGNhbiBkcml2ZSBmb2xrcyB0byB5b3VyIGJvb2ssIHBvZGNhc3QsIGV0Yy4gd2l0aCBhIHNpbXBsZSBjYWxsIHRvIGFjdGlvbi7CoDwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifV0sImV4cGFuZEZpcnN0SXRlbSI6ZmFsc2UsImNvbGxhcHNlT3RoZXJzIjp0cnVlLCJzY2hlbWEiOnRydWUsImxheW91dCI6InJvdW5kZWRJY29uIn0="><!-- FAQ Schema json-ld --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Do I need a Business or Creator Instagram account to use Stampede Social?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Yes, Stampede Social supports Instagram professional accounts, which include &quot;business&quot; and &quot;creator&quot; accounts.</p><br><p class=\"rteBlock\">Must-reads/needs</p><ul class=\"rteBlock defaultList\"><li>Your Instagram account must be a business or creator account.</li><li>Your Instagram account must be connected to a Facebook business page in order for us to find your account and connect to it. (See <a type=\"url\" target=\"_blank\" href=\"\" data-runtime-url=\"\">https://www.facebook.com/help/instagram/570895513091465</a>)</li><li>Your Facebook Profile must be an Admin for that Facebook Page. (See this <a value=\"https://www.facebook.com/help/187316341316631\" label=\"\" type=\"url\" target=\"_blank\" href=\"https://www.facebook.com/help/187316341316631\" data-runtime-url=\"https://www.facebook.com/help/187316341316631\">FB doc)</a></li></ul><br><p class=\"rteBlock\">More <a value=\"https://www.stampede.social/faqs-adding-ig-to-fb-page\" label=\"\" type=\"url\" target=\"_blank\" href=\"https://www.stampede.social/faqs-adding-ig-to-fb-page\" data-runtime-url=\"https://www.stampede.social/faqs-adding-ig-to-fb-page\">help here</a></p><br><p class=\"rteBlock\"> </p><br>" } } , { "@type": "Question", "name": "Which Plan is right for me?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Regardless of the plan you choose your account should be a regularly active account, a business or creator IG account, and your IG account must be connected to a Facebook business page. </p><br><p class=\"rteBlock\"><strong>The Plans...</strong></p><br><p class=\"rteBlock\"><strong><a value=\"https://plans.stampede.social/svc/onboard\" label=\"\" type=\"url\" href=\"https://plans.stampede.social/svc/onboard\" data-runtime-url=\"https://plans.stampede.social/svc/onboard\">CREATOR</a>: </strong></p><p class=\"rteBlock\">This plan level is great for individuals with:</p><ul class=\"rteBlock defaultList\"><li>A self-managed/single-person managed Instagram account </li><li>A desire to experiment with automated DM campaigns</li></ul><br><p class=\"rteBlock\"><strong><a value=\"https://plans.stampede.social/svc/onboard\" label=\"\" type=\"url\" href=\"https://plans.stampede.social/svc/onboard\" data-runtime-url=\"https://plans.stampede.social/svc/onboard\">CREATOR PRO</a>:</strong></p><p class=\"rteBlock\">This plan level is great for people with:</p><ul class=\"rteBlock defaultList\"><li>Either a self-managed Instagram account or an assistant/management supporting the account</li><li>A desire to run multiple automated DM campaigns and FGC campaigns to increase followers and engagement</li><li>A desire to experiment with giveaways</li><li>A need to save time using AI-assisted comment replies</li><li>A love for data and insight into their account performance</li></ul><br><p class=\"rteBlock\"><strong><a value=\"https://plans.stampede.social/svc/onboard\" label=\"\" type=\"url\" href=\"https://plans.stampede.social/svc/onboard\" data-runtime-url=\"https://plans.stampede.social/svc/onboard\">CREATOR PRO PLUS:</a></strong></p><p class=\"rteBlock\">This plan level is great for people, small teams, and small agencies with:</p><ul class=\"rteBlock defaultList\"><li>A self-managed Instagram account or dedicated person/team supporting the account</li><li>Frequent posters/very active on Instagram</li><li>A desire to run multiple concurrent automated DM campaigns and FGC campaigns to increase followers and engagement</li><li>A desire to use giveaways</li><li>A need to save time using AI-assisted comment replies</li><li>A love for robust data and insight into their account performance to inform future actions</li></ul><br><p class=\"rteBlock\">All Stampede plans are segmented by the number of automated DMs you send every 30 days, so as you grow your follower base and engagement, you can upgrade your plan to grow with you.</p><br><br>" } } , { "@type": "Question", "name": "Can I sign up more than one Instagram account?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Yes, you can sign up for more than one Instagram account to work with Stampede Social. </p><br><p class=\"rteBlock\">How? Each IG account needs its own subscription. You create new subscriptions with a different email address and sign up a new IG account. </p><br><p class=\"rteBlock\">How do I manage multiple accounts?  </p><p class=\"rteBlock\">When you log into your dashboard you will choose which account you want to manage. It&#x27;s then super easy from the dashboard to bounce between IG accounts that you&#x27;re managing. </p>" } } , { "@type": "Question", "name": "Do you have a free trial? (Spoiler: yes)", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">We&#x27;re convinced Stampede Social will change your life so we&#x27;re letting you try it for free.</p><br><p class=\"rteBlock\">Can&#x27;t beat that, right?</p>" } } , { "@type": "Question", "name": "I already have a link in my bio back to my website. Isn’t that enough??", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">No, not really. We&#x27;ve been telling ourselves for a while that that link in bio actually does the job and serves our fans. </p><br><p class=\"rteBlock\">We&#x27;re here to tell you there is a better way and we&#x27;re delivering it. </p><br><p class=\"rteBlock\">No need to limit yourself any longer nor make your fans hunt for URLs. </p><br><p class=\"rteBlock\">Why make your fans leave a post when you can just deliver the URLs right to them automatically? </p><br><p class=\"rteBlock\"> if you’re wanting to run multiple campaigns from your feed link in bio just does not suffice. </p><br><p class=\"rteBlock\">Stampede Social delivers personalized, custom links directly to a user’s DM when they request it, giving you the ability to send them anywhere, directly, and know exactly who they are if they clicked, and if they completed the conversion. </p><br><p class=\"rteBlock\">Now you can match your post, Live, and Reels content to what waits for them behind the link, creating a seamless, personalized user experience, while delivering robust data back to you.</p><br>" } } , { "@type": "Question", "name": "Can you automatically send links to DMs?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">YES!!! </p><br><p class=\"rteBlock\">That&#x27;s our most exciting feature. This is why you don&#x27;t need to rely on link in bio anymore. </p><br><p class=\"rteBlock\">Simply create a call to action and your fans receive a link to the content they are interested in. </p><br><p class=\"rteBlock\">It only takes seconds to create a campaign. Once created they work immediately on posts, reels, stories, lives, and direct to DM. </p><br><p class=\"rteBlock\">The number of concurrent campaigns and DMs you can send a month is dependent on your plan. </p><br>" } } , { "@type": "Question", "name": "I have a post scheduler program. Why do I need Stampede Social?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Great, definitely keep them. </p><br><p class=\"rteBlock\">We don&#x27;t schedule posts. </p><br><p class=\"rteBlock\">Stampede Social is here to help you maximize the results of each Instagram post after you post it. </p><br><p class=\"rteBlock\">We also collect all the comments in a very different way that allows you a much deeper analysis. </p><br><p class=\"rteBlock\">Buffer, Hootsuite, and other tools help you schedule your posts. </p><br><p class=\"rteBlock\">Stampede helps you prioritize when you engage, engage with the right people, and move them closer to an action that they opt into, right back to your brand.</p><br><p class=\"rteBlock\">We&#x27;re the add-on (or stand-alone) product to make your life easier.  </p>" } } , { "@type": "Question", "name": "Does any other tool collect engagement data on Instagram?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Short answer? Not the way we do it. </p><br><p class=\"rteBlock\">Our technology stands apart because as comments come in, they become part of your engagement database. </p><br><p class=\"rteBlock\">This database houses comments from all your posts (and reels and live events) from the moment you activate your account and allows you to understand over time who is commenting on your posts the most, overall sentiment, key themes, etc. </p><br><p class=\"rteBlock\">The ability to report on the real conversation is finally here. </p>" } } , { "@type": "Question", "name": "Does this work with Instagram Live?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Yes. </p><br><p class=\"rteBlock\">A unique feature of Stampede Social is that after a live event, you have a record of all the comments made during the live event. </p><br><p class=\"rteBlock\">Our web interface also makes it easy to send manual DMs to your fans during a live event. </p><br><p class=\"rteBlock\">Also, if that wasn&#x27;t enough, our automated DMs work during a live event so you can drive folks to your book, podcast, etc. with a simple call to action. </p>" } } ]} </script> <!-- End of FAQ Schema json -ld --> <ul class="accordion-wrapper roundedIcon " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Do I need a Business or Creator Instagram account to use Stampede Social?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Yes, Stampede Social supports Instagram professional accounts, which include &quot;business&quot; and &quot;creator&quot; accounts.</p><br/><p class="rteBlock">Must-reads/needs</p> <ul class="rteBlock defaultList"><li>Your Instagram account must be a business or creator account.</li><li>Your Instagram account must be connected to a Facebook business page in order for us to find your account and connect to it. (See <a type="url" target="_blank" href="" data-runtime-url="">https://www.facebook.com/help/instagram/570895513091465</a>)</li><li>Your Facebook Profile must be an Admin for that Facebook Page. (See this <a value="https://www.facebook.com/help/187316341316631" label="" type="url" target="_blank" href="https://www.facebook.com/help/187316341316631" data-runtime-url="https://www.facebook.com/help/187316341316631">FB doc)</a></li></ul> <br/><p class="rteBlock">More <a value="https://www.stampede.social/faqs-adding-ig-to-fb-page" label="" type="url" target="_blank" href="https://www.stampede.social/faqs-adding-ig-to-fb-page" data-runtime-url="https://www.stampede.social/faqs-adding-ig-to-fb-page">help here</a></p><br/><p class="rteBlock">&nbsp;</p><br/></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Which Plan is right for me?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Regardless of the plan you choose your account should be a regularly active account, a business or creator IG account, and your IG account must be connected to a Facebook business page.&nbsp;</p><br/><p class="rteBlock"><strong>The Plans...</strong></p><br/><p class="rteBlock"><strong><a value="https://plans.stampede.social/svc/onboard" label="" type="url" href="https://plans.stampede.social/svc/onboard" data-runtime-url="https://plans.stampede.social/svc/onboard">CREATOR</a>:&nbsp;</strong></p><p class="rteBlock">This plan level is great for individuals with:</p> <ul class="rteBlock defaultList"><li>A self-managed/single-person managed Instagram account&nbsp;</li><li>A desire to experiment with automated DM campaigns</li></ul> <br/><p class="rteBlock"><strong><a value="https://plans.stampede.social/svc/onboard" label="" type="url" href="https://plans.stampede.social/svc/onboard" data-runtime-url="https://plans.stampede.social/svc/onboard">CREATOR PRO</a>:</strong></p><p class="rteBlock">This plan level is great for people with:</p> <ul class="rteBlock defaultList"><li>Either a self-managed Instagram account or an assistant/management supporting the account</li><li>A desire to run multiple automated DM campaigns and FGC campaigns to increase followers and engagement</li><li>A desire to experiment with giveaways</li><li>A need to save time using AI-assisted comment replies</li><li>A love for data and insight into their account performance</li></ul> <br/><p class="rteBlock"><strong><a value="https://plans.stampede.social/svc/onboard" label="" type="url" href="https://plans.stampede.social/svc/onboard" data-runtime-url="https://plans.stampede.social/svc/onboard">CREATOR PRO PLUS:</a></strong></p><p class="rteBlock">This plan level is great for people, small teams, and small agencies with:</p> <ul class="rteBlock defaultList"><li>A self-managed Instagram account or dedicated person/team supporting the account</li><li>Frequent posters/very active on Instagram</li><li>A desire to run multiple concurrent automated DM campaigns and FGC campaigns to increase followers and engagement</li><li>A desire to use giveaways</li><li>A need to save time using AI-assisted comment replies</li><li>A love for robust data and insight into their account performance to inform future actions</li></ul> <br/><p class="rteBlock">All Stampede plans are segmented by the number of automated DMs you send every 30 days, so as you grow your follower base and engagement, you can upgrade your plan to grow with you.</p><br/><br/></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Can I sign up more than one Instagram account?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Yes, you can sign up for more than one Instagram account to work with Stampede Social.&nbsp;</p><br/><p class="rteBlock">How? Each IG account needs its own subscription. You create new subscriptions with a different email address and sign up a new IG account.&nbsp;</p><br/><p class="rteBlock">How do I manage multiple accounts? &nbsp;</p><p class="rteBlock">When you log into your dashboard you will choose which account you want to manage. It's then super easy from the dashboard to bounce between IG accounts that you're managing.&nbsp;</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Do you have a free trial? (Spoiler: yes)</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">We're convinced Stampede Social will change your life so we're letting you try it for free.</p><br/><p class="rteBlock">Can't beat that, right?</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>I already have a link in my bio back to my website. Isn&rsquo;t that enough??</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">No, not really. We've been telling ourselves for a while that that link in bio actually does the job and serves our fans.&nbsp;</p><br/><p class="rteBlock">We're here to tell you there is a better way and we're delivering it.&nbsp;</p><br/><p class="rteBlock">No need to limit yourself any longer nor make your fans hunt for URLs.&nbsp;</p><br/><p class="rteBlock">Why make your fans leave a post when you can just deliver the URLs right to them automatically?&nbsp;</p><br/><p class="rteBlock">&nbsp;if you&rsquo;re wanting to run multiple campaigns from your feed link in bio just does not suffice.&nbsp;</p><br/><p class="rteBlock">Stampede Social delivers personalized, custom links directly to a user&rsquo;s DM when they request it, giving you the ability to send them anywhere, directly, and know exactly who they are if they clicked, and if they completed the conversion.&nbsp;</p><br/><p class="rteBlock">Now you can match your post, Live, and Reels content to what waits for them behind the link, creating a seamless, personalized user experience, while delivering robust data back to you.</p><br/></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Can you automatically send links to DMs?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">YES!!!&nbsp;</p><br/><p class="rteBlock">That's our most exciting feature. This is why you don't need to rely on link in bio anymore.&nbsp;</p><br/><p class="rteBlock">Simply create a call to action and your fans receive a link to the content they are interested in.&nbsp;</p><br/><p class="rteBlock">It only takes seconds to create a campaign. Once created they work immediately on posts, reels, stories, lives, and direct to DM.&nbsp;</p><br/><p class="rteBlock">The number of concurrent campaigns and DMs you can send a month is dependent on your plan.&nbsp;</p><br/></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>I have a post scheduler program. Why do I need Stampede Social?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Great, definitely keep them.&nbsp;</p><br/><p class="rteBlock">We don't schedule posts.&nbsp;</p><br/><p class="rteBlock">Stampede Social is here to help you maximize the results of each Instagram post after you post it.&nbsp;</p><br/><p class="rteBlock">We also collect all the comments in a very different way that allows you a much deeper analysis.&nbsp;</p><br/><p class="rteBlock">Buffer, Hootsuite, and other tools help you schedule your posts.&nbsp;</p><br/><p class="rteBlock">Stampede helps you prioritize when you engage, engage with the right people, and move them closer to an action that they opt into, right back to your brand.</p><br/><p class="rteBlock">We're the add-on (or stand-alone) product to make your life easier. &nbsp;</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Does any other tool collect engagement data on Instagram?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Short answer? Not the way we do it.&nbsp;</p><br/><p class="rteBlock">Our technology stands apart because as comments come in, they become part of your engagement database.&nbsp;</p><br/><p class="rteBlock">This database houses comments from all your posts (and reels and live events) from the moment you activate your account and allows you to understand over time who is commenting on your posts the most, overall sentiment, key themes, etc.&nbsp;</p><br/><p class="rteBlock">The ability to report on the real conversation is finally here.&nbsp;</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Does this work with Instagram Live?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Yes.&nbsp;</p><br/><p class="rteBlock">A unique feature of Stampede Social is that after a live event, you have a record of all the comments made during the live event.&nbsp;</p><br/><p class="rteBlock">Our web interface also makes it easy to send manual DMs to your fans during a live event.&nbsp;</p><br/><p class="rteBlock">Also, if that wasn't enough, our automated DMs work during a live event so you can drive folks to your book, podcast, etc. with a simple call to action.&nbsp;</p></div> </div> </div> </li> </ul> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1291383099" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-14 size-18"><strong style="font-weight: bold; color: rgb(236, 41, 123); display: initial;" class="m-font-size-14 font-size-18">Still need help? Visit our</strong><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> </span><a href="/help-center-faqs" runtime_url="/help_center_FAQs" type="page" style="display: initial; font-weight: bold; color: rgb(236, 41, 123);" class="m-font-size-14 font-size-18"><strong>Help</strong></a><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span><strong style="display: initial; font-weight: bold; color: rgb(236, 41, 123);" class="m-font-size-14 font-size-18">section.</strong></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1813158864"> <a data-display-type="block" class="u_1719810373 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-mobile-position-bottom-right sticky-desktop-position-top-right hide-for-small" file="false" href="https://app.stampede.social/svc/login" data-element-type="dButtonLinkId" id="1719810373" target="_blank" data-show-on-page-only="home"> <span class="iconBg" aria-hidden="true" id="1972262699"> <span class="icon hasFontIcon icon-star" id="1091581247"></span> </span> <span class="text" id="1129519317">CLIENT LOG IN</span> </a> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1885864985 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1885864985" data-page-element-type="section" data-page-element-id="1452749168"> <div class="dmRespColsWrapper" id="1961282204"> <div class="u_1659212171 dmRespCol small-12 large-4 medium-4" id="1659212171"> <div class="u_1679131577 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1679131577"> <a href="/" id="1534252060" file="false"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/Stampede+Social+reversed+logo-270w.png" id="1646135113" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/Stampede+Social+reversed+logo.png" alt="Stampede Social logo" onerror="handleImageLoadError(this)" height="101.71875" width="225.0"/></a> </div> </div> <div class="u_1806594874 dmRespCol small-12 large-4 medium-4" id="1806594874"> <div class="u_1217815392 dmNewParagraph" id="1217815392" data-element-type="paragraph" data-version="5" data-styletopreserve="{" background-image":""}"=""> <h5 class="text-align-left"><span style="display: initial;"><br/></span></h5> <h5 class="text-align-left size-16"><span class="font-size-16" style="color:rgb(255, 255, 255);display:initial;font-family:Raleway, 'Raleway Fallback';"><span style="color:rgb(255, 255, 255);display:initial;font-family:Raleway, 'Raleway Fallback';" class="font-size-16">Already a customer?</span> </span><a href="https://app.stampede.social/svc/login" runtime_url="https://app.stampede.social/svc/login" type="url" class="font-size-16" style="color:rgb(255, 255, 255);display:initial;text-decoration:underline;font-family:Raleway, 'Raleway Fallback';" target="_blank">Log in here</a><span style="color:rgb(255, 255, 255);text-decoration:underline;display:initial;font-family:Raleway, 'Raleway Fallback';" class="m-font-size-16 font-size-16" m-font-size-set="true"><br/></span><span style="color: var(--color_6); display: initial;" class="m-font-size-16 font-size-16" m-font-size-set="true">Not yet a customer?</span><span single-space="true" class="m-font-size-16 font-size-16" style="color: var(--color_6); display: initial;"> <span style="color: var(--color_6); display: initial;" class="m-font-size-16 font-size-16"></span> </span><a href="https://plans.stampede.social/svc/onboard" runtime_url="https://plans.stampede.social/svc/onboard" type="url" class="m-font-size-16 font-size-16" style="color: var(--color_6); display: initial; text-decoration: underline;" m-font-size-set="true">Start your free trial today!</a><span single-space="true" class="m-font-size-16 font-size-16" style="color: var(--color_6); display: initial; text-decoration: underline;"> <span class="m-font-size-16 font-size-16" style="color: var(--color_6); display: initial; text-decoration: underline;"></span> </span><span style="display: initial;"><br/></span><span class="font-size-16" style="color:rgb(255, 255, 255);display:initial;font-family:Raleway, 'Raleway Fallback';"><span style="color:rgb(255, 255, 255);display:initial;font-family:Raleway, 'Raleway Fallback';" class="font-size-16">Join our</span> </span><a href="/affiliate-page-for-stampede-social" runtime_url="/affiliate-page-for-stampede-social" type="page" class="font-size-16" style="color:rgb(255, 255, 255);display:initial;text-decoration:underline;font-family:Raleway, 'Raleway Fallback';">Affiliate Program</a></h5> <h5 class="text-align-left"><a href="/affiliate-page-for-stampede-social" runtime_url="/affiliate-page-for-stampede-social" type="page" style="color:rgb(255, 255, 255);display:initial;text-decoration:underline;font-family:Raleway, 'Raleway Fallback';" class="font-size-16"><br/></a></h5> <h5 class="text-align-left m-size-10"><span style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Raleway, 'Raleway Fallback';" class="font-size-10 m-font-size-10" m-font-size-set="true">&copy; Copyright 2023 -2025 Stampede Social.&nbsp; All rights reserved.&nbsp; &nbsp;</span><span single-space="true" class="font-size-10 m-font-size-10" style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Raleway, 'Raleway Fallback';"> <span style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Raleway, 'Raleway Fallback';" class="font-size-10 m-font-size-10"></span> </span><a href="/privacy" runtime_url="/privacy" type="page" class="font-size-10 m-font-size-10" style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Raleway, 'Raleway Fallback';" m-font-size-set="true">privacy</a><span m-font-size-set="true" class="m-font-size-10" style="display: initial;">.</span><span single-space="true" class="m-font-size-10" style="display: initial; color: var(--color_6);"> <span class="m-font-size-10" style="display: initial; color: var(--color_6);"></span> </span><a href="/terms" runtime_url="/terms" type="page" class="m-font-size-10 font-size-10" style="color:var(--color_6);display:initial;font-family:Raleway, 'Raleway Fallback';" m-font-size-set="true">terms</a></h5> </div></div> <div class="dmRespCol small-12 u_1689699050 medium-4 large-4" id="1689699050"> <div class="u_1004425645 align-center text-align-center dmSocialHub gapSpacing" id="1004425645" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.instagram.com/stampede_social/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.linkedin.com/company/hashtag-stampede/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@stampedesocial" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/stampede_social" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.tiktok.com/@stampedesocial" target="_blank" dm_dont_rewrite_url="true" aria-label="tiktok" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Tiktok&apos;)"> <span class="dmSocialTiktok dm-social-icons-tiktok oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <div class="u_1462799051 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1462799051"><img src="https://lirp.cdn-website.com/aa2d2709/dms3rep/multi/opt/meta-approved+white+letters-187w.png" alt="META approved logo. Stampede Social is a META approved application." id="1586557194" class="" data-dm-image-path="https://irp.cdn-website.com/aa2d2709/dms3rep/multi/meta-approved+white+letters.png" width="550" height="241" onerror="handleImageLoadError(this)"/></div> <div data-element-type="html" class="dmCustomHtml" id="1522772812"></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;subset=latin-ext&amp;display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5371/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/13bf4bc6657f6fed6ad89f5479a7f78c.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/aa2d2709/files/aa2d2709_withFlex_1.min.css?v=2533" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/aa2d2709/files/aa2d2709_home_withFlex_1.min.css?v=2533" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-96, .size-96, .size-96 > font { font-size: 96px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-25, .size-25, .size-25 > font { font-size: 25px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-28, .size-28, .size-28 > font { font-size: 28px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-10, .size-10, .size-10 > font { font-size: 10px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~81"] = function (element, data, api) { $(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded'); $(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){ if(data.config.collapseOthers){ $(this).parents('.accordion-item').siblings().removeClass('expanded'); // $(element).find('.accordion-item').not(this).removeClass('expanded'); } $(this).parents('.accordion-item').toggleClass('expanded'); }); }; </script> <script type="text/javascript"> var d_version = "production_5371"; var build = "2025-04-07T12_49_36"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-04-07T12_49_36"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5371'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5371'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5371/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5371/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); </script> <script async src="https://www.googletagmanager.com/gtm.js?id=GTM-MHX5R5LN" id="d-js-gtm" onload="window.dispatchEvent(new CustomEvent('gtmLoaded', { bubbles: true }))"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-176593015-1"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = 'aa2d2709'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'UA-176593015-1'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'UA-176593015-1', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['stampede.social'] } }); _dm_gaq.pushEvent('UA-176593015-1', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'aa2d2709' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: aa2d2709 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W6B8DCD');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6B8DCD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10