The email inbox is a warzone.

With the average person receiving dozens of emails per day, it’s hardly surprising that only about one in three marketing emails are opened.

All of which means that brands are constantly battling to win the open.

Typically, they focus on the parts of an email that impact open rates: 

  • Subject line
  • Pre-header
  • “From” name

But there’s another, often overlooked, element that can have a huge impact on your email open rate: the identifying logo.

Example of a BIMI logo

It’s possible to display your brand’s logo within the main inbox thanks to an email standard known as Brand Indicators for Message Identification (BIMI).

Read on to learn what BIMI is, how it works, why it’s important, and how to set it up.

What is BIMI?

BIMI is an email standard that allows brands to add their logo to messages sent from their domain.

Once you’ve set it up, recipients will see your email logo next to your message in their inbox — provided their email client supports BIMI (more on this later).

example of what your emails would look like with and without BIMI logo

Your BIMI logo can also be displayed within the email message, although the recipient’s email provider — like Apple Mail or Gmail — will determine where, exactly, it shows up.

How does BIMI work?

When you send a marketing email from your brand’s address, the recipient’s email provider (like Gmail or Yahoo) tries to authenticate that your message is legit.

Why? Because they don’t want their users to fall victim to scams from malicious senders imitating your brand.

The authentication process involves checking what’s known as your DNS record, which contains a bunch of information confirming that an email has really been sent by your company, not a scammer.

With BIMI, you can add a URL pointing at your brand’s logo to your DNS record.

That way, the recipient’s email provider will find the link during the authentication process and display your logo alongside your email.

Simple, right?

However, some email providers demand that you fulfill an extra layer of security before they’ll show your logo.

Specifically, they want you to acquire a Verified Mark Certificate (VMC), which confirms that your brand legally owns your logo.

To receive a VMC, your logo must be a registered trademark.

If it is, you can buy a certificate through one of the two BIMI-approved certification authorities, DigiCert and Entrust Datacard, at a cost of around $1,500 per year.

VMCs aren’t a universal requirement — yet.

But many email providers won’t show your BIMI logo without a VMC, so we wouldn’t be surprised if they become compulsory in the not-too-distant future.

What are the benefits of BIMI?

The whole point of BIMI is to let (trusted) email senders control the way their brand is represented in email inboxes.

As such, it offers three main benefits:

Higher inbox visibility

Arguably the biggest reason to implement BIMI is that it helps your emails stand out in a crowded inbox.

This is particularly true given that a significant proportion of brands are yet to implement BIMI.

In fact, at time of writing, just 3.2% of 71.7 million apex domains are rated as “BIMI ready”.

image of a BIMI readiness level

With research revealing that adding a BIMI logo increases email open rates by 21%, it’s clearly in your best interests to set up BIMI sooner rather than later.

👉 For more ways to boost your email opens, check out our article: 9 steps this business owner takes to get 40% open rates on her emails.

Greater brand recognition

More good news: even if a recipient doesn’t open your email, there’s still a decent chance they’ll remember seeing your BIMI logo.

That’s right: adding an email logo increases brand recall by 18%.

Again, it’s likely that this benefit will diminish as adoption of BIMI increases.

So the sooner you get started, the better.

Increased confidence and trust in your emails

Another benefit of BIMI is that it makes your emails look more trustworthy.

That’s because you can’t add a BIMI logo unless you pass all the various authentication requirements — which proves that you’re a legit email sender, not a spoofer trying to rip people off.

As consumer awareness of BIMI increases, we can see this benefit becoming even more significant.

It’s not hard to imagine a world in which recipients simply won’t open marketing emails that don’t display an authenticated logo.

Which inbox providers support BIMI?

An estimated 90% of consumer inboxes are compatible with BIMI email logos.

That’s because most of the big email providers now support BIMI — and of those that don’t, several are considering doing so at some point.

Here’s the current state of play:

Currently supports BIMI Considering BIMI
Apple
Cloudmark
Fastmail
Google (Gmail)
La Poste
Onet
Yahoo
Zone
Atmail
BT
Comcast
Qualitia
Seznam
GMX
Yahoo Japan

As the eagle-eyed among you will have noticed, that only leaves one major holdout: Microsoft.

While it’s possible to add a BIMI logo to emails sent via Dynamics 365 Customer Insights – Journeys, other Microsoft email products — like Exchange Online and Outlook — don’t support it.

Will they change their mind as more and more email clients get onboard with BIMI? We’ll just have to wait and see.

How to set up BIMI in 5 steps

Setting up Brand Indicators for Message Identification is a relatively simple process, but it does involve some technical steps and a lot of confusing acronyms.

If you don’t feel comfortable poking around in your authentication records, consider using a third-party service to set up BIMI for your organization.

Here’s how the process works:

Step #1: Set up DKIM and DMARC authentication

As we’ve already noted, to add a BIMI logo to your emails, first you have to prove that you are who you say you are.

That means authenticating your sending domain via two authentication protocols: DKIM and DMARC.

It’s like this:

You can’t display your BIMI logo without DMARC authentication. And you can’t get DMARC authentication without first setting up DKIM records.

If your organization has done email marketing before, you might already have those protocols set up.

If not, or if you want to check, take a look at these guides:

👉 How do I set up DKIM records for my domain?

👉 What is DMARC authentication?

Remember, the whole point of BIMI is to add your logo to emails.

So, naturally, you need a version of your logo that displays correctly across all the different email clients that support BIMI.

Specifically, you need your logo in a format known as SVG Tiny PS.

This process is surprisingly tricky, because you can’t just create an SVG Tiny PS file from scratch — you need to convert it from an existing SVG Tiny 1.2 image.

Fortunately, the BIMI Working Group has built dedicated, downloadable tools for Mac and Windows to handle the conversion process:

Bear in mind there are some guidelines you’ll need to follow when creating your logo:

👍 Do:

  • Choose a square aspect ratio
  • Use a solid background color, as transparent backgrounds may not display correctly
  • Center your logo, as it may be displayed as a circle, a square, or a square with rounded circles, depending on the recipient’s email provider
