{"id":239030,"date":"2025-12-08T15:49:58","date_gmt":"2025-12-08T15:49:58","guid":{"rendered":"https:\/\/inkbotdesign.com\/?p=239030"},"modified":"2025-12-17T21:15:45","modified_gmt":"2025-12-17T21:15:45","slug":"word-of-mouth-marketing","status":"publish","type":"post","link":"https:\/\/inkbotdesign.com\/word-of-mouth-marketing\/","title":{"rendered":"Word of Mouth Marketing: The Guide to Organic Growth"},"content":{"rendered":"\n<p><strong>Word of Mouth Marketing: The Guide to Organic Growth<\/strong><\/p>\n\n\n\n<p>When was the last time you saw a sponsored post on your feed and thought, &#8220;Amazing, a brand is interrupting my day to sell me something&#8221;?<\/p>\n\n\n\n<p>You didn\u2019t. You scrolled past it.<\/p>\n\n\n\n<p>Advertising is in a crisis of trust. We are bombarded with thousands of marketing messages daily, and our brains have evolved a sophisticated filter to ignore them.&nbsp;<\/p>\n\n\n\n<p>We refer to this phenomenon as &#8220;banner blindness,&#8221; but it\u2019s actually a survival mechanism.&nbsp;<\/p>\n\n\n\n<p>Yet, if a friend sends you a WhatsApp message saying, &#8220;You have to try this new coffee place, the flat white is incredible,&#8221; you listen. You might even go there within the week.<\/p>\n\n\n\n<p>This is the power of <strong>Word of Mouth Marketing (WOMM)<\/strong>. It is not an accident. It is not magic. It is a strategic discipline that can be measured, engineered, and optimised. If you rely solely on paid acquisition, you are essentially renting your traffic. WOMM builds an asset you actually own: <a href=\"https:\/\/inkbotdesign.com\/brand-awareness\/\">brand awareness<\/a> that scales without a proportional increase in spend.<\/p>\n\n\n\n<p>In this guide, we aren't discussing vague &#8220;viral tips.&#8221; We are stripping down the mechanics of why people share, how to measure it, and how to avoid wasting your marketing budget.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Word of Mouth Marketing?<\/h2>\n\n\n\n<p><strong>Word of Mouth Marketing (WOMM)<\/strong> is the active influence of organic discussions about a brand, organisation, or event. It is the transition of your customer from a passive consumer to an active participant in your marketing channel. Unlike traditional advertising, which pushes a message <em>to<\/em> an audience, WOMM relies on the audience exchanging the message <em>amongst<\/em> themselves.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/What-is-Word-of-Mouth-Marketing-womm-1024x576.webp\" alt=\"Word Of Mouth Marketing What Is Word Of Mouth Marketing Womm\" class=\"wp-image-327900\" srcset=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/What-is-Word-of-Mouth-Marketing-womm-1024x576.webp 1024w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/What-is-Word-of-Mouth-Marketing-womm-300x169.webp 300w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/What-is-Word-of-Mouth-Marketing-womm.webp 1365w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The Three Pillars of WOMM<\/h3>\n\n\n\n<p>To understand WOMM, you must distinguish between the noise and the signal. It breaks down into three distinct components:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Organic WOM:<\/strong> This occurs naturally when people become advocates because they are happy with a product and have a natural desire to share their enthusiasm.<\/li>\n\n\n\n<li><strong>Amplified WOM:<\/strong> This occurs when marketers launch campaigns designed to encourage or accelerate WOM in existing or new communities. This includes referral programmes and influencer marketing.<\/li>\n\n\n\n<li><strong>The Viral Loop:<\/strong> The mechanism by which a single user invites other users, who then invite more users, creating a self-sustaining cycle of growth.<\/li>\n<\/ol>\n\n\n\n<p><strong>Note:<\/strong> WOMM is often confused with &#8220;<a href=\"https:\/\/inkbotdesign.com\/viral-marketing\/\" data-type=\"post\" data-id=\"242418\">Viral Marketing.<\/a>&#8221; Viral marketing is usually an event (a video, a stunt). WOMM is a sustained state of brand advocacy.<\/p>\n\n\n\n<style>\n  #wom-tool-container, #wom-tool-container * {\n    box-sizing: border-box;\n  }\n\n  #wom-tool-container {\n    font-family: 'Inter', sans-serif;\n    max-width: 700px;\n    margin: 40px auto;\n    padding: 40px;\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 0.5rem;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n    color: #333;\n    min-height: 400px; \/* Prevents collapse *\/\n  }\n\n  \/* TYPOGRAPHY *\/\n  #wom-tool-container h3.wom-main-title {\n    margin-top: 0;\n    color: #111;\n    font-weight: 800;\n    font-size: 26px;\n    text-align: center;\n    margin-bottom: 10px;\n  }\n\n  #wom-tool-container p.intro-text {\n    text-align: center;\n    color: #666;\n    font-size: 16px;\n    line-height: 1.5;\n    margin-bottom: 30px;\n  }\n\n  \/* PROGRESS BAR *\/\n  #wom-progress-bar {\n    height: 8px;\n    background: #eee;\n    border-radius: 0.5rem;\n    margin-bottom: 25px;\n    overflow: hidden;\n  }\n  #wom-progress-fill {\n    height: 100%;\n    background: #0055FF;\n    width: 0%;\n    transition: width 0.3s ease;\n    border-radius: 0.5rem;\n  }\n\n  \/* BUTTONS & OPTIONS *\/\n  .wom-btn {\n    display: inline-block;\n    background-color: #0055FF; \/* INKBOT BLUE *\/\n    color: #fff;\n    padding: 14px 30px;\n    font-size: 16px;\n    font-weight: 600;\n    border: none;\n    border-radius: 0.5rem;\n    cursor: pointer;\n    transition: background 0.3s, transform 0.1s;\n    text-align: center;\n    text-decoration: none;\n    width: 100%;\n  }\n  \n  .wom-btn:hover {\n    background-color: #0044cc;\n    transform: translateY(-1px);\n  }\n\n  .wom-option-btn {\n    display: block;\n    width: 100%;\n    text-align: left;\n    background: #f8f9fa;\n    border: 1px solid #ddd;\n    color: #333;\n    margin-bottom: 12px;\n    padding: 16px;\n    border-radius: 0.5rem;\n    cursor: pointer;\n    font-size: 16px;\n    font-weight: 400;\n    transition: all 0.2s ease;\n    font-family: 'Inter', sans-serif;\n  }\n\n  .wom-option-btn:hover {\n    background: #eef4ff;\n    border-color: #0055FF;\n    color: #0055FF;\n  }\n\n  \/* RESULTS SCREEN *\/\n  #wom-result-screen {\n    display: none; \/* Controlled via JS directly *\/\n    text-align: center;\n  }\n  \n  #wom-score-circle {\n    width: 120px;\n    height: 120px;\n    border-radius: 50%;\n    background: #eee;\n    color: #333;\n    font-size: 42px;\n    font-weight: 800;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px auto;\n    border: 5px solid #ddd;\n  }\n\n  #wom-result-title {\n    font-size: 24px;\n    color: #111;\n    margin: 0 0 20px 0;\n    font-weight: 800;\n  }\n\n  #wom-result-desc {\n    font-size: 16px;\n    line-height: 1.6;\n    background: #f0f4f8;\n    padding: 25px;\n    border-radius: 0.5rem;\n    text-align: left;\n    margin-bottom: 30px;\n    color: #444;\n  }\n  \n  #wom-result-desc strong { color: #000; font-weight: 700; }\n<\/style>\n\n<div id=\"wom-tool-container\">\n  \n  <div id=\"wom-start-screen\" style=\"display:block;\">\n    <h3 class=\"wom-main-title\">The Viral Potential Audit<\/h3>\n    <p class=\"intro-text\">Word of Mouth isn't luck; it's engineering. Answer 6 questions to see if your brand is built to spread, or built to stay a secret.<\/p>\n    <div style=\"text-align:center;\">\n      <button class=\"wom-btn\" onclick=\"startWomQuiz()\">Audit My Brand<\/button>\n    <\/div>\n  <\/div>\n\n  <div id=\"wom-question-screen\" style=\"display:none;\">\n    <div id=\"wom-progress-bar\"><div id=\"wom-progress-fill\"><\/div><\/div>\n    <h4 id=\"wom-question-text\" style=\"font-size:20px; margin:0 0 25px 0; font-weight:600;\">Question&#8230;<\/h4>\n    <div id=\"wom-options-container\"><\/div>\n  <\/div>\n\n  <div id=\"wom-result-screen\" style=\"display:none;\">\n    <p style=\"text-transform:uppercase; color:#888; font-size:14px; font-weight:600; letter-spacing:1px; margin-bottom:15px;\">Your Virality Score<\/p>\n    \n    <div id=\"wom-score-circle\">0<\/div>\n    <h3 id=\"wom-result-title\">Verdict<\/h3>\n    \n    <div id=\"wom-result-desc\">Description&#8230;<\/div>\n    \n    <a href=\"https:\/\/inkbotdesign.com\/contact\/request-a-quote\/\" target=\"_blank\" class=\"wom-btn\" style=\"margin-bottom:10px;\">Build a Brand People Talk About<\/a>\n    <button class=\"wom-btn\" style=\"background-color:#444;\" onclick=\"location.reload()\">Retake Audit<\/button>\n  <\/div>\n\n<\/div>\n\n<script>\n  \/\/ --- CONFIGURATION ---\n  const womQuestions = [\n    {\n      text: \"1. How easy is it to explain what you do to a 5-year-old?\",\n      options: [\n        { text: \"Instant. 'We sell X for Y.'\", value: 10 },\n        { text: \"It takes a few sentences, but they get it.\", value: 5 },\n        { text: \"It's complicated \/ abstract.\", value: 0 }\n      ]\n    },\n    {\n      text: \"2. Social Currency: Does recommending you make the customer look cool\/smart?\",\n      options: [\n        { text: \"Yes, we are exclusive, new, or insider-knowledge.\", value: 10 },\n        { text: \"Neutral. We are just a utility provider.\", value: 5 },\n        { text: \"No, people might be embarrassed to use us.\", value: 0 }\n      ]\n    },\n    {\n      text: \"3. The 'Purple Cow' Factor: Is there something visually distinct about your product\/service?\",\n      options: [\n        { text: \"Yes, unboxing or seeing it is a unique experience.\", value: 10 },\n        { text: \"It's high quality, but looks standard.\", value: 5 },\n        { text: \"It looks exactly like the competition.\", value: 0 }\n      ]\n    },\n    {\n      text: \"4. Observability: When someone uses your product, do others see it?\",\n      options: [\n        { text: \"Yes (e.g., Clothing, Branded Reports, Storefront).\", value: 10 },\n        { text: \"Sometimes (e.g., Digital service with some sharing).\", value: 5 },\n        { text: \"No, it's private\/invisible (e.g., Backend software).\", value: 0 }\n      ]\n    },\n    {\n      text: \"5. Friction: If I want to refer a friend right now, how hard is it?\",\n      options: [\n        { text: \"One click \/ I have a referral link ready.\", value: 10 },\n        { text: \"I'd have to look up your website URL.\", value: 5 },\n        { text: \"I wouldn't know how to describe it or where to send them.\", value: 0 }\n      ]\n    },\n    {\n      text: \"6. Emotional Payload: How does your customer feel *after* the transaction?\",\n      options: [\n        { text: \"Relief, Delight, or Excitement.\", value: 10 },\n        { text: \"Satisfied.\", value: 5 },\n        { text: \"Neutral \/ Nothing.\", value: 0 }\n      ]\n    }\n  ];\n\n  \/\/ LOGIC\n  let womCurrentQ = 0;\n  let womTotalScore = 0;\n\n  function startWomQuiz() {\n    document.getElementById('wom-start-screen').style.display = 'none';\n    document.getElementById('wom-question-screen').style.display = 'block';\n    showWomQuestion();\n  }\n\n  function showWomQuestion() {\n    const q = womQuestions[womCurrentQ];\n    document.getElementById('wom-question-text').innerText = q.text;\n    \n    \/\/ Progress\n    const pct = (womCurrentQ \/ womQuestions.length) * 100;\n    document.getElementById('wom-progress-fill').style.width = pct + \"%\";\n\n    const cont = document.getElementById('wom-options-container');\n    cont.innerHTML = \"\";\n\n    q.options.forEach(opt => {\n      const btn = document.createElement('button');\n      btn.className = \"wom-option-btn\";\n      btn.innerText = opt.text;\n      btn.onclick = () => handleWomAnswer(opt.value);\n      cont.appendChild(btn);\n    });\n  }\n\n  function handleWomAnswer(val) {\n    womTotalScore += val;\n    womCurrentQ++;\n    \n    if(womCurrentQ < womQuestions.length) {\n      showWomQuestion();\n    } else {\n      showWomResults();\n    }\n  }\n\n  function showWomResults() {\n    \/\/ 1. Hide Question Screen Immediately\n    document.getElementById('wom-question-screen').style.display = 'none';\n\n    \/\/ 2. Show Result Screen Immediately (Prevents collapse)\n    document.getElementById('wom-result-screen').style.display = 'block';\n\n    \/\/ 3. Calculate Score\n    let title = \"\";\n    let desc = \"\";\n    let color = \"\";\n    let borderColor = \"\";\n    \n    let score = Math.round((womTotalScore \/ 60) * 100);\n    \n    if (score >= 80) {\n      title = \"The Viral Engine\";\n      color = \"#16a34a\"; \/\/ Green\n      borderColor = \"#dcfce7\";\n      desc = \"<strong>Status: High Velocity.<\/strong><br>You have the ingredients for organic growth: Social Currency, Visibility, and Emotion. Your focus now should be <strong>Amplification<\/strong>. Give your advocates better tools (referral programs, shareable content) to speed up what is already working.\";\n    } else if (score >= 50) {\n      title = \"The Hidden Gem\";\n      color = \"#f59e0b\"; \/\/ Orange\n      borderColor = \"#fef9c3\";\n      desc = \"<strong>Status: Untapped Potential.<\/strong><br>People like your product, but they aren't talking about it. Why? It might be too hard to explain (Simplicity issue) or they don't get 'Social Status' from sharing it. You need a <strong>Brand Story Refresh<\/strong> to give them a cooler reason to share.\";\n    } else {\n      title = \"The Best Kept Secret\";\n      color = \"#ef4444\"; \/\/ Red\n      borderColor = \"#fee2e2\";\n      desc = \"<strong>Status: Silent.<\/strong><br>You are likely competing on specs or price, which generates sales but not conversations. To grow organically, you need to create a <strong>'Talk Trigger'<\/strong>\u2014something unusual, generous, or distinct that forces people to notice you.\";\n    }\n\n    \/\/ 4. Populate Data\n    const circle = document.getElementById('wom-score-circle');\n    circle.innerText = score;\n    circle.style.color = color;\n    circle.style.borderColor = borderColor;\n    \n    document.getElementById('wom-result-title').innerText = title;\n    document.getElementById('wom-result-desc').innerHTML = desc;\n  }\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">The Economics of Trust: Why WOM Wins<\/h2>\n\n\n\n<p>The shift towards WOM isn't just a cultural preference; it is a financial necessity. The cost of acquiring a customer (CAC) via digital channels has skyrocketed. Privacy changes (like iOS tracking updates) have made targeting less effective and more expensive.<\/p>\n\n\n\n<p>WOMM offers an escape route from this arbitrage trap.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Data Don't Lie<\/h3>\n\n\n\n<p>You can ignore my opinion, but you shouldn't ignore the data.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Nielsen\u2019s Global Trust in Advertising Study<\/strong> consistently shows that <a href=\"https:\/\/www.businessnewsdaily.com\/2353-consumer-ad-trust.html\" target=\"_blank\" rel=\"noopener\">92% of consumers<\/a> trust recommendations from friends and family above all other forms of advertising.<\/li>\n\n\n\n<li><strong>McKinsey & Company<\/strong> research indicates that word of mouth is the primary factor behind <strong>20% to 50% of all purchasing decisions<\/strong>.<\/li>\n\n\n\n<li>Crucially, a customer acquired through WOM has a <strong>37% higher retention rate<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>Why? Because the trust is transferred. If I trust you, and you trust this brand, I trust this brand. It is a transitive property of social dynamics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8220;Cost of Retrieval&#8221; for the Consumer<\/h3>\n\n\n\n<p>Think about it from a <a href=\"https:\/\/inkbotdesign.com\/user-experience-design\/\" data-type=\"post\" data-id=\"38500\">user experience (UX)<\/a> perspective. When a consumer looks for a solution, they face a high &#8220;Cost of Retrieval.&#8221; They have to search Google, filter through SEO-spam articles, dodge ads, and read fake reviews.<\/p>\n\n\n\n<p>Asking a friend shortcuts this entire process. It lowers the cognitive load. By optimising for WOM, you are essentially optimising your brand\u2019s &#8220;findability&#8221; through the path of least resistance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Psychology of Sharing: Why We Talk<\/h2>\n\n\n\n<p><a href=\"https:\/\/jonahberger.com\/\" target=\"_blank\" rel=\"noopener\">Jonah Berger<\/a>, a marketing professor at the Wharton School, wrote the definitive book on this, <em>Contagious<\/em>. He argues\u2014and I agree\u2014that people don't share things randomly. They share to fulfil specific psychological needs.<\/p>\n\n\n\n<p>If you want people to talk about your business, you need to give them a selfish reason to do so. Here are the mechanics:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"559\" src=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/The-Psychology-of-Sharing-Why-We-Talk-1024x559.webp\" alt=\"Word Of Mouth Marketing The Psychology Of Sharing Why We Talk\" class=\"wp-image-327902\" srcset=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/The-Psychology-of-Sharing-Why-We-Talk-1024x559.webp 1024w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/The-Psychology-of-Sharing-Why-We-Talk-300x164.webp 300w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/The-Psychology-of-Sharing-Why-We-Talk.webp 1408w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">1. Social Currency (Looking Good)<\/h3>\n\n\n\n<p>We share things that make us look smart, rich, cool, or &#8220;in the know.&#8221;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Example:<\/strong> If I invite you to a secret, invite-only bar in Shoreditch that has no sign on the door, I am not just promoting the bar; I am also promoting the experience that comes with it. I am signalling to you that <em>I am the kind of person who knows about secret bars<\/em>.<\/li>\n\n\n\n<li><strong>Application:<\/strong> Give your customers inside information or exclusive access. Make them feel like insiders.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. Triggers (Top of Mind, Tip of Tongue)<\/h3>\n\n\n\n<p>People talk about what they are thinking about. You need to link your brand to a frequent environmental trigger.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Classic Case:<\/strong> KitKat linked its chocolate bar to the idea of &#8220;taking a break.&#8221; Coffee breaks happen every day. By associating the product with a daily habit, they engineered a trigger.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. Emotion (When We Care, We Share)<\/h3>\n\n\n\n<p>High-arousal emotions drive sharing. Awe, excitement, and anger (unfortunately) drive shares. Contentment and sadness do not.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Mistake:<\/strong> Most B2B brands try to be &#8220;professional&#8221; (boring). Boring doesn't spread. Even in B2B, you must provoke a reaction.<\/li>\n<\/ul>\n\n\n\n<div class=\"gb-element-bfe918e2\">\n<div class=\"gb-element-8639a4c5\" style=\"--inline-bg-image: url(https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/Contagious-How-to-Build-Word-of-Mouth.webp)\"><\/div>\n\n\n\n<div class=\"gb-element-255ba9c8\">\n<h4 class=\"gb-text gb-text-a89ddd64\">Contagious: How to Build Word of Mouth<\/h4>\n\n\n\n<p class=\"gb-text gbp-section__text gb-text-c0253665\">Word-of-mouth is crucial because it <strong>drives sales twice as effectively as paid advertising<\/strong> and influences <strong>20\u201350% of all purchasing decisions<\/strong>, making it 8.5 to 30 times more effective than traditional media.<br>This book promises to unlock the secrets behind getting people to talk about your products, ideas, or content, explaining:<br>Why do certain products and ideas become viral?<br>How to leverage word-of-mouth, regardless of your budget or organisation size (from Fortune 500 companies to local restaurants).<br>The <strong>mechanics<\/strong> that cause articles to be widely shared or YouTube videos to go viral.<\/p>\n\n\n\n<div class=\"gb-element-cbe348cb\">\n<a class=\"gbp-button--primary gb-text-e88314e2\" href=\"https:\/\/amzn.to\/4iFfIgQ\" target=\"_blank\" rel=\"noopener nofollow sponsored\"><span class=\"gb-shape\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill=\"currentColor\" d=\"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"><\/path><\/svg><\/span><span class=\"gb-text\">Amazon<\/span><\/a>\n\n\n\n<p class=\"gb-text gbp-section__text gb-text-559dd6f7\">As an Amazon Partner, when you buy through our links, we may earn a commission.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Template: The &#8220;Insider Access&#8221; Referral Script<\/h3>\n\n\n\n<p>Don't ask your customers to &#8220;sell&#8221; for you. Give them social currency. This script makes the sender look like a VIP, not a salesperson.<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Subject:<\/strong> I have 3 passes for [Product Name]<\/p>\n\n\n\n<p>Hi [Name],<\/p>\n\n\n\n<p>I\u2019ve been using [Product\/Service] to handle [Problem], and it\u2019s been a game-changer.<\/p>\n\n\n\n<p>As an early member, they gave me three<strong> &#8220;Guest Passes&#8221;<\/strong> to gift to friends. It gets you [Specific Benefit: e.g., Skip the waitlist \/ 20% off \/ Free Audit].<\/p>\n\n\n\n<p>I thought of you because I know you\u2019re working on [Project].<\/p>\n\n\n\n<p>Here is the link (it expires in 48 hours): [Link]<\/p>\n\n\n\n<p>Best, [Your Name]<\/p>\n<\/div><\/div>\n\n\n\n<p><strong>Why this works:<\/strong> It uses <strong>Scarcity<\/strong> (3 passes) and <strong>Ego<\/strong> (I thought of you).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Engineering the Buzz: 3 Strategic Frameworks<\/h2>\n\n\n\n<p>You cannot force people to talk. But you can build a structure that makes talking inevitable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. The &#8220;Talk Trigger&#8221; Strategy<\/h3>\n\n\n\n<p>Jay Baer coined the term &#8220;Talk Trigger.&#8221; This is an operational differentiator\u2014something you <em>do<\/em> differently that compels conversation. It isn't marketing; it's operations.<\/p>\n\n\n\n<p>The DoubleTree by Hilton Cookie:<\/p>\n\n\n\n<p>When you check into a DoubleTree hotel, you get a warm chocolate chip cookie. It sounds trivial. However, they distribute 75,000 cookies a day. Roughly 34% of customers have told a friend about the cookie.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Lesson:<\/strong> Ads are expensive. Cookies are cheap. What is your cookie? What is the one unexpected thing you do that forces a customer to remark on it?<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. The Scarcity Launch (The Monzo Model)<\/h3>\n\n\n\n<p>When UK challenger bank Monzo launched, they didn't just open the doors. They created a queue.<\/p>\n\n\n\n<p>To skip the queue, you had to invite friends. They distributed &#8220;Golden Tickets.&#8221;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Visual Hook:<\/strong> They issued bright &#8220;Hot Coral&#8221; (fluorescent pink\/orange) debit cards. In a sea of navy blue bank cards, a Monzo card on a restaurant table screamed for attention. &#8220;What is that card?&#8221; is a conversation starter.<\/li>\n\n\n\n<li><strong>Result:<\/strong> They hit 1 million customers with virtually zero ad spend. They used design as a viral mechanic.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2025\/11\/monzo-brand-colour-palette-1024x536.webp\" alt=\"Brand Colour Trends Monzo Brand Colour Palette\" class=\"wp-image-323456\" srcset=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2025\/11\/monzo-brand-colour-palette-1024x536.webp 1024w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2025\/11\/monzo-brand-colour-palette-300x157.webp 300w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2025\/11\/monzo-brand-colour-palette.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">3. The Negative Virality Trap (Avoid This)<\/h3>\n\n\n\n<p>We must address the dark side. Negative WOM spreads faster than positive WOM because humans are wired for &#8220;loss aversion.&#8221;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Ratner Effect:<\/strong> In 1991, Gerald Ratner (CEO of Ratners Group jewellers) joked that his company's sherry decanter was &#8220;total crap.&#8221; The company's value plummeted by \u00a3500 million.<\/li>\n\n\n\n<li><strong>Modern Context:<\/strong> Today, a single viral tweet about bad customer service is your Ratner moment. You cannot spin your way out of a broken product. Fix the product first.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">The Talk Trigger Checklist<\/h3>\n\n\n\n<p>Do not launch a gimmick. If you want a <a href=\"https:\/\/inkbotdesign.com\/brand-differentiation-strategy\/\" data-type=\"post\" data-id=\"277931\">differentiator<\/a> that people actually discuss (like the DoubleTree Cookie), it must pass these four tests:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Is it Remarkable?<\/strong>\n<ul class=\"wp-block-list\">\n<li>Is it worth a remark? &#8220;Good service&#8221; is not remarkable; it is expected. A handwritten thank-you note on a wax-sealed envelope is remarkable.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Is it Relevant?<\/strong>\n<ul class=\"wp-block-list\">\n<li>Does it make sense for your brand? If a bank sends you a cookie, it\u2019s confusing. If a hotel gives you a cookie, it feels like &#8220;home.&#8221;<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Is it Reasonable?<\/strong>\n<ul class=\"wp-block-list\">\n<li>It shouldn't be too big. If you give away a free iPad with every purchase, that\u2019s a bribe, not a trigger. It must be a small gesture.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Is it Repeatable?<\/strong>\n<ul class=\"wp-block-list\">\n<li>Every single customer must get it. If only the VIPs get it, the word of mouth won't scale. Consistency creates the legend.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Measuring the Unmeasurable<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;You can't measure word of mouth.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p>Rubbish. You can, and you must. If you aren't tracking it, you aren't managing it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8220;Viral Health&#8221; Worksheet<\/h3>\n\n\n\n<p>Are you growing or dying? Use this quick calculation to find your Viral Coefficient (K).<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>The Formula: K = i \u00d7 c<\/strong><\/p>\n\n\n\n<p><strong>1. Calculate Invites (i):<\/strong> Take your total number of active customers. How many invites do they send on average?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Example:<\/em> 100 customers send 250 invites.<\/li>\n\n\n\n<li><strong>i = 2.5<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>2. Calculate Conversion (c):<\/strong> What percentage of those invites actually sign up?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Example:<\/em> Of 250 invites, 25 people join.<\/li>\n\n\n\n<li><strong>c = 0.10<\/strong> (10%)<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Your Score:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>K = 2.5 \u00d7 0.10 = 0.25<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>The Verdict:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>K = 1.0 or higher:<\/strong> <strong>Viral.<\/strong> You are growing automatically.<\/li>\n\n\n\n<li><strong>K = 0.5 to 1.0:<\/strong> <strong>Healthy.<\/strong> You have good word of mouth, but you still need paid ads to grow.<\/li>\n\n\n\n<li><strong>K = Less than 0.2:<\/strong> <strong>Linear.<\/strong> You have zero viral lift. You are paying for every single user.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Net Promoter Score (NPS)<\/h3>\n\n\n\n<p>This is the standard for measuring &#8220;referral intent.&#8221;<\/p>\n\n\n\n<p>Question: &#8220;On a scale of 0-10, how likely are you to recommend us to a friend?&#8221;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Promoters (9-10):<\/strong> Your sales force.<\/li>\n\n\n\n<li><strong>Passives (7-8):<\/strong> Vulnerable to competitors.<\/li>\n\n\n\n<li><strong>Detractors (0-6):<\/strong> Brand destroyers.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-base-background-color has-background\"><strong>Strategy:<\/strong> Don't just collect the score. Follow up with the Promoters. Give them the tools (referral codes, content, links) to actually make recommendations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8220;Dark Social&#8221; Problem<\/h3>\n\n\n\n<p>Most sharing happens where you can't see it. It occurs in WhatsApp groups, Slack channels, and via email. Analytics tools see this as &#8220;Direct Traffic&#8221; because there is no referral data.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Fix:<\/strong> Use &#8220;How did you hear about us?&#8221; surveys at checkout. You will be surprised at how many people say &#8220;Friend\/Colleague&#8221; when your Google Analytics indicates &#8220;Direct.&#8221;<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Metric<\/strong><\/td><td><strong>The Amateur View<\/strong><\/td><td><strong>The Professional View<\/strong><\/td><\/tr><tr><td><strong>Growth Source<\/strong><\/td><td>&#8220;I think people like us.&#8221;<\/td><td>Tracking Viral Coefficient ($K$) monthly.<\/td><\/tr><tr><td><strong>Tracking<\/strong><\/td><td>Google Analytics only.<\/td><td>Post-purchase attribution surveys to catch Dark Social.<\/td><\/tr><tr><td><strong>Incentives<\/strong><\/td><td>&#8220;Please tell a friend.&#8221;<\/td><td>Double-sided rewards (e.g., &#8220;Give \u00a320, Get \u00a320&#8221;).<\/td><\/tr><tr><td><strong>Customer Service<\/strong><\/td><td>A cost centre to be minimised.<\/td><td>A marketing channel to generate Talk Triggers.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">The State of Word of Mouth in 2026<\/h2>\n\n\n\n<p>The landscape is shifting again. We are entering an era where AI agents and Large Language Models (LLMs) are becoming the new &#8220;word of mouth.&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image-1024x495.jpeg\" alt=\"Smart Web Design Image\" class=\"wp-image-276162\" srcset=\"https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image-1024x495.jpeg 1024w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image-300x145.jpeg 300w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image-1536x743.jpeg 1536w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image-60x29.jpeg 60w, https:\/\/inkbotdesign.com\/wp-content\/uploads\/2023\/11\/image.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Source: ChatGPT<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Generative Engine Optimisation (GEO)<\/h3>\n\n\n\n<p>When a user asks ChatGPT, &#8220;What is the best branding agency in the UK?&#8221;, the AI gives a recommendation based on its training data. That training data comes from&#8230; word of mouth. It originates from reviews, articles, and forum discussions (such as Reddit and Quora).<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Insight:<\/strong> Optimising for WOM is now optimising for AI <a href=\"https:\/\/checkthat.ai\/\" target=\"_blank\" rel=\"noopener\">search visibility<\/a>. If real humans aren't discussing your brand online, the AI won't be aware of your existence. <a href=\"https:\/\/inkbotdesign.com\/brand-salience\/\">Brand Salience<\/a> is the metric that matters here.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Community as a Moat<\/h3>\n\n\n\n<p>In 2026, building a walled garden (a community) is the ultimate defence. Brands like Lego and Sephora don't just sell; they host the conversation. They own the forum where the WOM happens. This reduces reliance on third-party algorithms (such as those used by Facebook\/Instagram) that charge you to reach your own followers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Consultant\u2019s Reality Check<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;Great products sell themselves.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p>I hear this constantly from founders. It is the single biggest lie in business.<\/p>\n\n\n\n<p>I once audited a client\u2014a SaaS platform with arguably the best technology in their sector. Their code was clean, their uptime was 99.99%, and their feature set was robust. They were dying. Why? Because they were boring. They assumed that utility equals virality. It doesn't.<\/p>\n\n\n\n<p>Nobody talks about their electricity provider unless the power goes out. Utility is invisible. To ignite word of mouth, you have to violate expectations. You have to be slightly controversial, incredibly generous, or surprisingly funny.<\/p>\n\n\n\n<p>We revamped their onboarding process to include a physical &#8220;welcome <a href=\"https:\/\/inkbotdesign.com\/go\/kit\" title=\"Kit\" class=\"pretty-link-keyword\"rel=\"nofollow sponsored \" target=\"_blank\">kit<\/a>&#8221; sent by post (yes, snail mail) containing a high-quality handbook and some genuinely cool swag. It cost them \u00a325 per user. Their referral rate tripled in two months. They stopped being a &#8220;utility&#8221; and became an &#8220;experience.&#8221;<\/p>\n\n\n\n<p>Do not confuse <em>satisfaction<\/em> with <em>advocacy<\/em>. Satisfied customers are silent. Delighted (or shocked) customers talk.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5 Steps to Start Your WOM Engine Today<\/h2>\n\n\n\n<p>If you want to move the needle, stop posting generic content and start building systems.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Map the Touchpoints:<\/strong> Identify every interaction a customer has with you. Where can you inject a &#8220;Talk Trigger&#8221;? Is it the invoice? The packaging? The error 404 page?<\/li>\n\n\n\n<li><strong>Incentivise the Share:<\/strong> Implement a double-sided referral programme. Altruism is nice; cash (or credit) is better. Reward both the advocate and the new customer.<\/li>\n\n\n\n<li><strong>Equip Your Advocates:<\/strong> Create assets for them. Case studies, graphics, or pre-written tweets. Make it frictionless for them to share your message.<\/li>\n\n\n\n<li><strong>Monitor the Conversation:<\/strong> Utilise tools like Mention or Brand24 to track what is being said. Engage with <em>every<\/em> mention. A simple &#8220;thank you&#8221; from a brand can turn a passive buyer into a superfan.<\/li>\n\n\n\n<li><strong>Fix the Leaks:<\/strong> Look at your detractors. Negative WOM is a leak in your bucket. You cannot fill a bucket with a hole in the bottom. Address the root causes of dissatisfaction before you turn on the marketing tap.<\/li>\n<\/ol>\n\n\n\n<p>If you are struggling to define what makes your brand shareable, you might have a fundamental positioning problem. It may be time to revisit your core <a href=\"https:\/\/inkbotdesign.com\/brand-equity\/\">Brand Equity<\/a> and define exactly why you matter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Verdict<\/h2>\n\n\n\n<p>Word of Mouth Marketing is not a &#8220;nice to have&#8221; bonus on top of your Google Ads campaign. In an era of scepticism, it is the foundation of sustainable growth. It requires you to stop shouting about how great you are and start behaving in a way that makes others shout for you.<\/p>\n\n\n\n<p>It forces you to be better. You cannot hide a bad product behind a good WOM campaign; the truth travels too fast.<\/p>\n\n\n\n<p>Ready to stop renting your audience and start building one?<\/p>\n\n\n\n<p><a href=\"https:\/\/inkbotdesign.com\/contact\/request-a-quote\/\">Request a Quote<\/a> for a brand audit today. Let\u2019s find your trigger.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Frequently Asked Questions<\/h3>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1765206049425\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">What is the difference between Word of Mouth and Viral Marketing?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Viral marketing typically refers to a specific campaign or piece of content designed to spread rapidly (like a funny video). Word of Mouth (WOM) is a broader, sustained state where customers consistently recommend your brand. Viral is a spike; WOM is a baseline.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206059812\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">Can Word of Mouth Marketing be measured effectively?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Yes. While you cannot track every conversation, you can track the results using the Viral Coefficient (K), Net Promoter Score (NPS), and referral programme analytics. You should also use post-purchase surveys to attribute &#8220;Dark Social&#8221; traffic.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206068121\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">Why is Word of Mouth more effective than paid advertising?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>It comes down to trust. Nielsen data shows 92% of consumers trust referrals from people they know. Paid ads are viewed with scepticism and are often blocked by ad blockers or ignored due to banner blindness.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206083655\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">Is Word of Mouth Marketing free?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>No. While you save on media buy (ad spend), true WOM requires investment in product quality, exceptional customer service, and creating &#8220;Talk Triggers.&#8221; You pay with effort and operational excellence rather than cash for clicks.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206095025\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">What is a &#8220;Talk Trigger&#8221;?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>A Talk Trigger is a strategic operational choice\u2014like DoubleTree\u2019s warm cookie or Five Guys' extra fries\u2014designed specifically to prompt conversation. It must be relevant to the brand, repeatable for every customer, and unexpected.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206104808\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">How do I handle negative Word of Mouth?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Address it publicly and quickly. Ignoring complaints makes them fester. Acknowledge the issue, offer a solution, and take the conversation offline if necessary. Turning a disgruntled customer into a happy one often creates the strongest advocates (the Service Recovery Paradox).<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206125181\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">Does Word of Mouth work for B2B companies?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Absolutely. B2B purchases often carry high risk (career risk for the buyer). Therefore, B2B buyers rely heavily on peer recommendations and reputation. Case studies and client testimonials are formalised versions of WOM.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206130152\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">What is &#8220;Dark Social&#8221;?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Dark Social refers to the sharing of content through private channels like WhatsApp, Email, Slack, or DMs. Web analytics tools cannot track the source of this traffic, usually categorising it as &#8220;Direct.&#8221; It often accounts for the majority of social sharing.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206943510\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">How can I encourage customers to refer friends?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Use a double-sided incentive. Reward existing customers for inviting a friend (e.g., \u00a320 credit) and offer the new friend a reason to join (e.g., \u00a320 off their first order). This removes the social awkwardness of &#8220;selling&#8221; to a friend.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206950547\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">What is the Viral Coefficient (K)?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>It is a metric that calculates the number of new users generated by each existing user. If K is greater than 1, your user base is growing exponentially. If it is less than 1, growth will slow down without paid acquisition.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206967473\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">How does AI impact Word of Mouth Marketing?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>AI tools like ChatGPT generate answers based on existing online content. If your brand has strong WOM (reviews, forum discussions, articles), AI models are more likely to recommend you. This is becoming known as Generative Engine Optimisation (GEO).<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1765206990822\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \">Why do people share brand content?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>People share to build &#8220;Social Currency&#8221;\u2014to look smart, helpful, or cool to their peers. They also share content that evokes high-arousal emotions, such as awe, excitement, or anger. Boring content is rarely shared.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div><style>\r\n.lwrp.link-whisper-related-posts{\r\n            \r\n            margin-top: 40px;\nmargin-bottom: 30px;\r\n        }\r\n        .lwrp .lwrp-title{\r\n            \r\n            \r\n        }.lwrp .lwrp-description{\r\n            \r\n            \r\n\r\n        }\r\n        .lwrp .lwrp-list-container{\r\n        }\r\n        .lwrp .lwrp-list-multi-container{\r\n            display: flex;\r\n        }\r\n        .lwrp .lwrp-list-double{\r\n            width: 48%;\r\n        }\r\n        .lwrp .lwrp-list-triple{\r\n            width: 32%;\r\n        }\r\n        .lwrp .lwrp-list-row-container{\r\n            display: flex;\r\n            justify-content: space-between;\r\n        }\r\n        .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n            width: calc(10% - 20px);\r\n        }\r\n        .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n            \r\n            \r\n        }\r\n        .lwrp .lwrp-list-item img{\r\n            max-width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            aspect-ratio: 1 \/ 1;\r\n        }\r\n        .lwrp .lwrp-list-item.lwrp-empty-list-item{\r\n            background: initial !important;\r\n        }\r\n        .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n        .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n            \r\n            \r\n            \r\n            \r\n        }@media screen and (max-width: 480px) {\r\n            .lwrp.link-whisper-related-posts{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-title{\r\n                \r\n                \r\n            }.lwrp .lwrp-description{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-multi-container{\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-multi-container ul.lwrp-list{\r\n                margin-top: 0px;\r\n                margin-bottom: 0px;\r\n                padding-top: 0px;\r\n                padding-bottom: 0px;\r\n            }\r\n            .lwrp .lwrp-list-double,\r\n            .lwrp .lwrp-list-triple{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-row-container{\r\n                justify-content: initial;\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n            .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n                \r\n                \r\n                \r\n                \r\n            };\r\n        }<\/style>\r\n<div id=\"link-whisper-related-posts-widget\" class=\"link-whisper-related-posts lwrp\">\r\n            <h4 class=\"lwrp-title\">You May Also Like:<\/h4>    \r\n        <div class=\"lwrp-list-container\">\r\n                                            <ul class=\"lwrp-list lwrp-list-single\">\r\n                    <li class=\"lwrp-list-item\"><a href=\"https:\/\/inkbotdesign.com\/graphic-design-ethics\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Graphic Design Ethics: Copycats, Clients, and Copyrights<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/inkbotdesign.com\/different-types-of-logos\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">The 7 Different Types Of Logos &amp; How To Use Them<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/inkbotdesign.com\/sensory-branding\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Sensory Branding: Engaging All 5 Senses<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/inkbotdesign.com\/personalisation-in-marketing\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Personalisation in Marketing: Why it Matters<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/inkbotdesign.com\/digital-pr-strategies\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Digital PR Strategies to Boost Your Online Presence<\/span><\/a><\/li>                <\/ul>\r\n                        <\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Paid ads are losing their punch. This guide exposes the mechanics of Word of Mouth Marketing (WOMM), from calculating viral coefficients to engineering &#8216;Talk Triggers&#8217; that turn customers into advocates.<\/p>\n","protected":false},"author":1,"featured_media":327899,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[182],"tags":[],"class_list":["post-239030","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-brand-experience","no-featured-image-padding","resize-featured-image"],"acf":[],"_links":{"self":[{"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/posts\/239030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/comments?post=239030"}],"version-history":[{"count":0,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/posts\/239030\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/media\/327899"}],"wp:attachment":[{"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/media?parent=239030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/categories?post=239030"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inkbotdesign.com\/wp-json\/wp\/v2\/tags?post=239030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}