Different ratios for a BIMI logo in an inbox. Example shows a circle, rounded square, and a square logo

👎 Don’t:

  • Create an image file that exceeds 32 kilobytes in size
  • Add any scripts, animations, or other interactive elements

Once you’ve created a beautiful SVG version of your logo, you’ll need to tinker with some of the file’s attributes and elements to make it BIMI-ready.

This is also tougher than you might imagine because it requires editing XML code in a text editor.

To do it, download your SVG file, right-click on it, and open it with a simple text editor, like Notepad for Windows or TextEdit for Mac. Don’t use Microsoft Word — trust us, it doesn’t work!

In the text file, you’ll need to:

  • Set the file’s “baseProfile” attribute to “tiny-ps” 
  • Set the “version” attribute to “1.2”
  • Add a element that reflects your brand name (e.g. ours is “aweber-brandmark”)</li> <li>Remove any “x=” or “y=” attributes within the <svg> root element</li> </ul> <p>Save your file when you’re done, then upload it to a publicly accessible server — otherwise email providers won’t be able to display it.</p> <h3 class="wp-block-heading" id="h-step-3-optional-but-recommended-get-a-verified-mark-certificate"><strong>Step #3 (Optional, but recommended): Get a Verified Mark Certificate</strong></h3> <p>Earlier in this article, we explained that a VMC is proof that your brand owns its logo.</p> <p>Not <em>all</em> mailbox providers require one to display your BIMI logo, but some do — most notably Gmail.</p> <p>As long as your logo is a registered trademark, you can apply for your VMC through the following certification authorities:</p> <h3 class="wp-block-heading" id="h-step-4-add-your-bimi-record-to-your-dns"><strong>Step #4: Add your BIMI record to your DNS</strong></h3> <p>Next up, you need to add a text record containing your BIMI information to your DNS.</p> <p>The actual, text-based information is pretty simple.</p> <p>However, the process of adding it varies by DNS provider, and might require help from your IT team.</p> <p>Once you’ve figured out <em>how</em> to access your DNS, you’ll need to create a new TXT record within the subdomain <strong>default._bimi</strong>.</p> <p>It should contain the following values:</p> <p>default._bimi.[domain] IN TXT “v=BIMI1; l=[SVG URL]; a=[PEM URL];”</p> <p>Add your own BIMI information to the parts in square brackets, as follows:</p> <p>👉 Don’t fancy rounding up all that information yourself? Use this <a href="https://bimigroup.org/bimi-generator/" target="_blank" rel="noreferrer noopener">BIMI Generator</a> to do it for you.</p> <h3 class="wp-block-heading" id="h-step-5-check-you-set-everything-up-properly"><strong>Step #5: Check you set everything up properly</strong></h3> <p>Mistakes happen — after all, you’re only human.</p> <p>So it’s worth checking that you followed all the above steps correctly.</p> <p>If not, your BIMI logo won’t show up in recipient’s inboxes, so you won’t get the benefits of increased visibility, brand recognition, and trust.</p> <p>There’s a simple way to make sure you aced your BIMI setup: just wait 24 hours after adding your BIMI record to your DNS, then enter your domain into <a href="https://bimigroup.org/bimi-generator/" target="_blank" rel="noreferrer noopener">the BIMI Group’s lookup tool</a>.</p> <p>It shows you: </p> <ul> <li>Whether your various records are BIMI-compliant</li> <li>How your SVG logo appears in various formats</li> <li>What your logo might look like in recipients’ inboxes</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="309" height="543" alt="Inbox showing two AWeber emails, one with a round logo, the other with a rounded square logo" class="wp-image-106407" srcset="https://blog.aweber.com/wp-content/uploads/2024/01/image-7.png 309w, https://blog.aweber.com/wp-content/uploads/2024/01/image-7-171x300.png 171w" data-lazy-sizes="(max-width: 309px) 100vw, 309px" src="https://blog.aweber.com/wp-content/uploads/2024/01/image-7.png"/><noscript><img loading="lazy" decoding="async" width="309" height="543" src="https://blog.aweber.com/wp-content/uploads/2024/01/image-7.png" alt="Inbox showing two AWeber emails, one with a round logo, the other with a rounded square logo" class="wp-image-106407" srcset="https://blog.aweber.com/wp-content/uploads/2024/01/image-7.png 309w, https://blog.aweber.com/wp-content/uploads/2024/01/image-7-171x300.png 171w" sizes="auto, (max-width: 309px) 100vw, 309px"/></noscript></figure> <h2 class="wp-block-heading" id="h-final-thoughts"><strong>Final thoughts</strong></h2> <p>Given <a href="https://help.aweber.com/hc/en-us/articles/19435226319003-How-to-set-up-DMARC-to-comply-with-Gmail-and-Yahoo-Mail-sender-requirements" target="_blank" rel="noreferrer noopener">Yahoo and Gmail’s new authentication and DMARC requirements</a>, many of you have already completed most steps in the BIMI process.</p> <p>So should you press forward and tick those final few boxes required to display your BIMI logo in the inbox?</p> <p>Ultimately, that’s up to you.</p> <p>For the tiniest senders, it’s still a tough sell — especially as major mailbox providers like Gmail and Fastmail require a VMC, which will set you back hundreds of dollars a year.</p> <p>But if you’re “big enough” to justify the price tag and want your emails to stand out in a cluttered inbox, BIMI is an attractive solution.</p> <p><!-- relpost-thumb-wrapper --><!-- close relpost-thumb-wrapper --> </div> <p><script type="rocketlazyloadscript">(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0&appId=189473471148265"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script><br /> <br /><br /> <br /><a href="https://blog.aweber.com/learn/brand-logo-appear-in-inbox-with-bimi.htm">Source link </a></p> </div> </div> <div class="jeg_share_bottom_container"></div> <div class="jeg_ad jeg_article jnews_content_bottom_ads "><div class='ads-wrapper '></div></div><div class="jnews_prev_next_container"></div><div class="jnews_author_box_container "></div><div class="jnews_related_post_container"><div class="jeg_postblock_23 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_2o3 jnews_module_6033_0_68eda3db46a65 " data-unique="jnews_module_6033_0_68eda3db46a65"> <div class="jeg_block_heading jeg_block_heading_9 jeg_subcat_right"> <h3 class="jeg_block_title"><span>Related<strong> Posts</strong></span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_1 format-standard"> <div class="jeg_thumb"> <a href="https://blog.martechs.io/2025/10/13/5-performance-metrics-every-marketer-should-track-for-revenue-growth/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://blog.martechs.io/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="5 performance metrics every marketer should track for revenue growth" title="5 performance metrics every marketer should track for revenue growth" decoding="async" loading="lazy" data-src="https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Screenshot%202025-10-01%20at%209.12.30%20PM.png" data-srcset="" data-sizes="auto" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://blog.martechs.io/category/marketing-automation/" class="category-marketing-automation">Marketing Automation</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2025/10/13/5-performance-metrics-every-marketer-should-track-for-revenue-growth/">5 performance metrics every marketer should track for revenue growth</a> </h3> <div class="jeg_post_excerpt"> <p>Email marketing analytics have evolved far beyond open rates and click-throughs. Today’s AI-powered analytics can predict which subscribers are...</p> </div> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://blog.martechs.io/author/admin/">admin</a></div><div class="jeg_meta_date"><a href="https://blog.martechs.io/2025/10/13/5-performance-metrics-every-marketer-should-track-for-revenue-growth/"><i class="fa fa-clock-o"></i> October 13, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_1 format-standard"> <div class="jeg_thumb"> <a href="https://blog.martechs.io/2025/10/13/10-best-creative-ways-to-grow-your-email-list-without-annoying-your-audience/"><div class="thumbnail-container animate-lazy no_thumbnail size-715 "></div></a> <div class="jeg_post_category"> <span><a href="https://blog.martechs.io/category/marketing-automation/" class="category-marketing-automation">Marketing Automation</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2025/10/13/10-best-creative-ways-to-grow-your-email-list-without-annoying-your-audience/">10 Best Creative Ways to Grow Your Email List Without Annoying Your Audience</a> </h3> <div class="jeg_post_excerpt"> <p>Looking to grow your email list in creative ways to grow your email list without annoying your audience? You’ve...</p> </div> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://blog.martechs.io/author/admin/">admin</a></div><div class="jeg_meta_date"><a href="https://blog.martechs.io/2025/10/13/10-best-creative-ways-to-grow-your-email-list-without-annoying-your-audience/"><i class="fa fa-clock-o"></i> October 13, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_1 format-standard"> <div class="jeg_thumb"> <a href="https://blog.martechs.io/2025/10/13/zapier-vs-gumloop-which-is-best-2025/"><div class="thumbnail-container animate-lazy size-715 "><img alt="Zapier vs. Gumloop: Which is best? [2025]" title="Zapier vs. Gumloop: Which is best? [2025]" width="350" height="250" src="https://blog.martechs.io/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Zapier vs. Gumloop: Which is best? [2025]" decoding="async" loading="lazy" data-src="https://images.ctfassets.net/lzny33ho1g45/4EHyZ3k3rnEc8LT4JethnP/273017b3f682f53515d7fb934af6cef5/zapier-vs-gumloo-hero.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://blog.martechs.io/category/marketing-automation/" class="category-marketing-automation">Marketing Automation</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2025/10/13/zapier-vs-gumloop-which-is-best-2025/">Zapier vs. Gumloop: Which is best? [2025]</a> </h3> <div class="jeg_post_excerpt"> <p>AI automation is everywhere right now, and platforms like Gumloop are betting that enterprises want tools built specifically for...</p> </div> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://blog.martechs.io/author/admin/">admin</a></div><div class="jeg_meta_date"><a href="https://blog.martechs.io/2025/10/13/zapier-vs-gumloop-which-is-best-2025/"><i class="fa fa-clock-o"></i> October 13, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_1 format-standard"> <div class="jeg_thumb"> <a href="https://blog.martechs.io/2025/10/12/how-to-create-ai-prompts-that-eliminate-bias-and-increase-conversions/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://blog.martechs.io/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="How to create AI prompts that eliminate bias and increase conversions" title="How to create AI prompts that eliminate bias and increase conversions" decoding="async" loading="lazy" data-src="https://53.fs1.hubspotusercontent-na1.net/hubfs/53/ai-bias-1-20250925-3085929.webp" data-srcset="" data-sizes="auto" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://blog.martechs.io/category/marketing-automation/" class="category-marketing-automation">Marketing Automation</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2025/10/12/how-to-create-ai-prompts-that-eliminate-bias-and-increase-conversions/">How to create AI prompts that eliminate bias and increase conversions</a> </h3> <div class="jeg_post_excerpt"> <p>AI usage is on the rise, especially in marketing. Data from HubSpot’s AI Trends in Marketing report showed that...</p> </div> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://blog.martechs.io/author/admin/">admin</a></div><div class="jeg_meta_date"><a href="https://blog.martechs.io/2025/10/12/how-to-create-ai-prompts-that-eliminate-bias-and-increase-conversions/"><i class="fa fa-clock-o"></i> October 12, 2025</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"> <div class="jeg_square_inner"></div> </div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_6033_0_68eda3db46a65 = {"header_icon":"","first_title":"Related","second_title":" Posts","url":"","header_type":"heading_9","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"4","post_offset":0,"unique_content":"disable","include_post":"","included_only":false,"exclude_post":6033,"include_category":"10","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"default","date_format_custom":"Y\/m\/d","excerpt_length":"19","excerpt_ellipsis":"...","force_normal_image_load":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":"4","pagination_scroll_limit":"3","boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_23"};</script> </div></div><div class="jnews_popup_post_container"></div><div class="jnews_comment_container"></div> </div> </div> <div class="jeg_sidebar jeg_sticky_sidebar col-md-4"> <div class="jegStickyHolder"><div class="theiaStickySidebar"><div class="widget widget_jnews_popular" id="jnews_popular-1"><div class="jeg_block_heading jeg_block_heading_9 jnews_module_6033_0_68eda3db4aaff"> <h3 class="jeg_block_title"><span>POPULAR POSTS</span></h3> </div><ul class="popularpost_list"><li class="popularpost_item format-standard"> <div class="jeg_thumb"> <a href="https://blog.martechs.io/2024/11/21/scheduling-instagram-reels-the-complete-guide/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://blog.martechs.io/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Scheduling Instagram Reels: The Complete Guide" title="Scheduling Instagram Reels: The Complete Guide" decoding="async" loading="lazy" data-src="https://www.hubspot.com/hubfs/scheduling-instagram-reels-1-20241120-6725529.webp" data-srcset="" data-sizes="auto" data-expand="700" /></div></a> </div> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2024/11/21/scheduling-instagram-reels-the-complete-guide/" data-num="01">Scheduling Instagram Reels: The Complete Guide</a> </h3> <div class="popularpost_meta"> <div class="jeg_socialshare"> <span class="share_count"><i class="fa fa-share-alt"></i> 0 shares</span> <div class="socialshare_list"> <a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.martechs.io%2F2024%2F11%2F21%2Fscheduling-instagram-reels-the-complete-guide%2F" class="jeg_share_fb"><span class="share-text">Share</span> <span class="share-count">0</span></a> <a href="https://twitter.com/intent/tweet?text=Scheduling%20Instagram%20Reels%3A%20The%20Complete%20Guide&url=https%3A%2F%2Fblog.martechs.io%2F2024%2F11%2F21%2Fscheduling-instagram-reels-the-complete-guide%2F" class="jeg_share_tw"><span class="share-text">Tweet</span> <span class="share-count">0</span></a> </div> </div> </div> </li><li class="popularpost_item format-standard"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2024/03/10/how-to-set-up-discord-server-subscriptions-shops/" data-num="02">How to set up Discord Server Subscriptions + Shops</a> </h3> <div class="popularpost_meta"> <div class="jeg_socialshare"> <span class="share_count"><i class="fa fa-share-alt"></i> 0 shares</span> <div class="socialshare_list"> <a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.martechs.io%2F2024%2F03%2F10%2Fhow-to-set-up-discord-server-subscriptions-shops%2F" class="jeg_share_fb"><span class="share-text">Share</span> <span class="share-count">0</span></a> <a href="https://twitter.com/intent/tweet?text=How%20to%20set%20up%20Discord%20Server%20Subscriptions%20%2B%20Shops&url=https%3A%2F%2Fblog.martechs.io%2F2024%2F03%2F10%2Fhow-to-set-up-discord-server-subscriptions-shops%2F" class="jeg_share_tw"><span class="share-text">Tweet</span> <span class="share-count">0</span></a> </div> </div> </div> </li><li class="popularpost_item format-standard"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2024/03/23/how-to-use-instagram-collab-posts-ideas-to-boost-engagement-and-reach/" data-num="03">How to Use Instagram Collab Posts (+ Ideas to Boost Engagement and Reach)</a> </h3> <div class="popularpost_meta"> <div class="jeg_socialshare"> <span class="share_count"><i class="fa fa-share-alt"></i> 0 shares</span> <div class="socialshare_list"> <a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.martechs.io%2F2024%2F03%2F23%2Fhow-to-use-instagram-collab-posts-ideas-to-boost-engagement-and-reach%2F" class="jeg_share_fb"><span class="share-text">Share</span> <span class="share-count">0</span></a> <a href="https://twitter.com/intent/tweet?text=How%20to%20Use%20Instagram%20Collab%20Posts%20%28%2B%20Ideas%20to%20Boost%20Engagement%20and%20Reach%29&url=https%3A%2F%2Fblog.martechs.io%2F2024%2F03%2F23%2Fhow-to-use-instagram-collab-posts-ideas-to-boost-engagement-and-reach%2F" class="jeg_share_tw"><span class="share-text">Tweet</span> <span class="share-count">0</span></a> </div> </div> </div> </li><li class="popularpost_item format-standard"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2024/10/01/how-to-add-a-link-to-an-instagram-story-3-steps-examples/" data-num="04">How to Add a Link to an Instagram Story (3 Steps + Examples)</a> </h3> <div class="popularpost_meta"> <div class="jeg_socialshare"> <span class="share_count"><i class="fa fa-share-alt"></i> 0 shares</span> <div class="socialshare_list"> <a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.martechs.io%2F2024%2F10%2F01%2Fhow-to-add-a-link-to-an-instagram-story-3-steps-examples%2F" class="jeg_share_fb"><span class="share-text">Share</span> <span class="share-count">0</span></a> <a href="https://twitter.com/intent/tweet?text=How%20to%20Add%20a%20Link%20to%20an%20Instagram%20Story%20%283%20Steps%20%2B%20Examples%29&url=https%3A%2F%2Fblog.martechs.io%2F2024%2F10%2F01%2Fhow-to-add-a-link-to-an-instagram-story-3-steps-examples%2F" class="jeg_share_tw"><span class="share-text">Tweet</span> <span class="share-count">0</span></a> </div> </div> </div> </li><li class="popularpost_item format-standard"> <h3 class="jeg_post_title"> <a href="https://blog.martechs.io/2024/09/17/the-best-time-to-post-on-linkedin-in-2024-heatmap-graph/" data-num="05">The Best Time to Post on LinkedIn in 2024 (+Heatmap Graph)</a> </h3> <div class="popularpost_meta"> <div class="jeg_socialshare"> <span class="share_count"><i class="fa fa-share-alt"></i> 0 shares</span> <div class="socialshare_list"> <a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.martechs.io%2F2024%2F09%2F17%2Fthe-best-time-to-post-on-linkedin-in-2024-heatmap-graph%2F" class="jeg_share_fb"><span class="share-text">Share</span> <span class="share-count">0</span></a> <a href="https://twitter.com/intent/tweet?text=The%20Best%20Time%20to%20Post%20on%20LinkedIn%20in%202024%20%28%2BHeatmap%20Graph%29&url=https%3A%2F%2Fblog.martechs.io%2F2024%2F09%2F17%2Fthe-best-time-to-post-on-linkedin-in-2024-heatmap-graph%2F" class="jeg_share_tw"><span class="share-text">Tweet</span> <span class="share-count">0</span></a> </div> </div> </div> </li></ul></div></div></div></div> </div> <div class="jeg_ad jeg_article jnews_article_bottom_ads"> <div class='ads-wrapper '></div> </div> </div> </div> </div> </div> <div id="post-body-class" class="wp-singular post-template-default single single-post postid-6033 single-format-standard wp-embed-responsive wp-theme-jnews jeg_toggle_light jeg_single_tpl_5 jeg_force_fs jnews jsc_normal wpb-js-composer js-comp-ver-6.8.0 vc_responsive"></div> </div> <div class="post-ajax-overlay"> <div class="preloader_type preloader_dot"> <div class="newsfeed_preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="newsfeed_preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="newsfeed_preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="footer-holder" id="footer" data-id="footer"> <div class="jeg_footer jeg_footer_custom"> <div class="jeg_container"> <div class="jeg_content"> <div class="jeg_vc_content"> <style type='text/css' scoped> .jnews_68eda3db4dfae { color : #ffffff; } .jnews_68eda3db4dfae.footer_light a, .jnews_68eda3db4dfae.footer_dark a { color : #36c4ce; } .jeg_footer .jnews_68eda3db4dfae .widget h2, .jeg_footer .jnews_68eda3db4dfae.footer_light .jeg_footer_heading h3, .jnews_68eda3db4dfae.footer_dark .jeg_footer_heading h3 { color : #ffffff; }</style><div data-vc-full-width="true" data-vc-full-width-init="false" class="row vc_row wpb_row vc_row-fluid vc_custom_1651094427305 vc_row-has-fill vc_row-has-border jnews_68eda3db4dfae footer_dark"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img width="270" height="63" src="https://blog.martechs.io/wp-content/uploads/2022/07/logo-light-1.png" class="vc_single_image-img attachment-medium" alt="" title="logo-light-1" decoding="async" loading="lazy" /></div> </figure> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>© <span id="currentYear"></span> <a class="c-link" tabindex="-1" href="https://martechs.io/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://investornewshubb.com/" data-sk="tooltip_parent" data-remove-tab-index="true">MarTechs</a> All rights reserved.</p> <p>Use of these names, logos, and brands does not imply endorsement unless specified. By using this site, you agree to the <a class="c-link" tabindex="-1" href="https://blog.martechs.io/?page_id=3&preview=true" target="_blank" rel="noopener noreferrer" data-stringify-link="https://investornewshubb.com/privacy-policy/" data-sk="tooltip_parent" data-remove-tab-index="true">Privacy Policy</a></p> <p><script> var currentYear = new Date().getFullYear(); document.getElementById("currentYear").textContent = currentYear; </script></p> </div> </div> <style scoped>.jnews_module_6033_1_68eda3db4edbb.jeg_social_icon_block > a > i.fa { background-color: #ffffff !important; }.jnews_module_6033_1_68eda3db4edbb.jeg_social_icon_block > a > span.jeg-icon { background-color: #ffffff !important; }</style><div class='jeg_social_icon_block socials_widget jnews_module_6033_1_68eda3db4edbb '><a href="https://www.facebook.com/martechs.io" target='_blank' rel='external noopener nofollow' class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="https://twitter.com/mar_techs" target='_blank' rel='external noopener nofollow' class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="https://www.instagram.com/martechs.io/" target='_blank' rel='external noopener nofollow' class="jeg_instagram"><i class="fa fa-instagram"></i> </a><a href="https://www.linkedin.com/company/martechs/mycompany/" target='_blank' rel='external noopener nofollow' class="jeg_linkedin"><i class="fa fa-linkedin"></i> </a><a href="https://in.pinterest.com/MarTechs123/" target='_blank' rel='external noopener nofollow' class="jeg_pinterest"><i class="fa fa-pinterest"></i> </a></div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-4 vc_custom_1651092730232"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_footer_heading jeg_alignleft jnews_module_6033_2_68eda3db4f114 "> <h3 class="jeg_footer_title" >Navigate Site</h3> </div><div class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-264" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-264"><a href="https://martechs.io">Home</a></li> <li id="menu-item-267" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-267"><a href="https://martechs.io/about">About</a></li> <li id="menu-item-268" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-268"><a href="https://martechs.io/services">Services</a></li> <li id="menu-item-527" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-527"><a href="https://martechs.io/contactus">Contact</a></li> </ul></div></div></div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_footer_heading jeg_alignleft jnews_module_6033_3_68eda3db4fbff "> <h3 class="jeg_footer_title" >Newsletter Sign Up.</h3> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <table class="wp-list-table widefat fixed striped table-view-list forms"> <tbody id="the-list" data-wp-lists="list:form"> <tr> <td class="shortcode column-shortcode" data-colname="Shortcode"><div class="wpforms-container wpforms-container-full" id="wpforms-91"><form id="wpforms-form-91" class="wpforms-validate wpforms-form wpforms-ajax-form" data-formid="91" method="post" enctype="multipart/form-data" action="/2024/02/01/bimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox/" data-token="4d4aefe6f3b735d4658f679457cf2074" data-token-time="1760404443"><noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript><div class="wpforms-field-container"><div id="wpforms-91-field_1-container" class="wpforms-field wpforms-field-name" data-field-id="1"><label class="wpforms-field-label">Name <span class="wpforms-required-label">*</span></label><div class="wpforms-field-row wpforms-field-medium"><div class="wpforms-field-row-block wpforms-first wpforms-one-half"><input type="text" id="wpforms-91-field_1" class="wpforms-field-name-first wpforms-field-required" name="wpforms[fields][1][first]" required><label for="wpforms-91-field_1" class="wpforms-field-sublabel after">First</label></div><div class="wpforms-field-row-block wpforms-one-half"><input type="text" id="wpforms-91-field_1-last" class="wpforms-field-name-last wpforms-field-required" name="wpforms[fields][1][last]" required><label for="wpforms-91-field_1-last" class="wpforms-field-sublabel after">Last</label></div></div></div><div id="wpforms-91-field_2-container" class="wpforms-field wpforms-field-email" data-field-id="2"><label class="wpforms-field-label" for="wpforms-91-field_2">Email <span class="wpforms-required-label">*</span></label><input type="email" id="wpforms-91-field_2" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][2]" spellcheck="false" required></div></div><!-- .wpforms-field-container --><div class="wpforms-recaptcha-container wpforms-is-recaptcha wpforms-is-recaptcha-type-v3" ><input type="hidden" name="wpforms[recaptcha]" value=""></div><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="91"><input type="hidden" name="page_title" value="BIMI Logo: How to get your brand logo to appear in the inbox"><input type="hidden" name="page_url" value="https://blog.martechs.io/2024/02/01/bimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox/"><input type="hidden" name="url_referer" value="https://blog.martechs.io/2024/02/01/bimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox"><input type="hidden" name="page_id" value="6033"><input type="hidden" name="wpforms[post_id]" value="6033"><button type="submit" name="wpforms[submit]" id="wpforms-submit-91" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Subscribe Now" aria-live="assertive" value="wpforms-submit">Subscribe Now</button><img src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading"></div></form></div> <!-- .wpforms-container --></td> </tr> </tbody> </table> </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div> </div> </div> </div><!-- /.footer --> </div> <div class="jscroll-to-top"> <a href="#back-to-top" class="jscroll-to-top_link"><i class="fa fa-angle-up"></i></a> </div> </div> <!-- Mobile Navigation ============================================= --> <div id="jeg_off_canvas" class="dark"> <a href="#" class="jeg_menu_close"><i class="jegicon-cross"></i></a> <div class="jeg_bg_overlay"></div> <div class="jeg_mobile_wrapper"> <div class="nav_wrap"> <div class="item_main"> <!-- Search Form --> <div class="jeg_aside_item jeg_search_wrapper jeg_search_no_expand round"> <a href="#" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://blog.martechs.io/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button aria-label="Search Button" type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <!-- jeg_search_hide with_result no_result --> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div><div class="jeg_aside_item"> <ul class="jeg_mobile_menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-263"><a href="https://martechs.io">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109"><a href="https://blog.martechs.io/contact/">Contact</a></li> </ul></div> </div> <div class="item_bottom"> <div class="jeg_aside_item socials_widget nobg"> <a href="https://www.facebook.com/martechs.io" target='_blank' rel='external noopener nofollow' class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="https://twitter.com/mar_techs" target='_blank' rel='external noopener nofollow' class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="https://www.instagram.com/martechs.io/" target='_blank' rel='external noopener nofollow' class="jeg_instagram"><i class="fa fa-instagram"></i> </a><a href="https://www.linkedin.com/company/martechs/mycompany/" target='_blank' rel='external noopener nofollow' class="jeg_linkedin"><i class="fa fa-linkedin"></i> </a><a href="https://in.pinterest.com/MarTechs123/" target='_blank' rel='external noopener nofollow' class="jeg_pinterest"><i class="fa fa-pinterest"></i> </a></div><div class="jeg_aside_item jeg_aside_copyright"> <p>© 2025 <a href="http://jegtheme.com" title="Premium WordPress news & magazine theme">JNews</a> - Premium WordPress news & magazine theme by <a href="http://jegtheme.com" title="Jegtheme">Jegtheme</a>.</p> </div> </div> </div> </div> </div><script type="text/javascript">var jfla = ["view_counter"]</script><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/jnews\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <div id="selectShareContainer"> <div class="selectShare-inner"> <div class="select_share jeg_share_button"> <button class="select-share-button jeg_btn-facebook" data-url="http://www.facebook.com/sharer.php?u=[url]"e=[selected_text]" data-post-url="https%3A%2F%2Fblog.martechs.io%2F2024%2F02%2F01%2Fbimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox%2F" data-image-url="" data-title="BIMI%20Logo%3A%20How%20to%20get%20your%20brand%20logo%20to%20appear%20in%20the%20inbox" ><i class="fa fa-facebook-official"></i></a><button class="select-share-button jeg_btn-twitter" data-url="https://twitter.com/intent/tweet?text=[selected_text]&url=[url]" data-post-url="https%3A%2F%2Fblog.martechs.io%2F2024%2F02%2F01%2Fbimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox%2F" data-image-url="" data-title="BIMI%20Logo%3A%20How%20to%20get%20your%20brand%20logo%20to%20appear%20in%20the%20inbox" ><i class="fa fa-twitter"></i></a> </div> <div class="selectShare-arrowClip"> <div class="selectShare-arrow"></div> </div> </div> </div><div class="jeg_read_progress_wrapper"></div><script type="text/html" id="wpb-modifications"></script><link rel='stylesheet' id='wpforms-classic-full-css' href='https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css?ver=1.9.8.1' type='text/css' media='all' /> <script type="text/javascript" src="https://blog.martechs.io/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" id="jnews-frontend-js-extra"> /* <![CDATA[ */ var jnewsoption = {"login_reload":"https:\/\/blog.martechs.io\/2024\/02\/01\/bimi-logo-how-to-get-your-brand-logo-to-appear-in-the-inbox","popup_script":"magnific","single_gallery":"","ismobile":"","isie":"","sidefeed_ajax":"","language":"en_US","module_prefix":"jnews_module_ajax_","live_search":"1","postid":"6033","isblog":"1","admin_bar":"0","follow_video":"","follow_position":"top_right","rtl":"0","gif":"","lang":{"invalid_recaptcha":"Invalid Recaptcha!","empty_username":"Please enter your username!","empty_email":"Please enter your email!","empty_password":"Please enter your password!"},"recaptcha":"0","site_slug":"\/","site_domain":"blog.martechs.io","zoom_button":"0"}; /* ]]> */ </script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/themes/jnews/assets/dist/frontend.min.js?ver=10.6.2" id="jnews-frontend-js"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://blog.martechs.io/wp-content/themes/jnews/assets/js/html5shiv.min.js?ver=10.6.2" id="html5shiv-js"></script> <![endif]--> <script type="text/javascript" id="jnews-select-share-js-extra"> /* <![CDATA[ */ var jnews_select_share = {"is_customize_preview":""}; /* ]]> */ </script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/jnews-social-share/assets/js/plugin.js" id="jnews-select-share-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.8.0" id="wpb_composer_front_js-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js?ver=1.21.0" id="wpforms-validation-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js?ver=1.1.2" id="wpforms-mailcheck-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js?ver=1.0.0" id="wpforms-punycode-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js?ver=1.9.8.1" id="wpforms-generic-utils-js"></script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.9.8.1" id="wpforms-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD" id="wpforms-recaptcha-js"></script> <script type="text/javascript" id="wpforms-recaptcha-js-after"> /* <![CDATA[ */ var wpformsDispatchEvent = function (el, ev, custom) { var e = document.createEvent(custom ? "CustomEvent" : "HTMLEvents"); custom ? e.initCustomEvent(ev, true, true, false) : e.initEvent(ev, true, true); el.dispatchEvent(e); }; var wpformsRecaptchaV3Execute = function ( callback ) { grecaptcha.execute( "6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD", { action: "wpforms" } ).then( function ( token ) { Array.prototype.forEach.call( document.getElementsByName( "wpforms[recaptcha]" ), function ( el ) { el.value = token; } ); if ( typeof callback === "function" ) { return callback(); } } ); } grecaptcha.ready( function () { wpformsDispatchEvent( document, "wpformsRecaptchaLoaded", true ); } ); /* ]]> */ </script> <script type="text/javascript" src="https://blog.martechs.io/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/address.min.js?ver=1.9.8.1" id="wpforms-address-field-js"></script> <div class="jeg_ad jnews_mobile_sticky_ads "></div><script type='text/javascript'> /* <![CDATA[ */ var wpforms_settings = {"val_required":"This field is required.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_email_restricted":"This email address is not allowed.","val_number":"Please enter a valid number.","val_number_positive":"Please enter a valid positive number.","val_minimum_price":"Amount entered is less than the required minimum.","val_confirm":"Field values do not match.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words.","val_min":"Please enter a value greater than or equal to {0}.","val_max":"Please enter a value less than or equal to {0}.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_turnstile_fail_msg":"Cloudflare Turnstile verification failed, please try again later.","val_inputmask_incomplete":"Please fill out the field in required format.","uuid_cookie":"","locale":"en","country":"","country_list_label":"Country list","wpforms_plugin_url":"https:\/\/blog.martechs.io\/wp-content\/plugins\/wpforms-lite\/","gdpr":"","ajaxurl":"https:\/\/blog.martechs.io\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","currency_code":"USD","currency_thousands":",","currency_decimals":"2","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","readOnlyDisallowedFields":["captcha","content","divider","hidden","html","entry-preview","pagebreak","payment-total"],"error_updating_token":"Error updating token. Please try again or contact support if the issue persists.","network_error":"Network error or server is unreachable. Check your connection or try again later.","token_cache_lifetime":"86400","hn_data":[],"address_field":{"list_countries_without_states":["GB","DE","CH","NL"]}} /* ]]> */ </script> <script type="text/javascript">;!function(){"use strict";window.jnews=window.jnews||{},window.jnews.first_load=window.jnews.first_load||{},window.jnews.first_load=function(){var e=this,t=jnews.library,n="object"==typeof jnews&&"object"==typeof jnews.library;e.data=null,e.run_ajax=!0,e.run_loginregister=!0,e.clear=function(){e.run_ajax=!0,e.run_loginregister=!0,e.data=null},e.init=function(){n&&(t.globalBody.querySelectorAll(".jeg_popup_account").length&&jnews.loginregister&&e.run_loginregister&&(e.run_loginregister=!1,jnews.loginregister.init(),jnews.loginregister.hook_form()),jfla.length&&e.run_ajax&&(e.run_ajax=!1,e.do_ajax({action:"jnews_first_load_action",jnews_id:jnewsoption.postid,load_action:jfla})))},e.update_counter=function(){if(n){var o={total_view:t.globalBody.querySelectorAll(".jeg_share_stats .jeg_views_count .counts"),total_share:t.globalBody.querySelectorAll(".jeg_share_stats .jeg_share_count .counts"),total_comment:t.globalBody.querySelectorAll(".jeg_meta_comment a span")};t.forEach(Object.entries(e.data.counter),(function([e,n]){o[e].length&&t.forEach(o[e],(function(e,o){t.setText(e,n)}))}))}},e.do_ajax=function(o){if(n){var a=new XMLHttpRequest;a.onreadystatechange=function(){XMLHttpRequest.DONE===a.readyState&&200==a.status&&(e.data=JSON.parse(a.responseText),e.data.counter&&"object"==typeof e.data.counter&&e.update_counter())},a.open("POST",jnews_ajax_url,!0),a.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"),a.send(t.httpBuildQuery(o))}}},window.jnews.first_load=new window.jnews.first_load,jnews.first_load.init()}();</script><!-- CAPTCHA added with CAPTCHA 4WP plugin. More information: https://captcha4wp.com --> <script id="c4wp-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD&hl=en"></script> <script id="c4wp-inline-js" type="text/javascript"> /* @v3-js:start */ let c4wp_onloadCallback = function() { for ( var i = 0; i < document.forms.length; i++ ) { let form = document.forms[i]; let captcha_div = form.querySelector( '.c4wp_captcha_field_div:not(.rendered)' ); let jetpack_sso = form.querySelector( '#jetpack-sso-wrap' ); var wcblock_submit = form.querySelector( '.wc-block-components-checkout-place-order-button' ); var has_wc_submit = null !== wcblock_submit; if ( null === captcha_div && ! has_wc_submit || form.id == 'create-group-form' ) { if ( ! form.parentElement.classList.contains( 'nf-form-layout' ) ) { continue; } } if ( ! has_wc_submit ) { if ( !( captcha_div.offsetWidth || captcha_div.offsetHeight || captcha_div.getClientRects().length ) ) { if ( jetpack_sso == null && ! form.classList.contains( 'woocommerce-form-login' ) ) { continue; } } } let alreadyCloned = form.querySelector( '.c4wp-submit' ); if ( null != alreadyCloned ) { continue; } let foundSubmitBtn = form.querySelector( '#signup-form [type=submit], [type=submit]:not(#group-creation-create):not([name="signup_submit"]):not([name="ac_form_submit"]):not(.verify-captcha)' ); let cloned = false; let clone = false; // Submit button found, clone it. if ( foundSubmitBtn ) { clone = foundSubmitBtn.cloneNode(true); clone.classList.add( 'c4wp-submit' ); clone.removeAttribute( 'onclick' ); clone.removeAttribute( 'onkeypress' ); if ( foundSubmitBtn.parentElement.form === null ) { foundSubmitBtn.parentElement.prepend(clone); } else { foundSubmitBtn.parentElement.insertBefore( clone, foundSubmitBtn ); } foundSubmitBtn.style.display = "none"; captcha_div = form.querySelector( '.c4wp_captcha_field_div' ); cloned = true; } // WC block checkout clone btn. if ( has_wc_submit && ! form.classList.contains( 'c4wp-primed' ) ) { clone = wcblock_submit.cloneNode(true); clone.classList.add( 'c4wp-submit' ); clone.classList.add( 'c4wp-clone' ); clone.removeAttribute( 'onclick' ); clone.removeAttribute( 'onkeypress' ); if ( wcblock_submit.parentElement.form === null ) { wcblock_submit.parentElement.prepend(clone); } else { wcblock_submit.parentElement.insertBefore( clone, wcblock_submit ); } wcblock_submit.style.display = "none"; clone.addEventListener('click', function( e ){ if ( form.classList.contains( 'c4wp_v2_fallback_active' ) ) { jQuery( form ).find( '.wc-block-components-checkout-place-order-button:not(.c4wp-submit)' ).click(); return true; } else { grecaptcha.execute( '6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD', ).then( function( data ) { form.classList.add( 'c4wp-primed' ); }); } }); foundSubmitBtn = wcblock_submit; cloned = true; } // Clone created, listen to its click. if ( cloned ) { clone.addEventListener( 'click', function ( event ) { logSubmit( event, 'cloned', form, foundSubmitBtn ); }); // No clone, execute and watch for form submission. } else { grecaptcha.execute( '6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); if ( responseElem == null ) { var responseElem = document.querySelector( '.c4wp_response' ); } if ( responseElem != null ) { responseElem.setAttribute( 'value', data ); } }); // Anything else. form.addEventListener( 'submit', function ( event ) { logSubmit( event, 'other', form ); }); } function logSubmit( event, form_type = '', form, foundSubmitBtn ) { // Standard v3 check. if ( ! form.classList.contains( 'c4wp_v2_fallback_active' ) && ! form.classList.contains( 'c4wp_verified' ) ) { event.preventDefault(); try { grecaptcha.execute( '6LdkY2kgAAAAAEwkjTX-86HwftyH_WI5DxQNWZzD', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); if ( responseElem == null ) { var responseElem = document.querySelector( '.c4wp_response' ); } responseElem.setAttribute( 'value', data ); if ( form.classList.contains( 'wc-block-checkout__form' ) ) { // WC block checkout. let input = document.querySelector('input[id*="c4wp-wc-checkout"]'); let lastValue = input.value; var token = data; input.value = token; let event = new Event('input', { bubbles: true }); event.simulated = true; let tracker = input._valueTracker; if (tracker) { tracker.setValue( lastValue ); } input.dispatchEvent(event) } // Submit as usual. if ( foundSubmitBtn ) { foundSubmitBtn.click(); } else if ( form.classList.contains( 'wc-block-checkout__form' ) ) { jQuery( form ).find( '.wc-block-components-checkout-place-order-button:not(.c4wp-submit)' ).click(); } else { if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } } return true; }); } catch (e) { // Silence. } // V2 fallback. } else { if ( form.classList.contains( 'wpforms-form' ) || form.classList.contains( 'frm-fluent-form' ) || form.classList.contains( 'woocommerce-checkout' ) ) { return true; } if ( form.parentElement.classList.contains( 'nf-form-layout' ) ) { return false; } if ( form.classList.contains( 'wc-block-checkout__form' ) ) { return; } // Submit as usual. if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } return true; } }; } }; grecaptcha.ready( c4wp_onloadCallback ); if ( typeof jQuery !== 'undefined' ) { jQuery( 'body' ).on( 'click', '.acomment-reply.bp-primary-action', function ( e ) { c4wp_onloadCallback(); }); } //token is valid for 2 minutes, So get new token every after 1 minutes 50 seconds setInterval(c4wp_onloadCallback, 110000); window.addEventListener("load", (event) => { if ( typeof jQuery !== 'undefined' && jQuery( 'input[id*="c4wp-wc-checkout"]' ).length ) { var element = document.createElement('div'); var html = '<div class="c4wp_captcha_field" style="margin-bottom: 10px" data-nonce="595e3e4e1e"><div id="c4wp_captcha_field_0" class="c4wp_captcha_field_div"><input type="hidden" name="g-recaptcha-response" class="c4wp_response" aria-label="do not use" aria-readonly="true" value="" /></div></div>'; element.innerHTML = html; jQuery( '[class*="c4wp-wc-checkout"]' ).append( element ); jQuery( '[class*="c4wp-wc-checkout"]' ).find('*').off(); c4wp_onloadCallback(); } }); /* @v3-js:end */ </script> <!-- / CAPTCHA by CAPTCHA 4WP plugin --></body> </html>