It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://mahamerubandung.com

  1. <!DOCTYPE html>
  2. <html lang="en-US" xmlns="http://www.w3.org/1999/html" class="solid-bg">
  3. <head>
  4.        <title>Mahameru Bandung: Top Instagram Bio Links - Smart.bio</title>
  5.    <meta charset="utf-8">
  6.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <meta name="description" content="Mahameru Bandung: Produk Best Seller, New Arrival, Koleksi Topi, Tas Carrier, Celana Cargo, Shopee, Tiktok Shop, Lazada, Whatsapp, Tokopedia"/>
  7.        <meta name="viewport" content="width=device-width, initial-scale=1">
  8.        <style>
  9.        :root {
  10.            --link-in-bio-color: #000000;
  11.        }
  12.  
  13.        html {
  14.            height: 100%;
  15.        }
  16.  
  17.        body {
  18.            height: 100%;
  19.            margin: 0;
  20.            padding: 5px;
  21.            box-sizing: border-box;
  22.        }
  23.  
  24.        .link-in-bio-grid {
  25.            max-width: 375px;
  26.            margin: auto;
  27.            padding: 10px;
  28.        }
  29.        .link-in-bio-header {
  30.            display: grid;
  31.            grid-template-columns: 50px auto;
  32.            grid-gap: 10px;
  33.        }
  34.        .instagram-profile-picture {
  35.            border-radius: 50%;
  36.            width: 50px;
  37.            height: 50px;
  38.        }
  39.        .link-in-bio-page-name {
  40.            height: 23px;
  41.            color: #333333;
  42.            font-family: Helvetica Neue, Arial, sans-serif;
  43.            font-size: 19px;
  44.            font-weight: bold;
  45.            line-height: 24px;
  46.            align-self: center;
  47.            text-overflow: ellipsis;
  48.            text-align: left;
  49.            overflow: hidden;
  50.            white-space: nowrap;
  51.        }
  52.        .link-in-bio-tw-logo {
  53.            height: 14px;
  54.            justify-self: center;
  55.            align-self: center;
  56.            margin-bottom: 3px;
  57.            margin-left: 3px;
  58.        }
  59.        .link-in-bio-footer {
  60.            position: fixed;
  61.            right: 0;
  62.            bottom: 0;
  63.            left: 0;
  64.            background: #e1e1e1;
  65.            box-sizing: border-box;
  66.            vertical-align: middle;
  67.            display: flex;
  68.            justify-content: center;
  69.            align-items: center;
  70.            flex-direction: row;
  71.            font-family: "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
  72.            height: 32px;
  73.            box-shadow: 0 -2px 4px 0 rgba(205,205,205,0.34);
  74.            color: #808080;
  75.            font-size: 9.6px;
  76.            line-height: 15px;
  77.            text-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
  78.        }
  79.        .in-preview .link-in-bio-footer {
  80.            border-bottom-right-radius: 20px;
  81.            border-bottom-left-radius: 20px;
  82.        }
  83.        .link-in-bio-footer a {
  84.            color: #0793CA;
  85.            margin-right: 5px;
  86.        }
  87.        .link-in-bio-footer a > strong{
  88.            font-size: 120%;
  89.        }
  90.        .hidden {
  91.            display: none;
  92.        }
  93.        #ref-link {
  94.            display: flex;
  95.        }
  96.        #ref-link div {
  97.            align-items: center;
  98.            border-radius:25px;
  99.            color:#ffffff;
  100.            font-weight:700;
  101.            font-size:15px;
  102.            padding:12px 17px 12px 17px;
  103.            display:flex;
  104.            position:fixed;
  105.            right:3%;
  106.            bottom:3%;
  107.            background: rgb(253,148,34);
  108.            background: linear-gradient(45deg, rgba(253,148,34,1) 0%, rgba(246,93,57,1) 18%, rgba(226,66,83,1) 44%, rgba(219,64,104,1) 69%, rgba(212,63,138,1) 100%);
  109.        }
  110.        #ref-link div img {
  111.            transform: rotate(-45deg);margin-right: 5px;
  112.        }
  113.        #ref-link div span {
  114.            font-family: 'Open Sans', sans-serif
  115.        }
  116.    </style>
  117.  
  118.                    <style>
  119.            .featured-links {
  120.                display: flex;
  121.                flex-direction: column;
  122.                padding: 28px 0;
  123.            }
  124.  
  125.            .btn-featured-link {
  126.                color: var(--link-in-bio-color);
  127.                background-color: var(--link-in-bio-color);
  128.                border-radius: 4px;
  129.                text-decoration: none;
  130.                margin-bottom: 10px;
  131.            }
  132.  
  133.            .btn-featured-link:hover, .btn-featured-link:focus, .btn-featured-link:active {
  134.                filter: brightness(0.93);
  135.            }
  136.  
  137.            .featured-link-text {
  138.                align-items: center;
  139.                color: #FFFFFF;
  140.                display: flex;
  141.                font-family: Helvetica Neue, Arial, sans-serif;
  142.                font-size: 16px;
  143.                justify-content: center;
  144.                line-height: 20px;
  145.                padding-bottom: 12px;
  146.                padding-top: 12px;
  147.                text-align: center;
  148.                width: 100%;
  149.            }
  150.  
  151.            .media-links-grid {
  152.                display: grid;
  153.                justify-content: center;
  154.                grid-template-columns: 1fr 1fr;
  155.                grid-auto-rows: auto;
  156.                grid-gap: 11px;
  157.                padding-bottom: 40px;
  158.            }
  159.  
  160.            .media-links-grid .media-link-grid {
  161.                cursor: pointer;
  162.                display: grid;
  163.                grid-template-columns: auto;
  164.                grid-gap: 1px;
  165.            }
  166.  
  167.            .media-links-grid img {
  168.                width: 100%;
  169.                height: auto;
  170.                grid-gap: 0;
  171.            }
  172.  
  173.            .img-media-link {
  174.                background-size: cover;
  175.                background-position: center;
  176.                padding-top: 100%;
  177.            }
  178.  
  179.            .btn-media-link {
  180.                box-sizing: border-box;
  181.                height: 36px;
  182.                border: 1px solid var(--link-in-bio-color);
  183.                border-radius: 4px;
  184.                color: var(--link-in-bio-color);
  185.                background-color: white;
  186.                font-family: Helvetica Neue, Arial, sans-serif;
  187.                font-size: 13px;
  188.                font-weight: 500;
  189.                line-height: 14px;
  190.                text-align: center;
  191.                width: 100%;
  192.                text-decoration: none;
  193.                display: grid;
  194.                align-items: center;
  195.                border-radius: 0;
  196.                border-top: 0;
  197.                margin-top: -1px;
  198.  
  199.                /* truncate the button text to prevent it from wrapping multiple lines */
  200.                width: auto;
  201.                white-space: nowrap;
  202.                overflow: hidden;
  203.                text-overflow: ellipsis;
  204.                padding-left: 5px;
  205.                padding-right: 5px;
  206.            }
  207.  
  208.            .btn-media-link:hover, .btn-media-link:focus, .btn-media-link:active {
  209.                color: var(--link-in-bio-color);
  210.                background-color: #e6e6e6;
  211.            }
  212.  
  213.        </style>
  214.        <!-- Google Optimize Code -->
  215.    <!-- anti-flicker snippet  -->
  216.    <style>.async-hide { opacity: 0 !important} </style>
  217.    <script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
  218.    h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
  219.    (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
  220.    })(window,document.documentElement,'async-hide','dataLayer',4000,
  221.    {'OPT-5JTT8Q6':true});</script>
  222.    <script src="https://www.googleoptimize.com/optimize.js?id=OPT-5JTT8Q6"></script>
  223.    <!-- End Google Optimize Code -->
  224. </head>
  225. <body>
  226.  
  227.                    <div class='link-in-bio-grid'>
  228.            <div class="link-in-bio-header">
  229.                <img
  230.                        src='https://scontent-iad3-2.xx.fbcdn.net/v/t51.2885-15/274487318_1001956060409795_1409781865902649901_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=7d201b&_nc_ohc=y_zQPNYULHAAX8dhDJM&_nc_ht=scontent-iad3-2.xx&edm=AL-3X8kEAAAA&oh=00_AfBgpGDJOSbOcUIZq4n4vs4kPRyR6JqRBZLRIBmIqOeGvw&oe=6561D803'
  231.                        class='instagram-profile-picture'
  232.                />
  233.                <div class="link-in-bio-page-name">Mahameru Bandung</div>
  234.            </div>
  235.  
  236.            <div
  237.                    class='featured-links'
  238.            >
  239.                                    <a
  240.                            href="https://shope.ee/5pdMoHaSiu"
  241.                            class="btn-featured-link"
  242.                            data-featured-link-id="707596"
  243.                            target='_blank'
  244.                            rel="nofollow"
  245.                    >
  246.                    <span class="featured-link-text" data-featured-link-id="707596">
  247.                        Produk Best Seller
  248.                    </span>
  249.                    </a>
  250.                                    <a
  251.                            href="https://shope.ee/8zaOaCHn2E"
  252.                            class="btn-featured-link"
  253.                            data-featured-link-id="704868"
  254.                            target='_blank'
  255.                            rel="nofollow"
  256.                    >
  257.                    <span class="featured-link-text" data-featured-link-id="704868">
  258.                        New Arrival
  259.                    </span>
  260.                    </a>
  261.                                    <a
  262.                            href="https://shope.ee/504Fp4RMWY"
  263.                            class="btn-featured-link"
  264.                            data-featured-link-id="704860"
  265.                            target='_blank'
  266.                            rel="nofollow"
  267.                    >
  268.                    <span class="featured-link-text" data-featured-link-id="704860">
  269.                        Koleksi Topi
  270.                    </span>
  271.                    </a>
  272.                                    <a
  273.                            href="https://shope.ee/7A8kPAKY4a"
  274.                            class="btn-featured-link"
  275.                            data-featured-link-id="704865"
  276.                            target='_blank'
  277.                            rel="nofollow"
  278.                    >
  279.                    <span class="featured-link-text" data-featured-link-id="704865">
  280.                        Tas Carrier
  281.                    </span>
  282.                    </a>
  283.                                    <a
  284.                            href="https://shope.ee/8zaOacy5GQ"
  285.                            class="btn-featured-link"
  286.                            data-featured-link-id="706347"
  287.                            target='_blank'
  288.                            rel="nofollow"
  289.                    >
  290.                    <span class="featured-link-text" data-featured-link-id="706347">
  291.                        Celana Cargo
  292.                    </span>
  293.                    </a>
  294.                                    <a
  295.                            href="https://shope.ee/6AGDDW6NTo"
  296.                            class="btn-featured-link"
  297.                            data-featured-link-id="556352"
  298.                            target='_blank'
  299.                            rel="nofollow"
  300.                    >
  301.                    <span class="featured-link-text" data-featured-link-id="556352">
  302.                        Shopee
  303.                    </span>
  304.                    </a>
  305.                                    <a
  306.                            href="https://www.tiktok.com/@mahameruofficial"
  307.                            class="btn-featured-link"
  308.                            data-featured-link-id="700358"
  309.                            target='_blank'
  310.                            rel="nofollow"
  311.                    >
  312.                    <span class="featured-link-text" data-featured-link-id="700358">
  313.                        Tiktok Shop
  314.                    </span>
  315.                    </a>
  316.                                    <a
  317.                            href="https://www.lazada.co.id/shop/mahameru-survival-soul-bandung/"
  318.                            class="btn-featured-link"
  319.                            data-featured-link-id="565610"
  320.                            target='_blank'
  321.                            rel="nofollow"
  322.                    >
  323.                    <span class="featured-link-text" data-featured-link-id="565610">
  324.                        Lazada
  325.                    </span>
  326.                    </a>
  327.                                    <a
  328.                            href="https://wa.me/c/6285765885490"
  329.                            class="btn-featured-link"
  330.                            data-featured-link-id="556362"
  331.                            target='_blank'
  332.                            rel="nofollow"
  333.                    >
  334.                    <span class="featured-link-text" data-featured-link-id="556362">
  335.                        Whatsapp
  336.                    </span>
  337.                    </a>
  338.                                    <a
  339.                            href="https://tokopedia.link/k9bLlHWJYCb"
  340.                            class="btn-featured-link"
  341.                            data-featured-link-id="733122"
  342.                            target='_blank'
  343.                            rel="nofollow"
  344.                    >
  345.                    <span class="featured-link-text" data-featured-link-id="733122">
  346.                        Tokopedia
  347.                    </span>
  348.                    </a>
  349.                            </div>
  350.  
  351.            <div
  352.                    class='media-links-grid'
  353.            >
  354.                
  355.                    <div
  356.                            class='media-link-grid'
  357.                    >
  358.                        <a href="https://shope.ee/9evWJWby0T"
  359.                           style="background-image: url('https://img.tailwindapp.net/images/9e22/5965/a18e/b2705fb9a41309dba917-w236.jpg')"
  360.                           class="img-media-link"
  361.                           data-media-link-id="4396277"
  362.                           target='_blank'
  363.                           rel="nofollow"
  364.                        >
  365.                        </a>
  366.  
  367.                        <a href="https://shope.ee/9evWJWby0T"
  368.                           class="btn-media-link"
  369.                           data-media-link-id="4396277"
  370.                           target='_blank'
  371.                           rel="nofollow"
  372.                        >
  373.                                                                                        Click To Shop
  374.                                                    </a>
  375.                    </div>
  376.                
  377.                    <div
  378.                            class='media-link-grid'
  379.                    >
  380.                        <a href="https://shope.ee/7ACtIfTbgP"
  381.                           style="background-image: url('https://img.tailwindapp.net/images/5504/06da/4e97/243dc70410934ae47290-w236.jpg')"
  382.                           class="img-media-link"
  383.                           data-media-link-id="4357670"
  384.                           target='_blank'
  385.                           rel="nofollow"
  386.                        >
  387.                        </a>
  388.  
  389.                        <a href="https://shope.ee/7ACtIfTbgP"
  390.                           class="btn-media-link"
  391.                           data-media-link-id="4357670"
  392.                           target='_blank'
  393.                           rel="nofollow"
  394.                        >
  395.                                                                                        Click To Shop
  396.                                                    </a>
  397.                    </div>
  398.                
  399.                    <div
  400.                            class='media-link-grid'
  401.                    >
  402.                        <a href="https://shope.ee/AUSzJPexKP"
  403.                           style="background-image: url('https://img.tailwindapp.net/images/2668/7556/8f90/5193af31280f560bfbf4-w236.jpg')"
  404.                           class="img-media-link"
  405.                           data-media-link-id="4350101"
  406.                           target='_blank'
  407.                           rel="nofollow"
  408.                        >
  409.                        </a>
  410.  
  411.                        <a href="https://shope.ee/AUSzJPexKP"
  412.                           class="btn-media-link"
  413.                           data-media-link-id="4350101"
  414.                           target='_blank'
  415.                           rel="nofollow"
  416.                        >
  417.                                                                                        Click To Shop
  418.                                                    </a>
  419.                    </div>
  420.                
  421.                    <div
  422.                            class='media-link-grid'
  423.                    >
  424.                        <a href="https://shope.ee/3fcf8hF6MW"
  425.                           style="background-image: url('https://img.tailwindapp.net/images/799b/9428/41cd/078c2cbc561cf51a0843-w236.jpg')"
  426.                           class="img-media-link"
  427.                           data-media-link-id="4347407"
  428.                           target='_blank'
  429.                           rel="nofollow"
  430.                        >
  431.                        </a>
  432.  
  433.                        <a href="https://shope.ee/3fcf8hF6MW"
  434.                           class="btn-media-link"
  435.                           data-media-link-id="4347407"
  436.                           target='_blank'
  437.                           rel="nofollow"
  438.                        >
  439.                                                                                        Click To Shop
  440.                                                    </a>
  441.                    </div>
  442.                
  443.                    <div
  444.                            class='media-link-grid'
  445.                    >
  446.                        <a href="https://shope.ee/40FVTm1AkW"
  447.                           style="background-image: url('https://img.tailwindapp.net/images/1e73/744b/f5e3/74ec5090d524326b598a-w236.jpg')"
  448.                           class="img-media-link"
  449.                           data-media-link-id="4346334"
  450.                           target='_blank'
  451.                           rel="nofollow"
  452.                        >
  453.                        </a>
  454.  
  455.                        <a href="https://shope.ee/40FVTm1AkW"
  456.                           class="btn-media-link"
  457.                           data-media-link-id="4346334"
  458.                           target='_blank'
  459.                           rel="nofollow"
  460.                        >
  461.                                                                                        Click To Shop
  462.                                                    </a>
  463.                    </div>
  464.                
  465.                    <div
  466.                            class='media-link-grid'
  467.                    >
  468.                        <a href="https://shope.ee/9KFiVNKPPb"
  469.                           style="background-image: url('https://img.tailwindapp.net/images/bcd3/3295/dd6b/980b57e1d9d529703d87-w236.jpg')"
  470.                           class="img-media-link"
  471.                           data-media-link-id="4301249"
  472.                           target='_blank'
  473.                           rel="nofollow"
  474.                        >
  475.                        </a>
  476.  
  477.                        <a href="https://shope.ee/9KFiVNKPPb"
  478.                           class="btn-media-link"
  479.                           data-media-link-id="4301249"
  480.                           target='_blank'
  481.                           rel="nofollow"
  482.                        >
  483.                                                                                        Click To Shop
  484.                                                    </a>
  485.                    </div>
  486.                
  487.                    <div
  488.                            class='media-link-grid'
  489.                    >
  490.                        <a href="https://shopee.co.id/Mahameru-celana-cargo-panjang-stretch-C02-03-SL-i.223029275.17697402518"
  491.                           style="background-image: url('https://img.tailwindapp.net/images/9dc2/b956/b883/0366781d043af87940c2-w236.jpg')"
  492.                           class="img-media-link"
  493.                           data-media-link-id="4289006"
  494.                           target='_blank'
  495.                           rel="nofollow"
  496.                        >
  497.                        </a>
  498.  
  499.                        <a href="https://shopee.co.id/Mahameru-celana-cargo-panjang-stretch-C02-03-SL-i.223029275.17697402518"
  500.                           class="btn-media-link"
  501.                           data-media-link-id="4289006"
  502.                           target='_blank'
  503.                           rel="nofollow"
  504.                        >
  505.                                                                                        Click To Shop
  506.                                                    </a>
  507.                    </div>
  508.                
  509.                    <div
  510.                            class='media-link-grid'
  511.                    >
  512.                        <a href="https://shopee.co.id/Mahameru-Matras-Lipat-Camping-01-i.223029275.14811524514"
  513.                           style="background-image: url('https://img.tailwindapp.net/images/2ec6/cf4c/047f/79a072c2fcdb71dd8b9d-w236.jpg')"
  514.                           class="img-media-link"
  515.                           data-media-link-id="4287759"
  516.                           target='_blank'
  517.                           rel="nofollow"
  518.                        >
  519.                        </a>
  520.  
  521.                        <a href="https://shopee.co.id/Mahameru-Matras-Lipat-Camping-01-i.223029275.14811524514"
  522.                           class="btn-media-link"
  523.                           data-media-link-id="4287759"
  524.                           target='_blank'
  525.                           rel="nofollow"
  526.                        >
  527.                                                                                        Click To Shop
  528.                                                    </a>
  529.                    </div>
  530.                
  531.                    <div
  532.                            class='media-link-grid'
  533.                    >
  534.                        <a href="https://shopee.co.id/Mahameru-Celana-Gunung-Sambung-Zipper-01-Black-i.223029275.13741520748"
  535.                           style="background-image: url('https://img.tailwindapp.net/images/95d1/c29b/ad5a/b39ab8320c22d402ce43-w236.jpg')"
  536.                           class="img-media-link"
  537.                           data-media-link-id="4286895"
  538.                           target='_blank'
  539.                           rel="nofollow"
  540.                        >
  541.                        </a>
  542.  
  543.                        <a href="https://shopee.co.id/Mahameru-Celana-Gunung-Sambung-Zipper-01-Black-i.223029275.13741520748"
  544.                           class="btn-media-link"
  545.                           data-media-link-id="4286895"
  546.                           target='_blank'
  547.                           rel="nofollow"
  548.                        >
  549.                                                                                        Click To Shop
  550.                                                    </a>
  551.                    </div>
  552.                
  553.                    <div
  554.                            class='media-link-grid'
  555.                    >
  556.                        <a href="https://shopee.co.id/Mahameru-RTM-PROMO-01-NAVY-i.223029275.19352586056?sp_atk=4ed29410-d98b-41a7-9dd2-71f8cd09305c&xptdk=4ed29410-d98b-41a7-9dd2-71f8cd09305c"
  557.                           style="background-image: url('https://img.tailwindapp.net/images/44bf/b63e/67a9/52aa5d4a9263230e99d0-w236.jpg')"
  558.                           class="img-media-link"
  559.                           data-media-link-id="4095973"
  560.                           target='_blank'
  561.                           rel="nofollow"
  562.                        >
  563.                        </a>
  564.  
  565.                        <a href="https://shopee.co.id/Mahameru-RTM-PROMO-01-NAVY-i.223029275.19352586056?sp_atk=4ed29410-d98b-41a7-9dd2-71f8cd09305c&xptdk=4ed29410-d98b-41a7-9dd2-71f8cd09305c"
  566.                           class="btn-media-link"
  567.                           data-media-link-id="4095973"
  568.                           target='_blank'
  569.                           rel="nofollow"
  570.                        >
  571.                                                                                        Click To Shop
  572.                                                    </a>
  573.                    </div>
  574.                
  575.                    <div
  576.                            class='media-link-grid'
  577.                    >
  578.                        <a href="https://shope.ee/cpdQn53w"
  579.                           style="background-image: url('https://img.tailwindapp.net/images/1a2a/e75e/2a64/cd10b32aac337db3cdf5-w236.jpg')"
  580.                           class="img-media-link"
  581.                           data-media-link-id="4094612"
  582.                           target='_blank'
  583.                           rel="nofollow"
  584.                        >
  585.                        </a>
  586.  
  587.                        <a href="https://shope.ee/cpdQn53w"
  588.                           class="btn-media-link"
  589.                           data-media-link-id="4094612"
  590.                           target='_blank'
  591.                           rel="nofollow"
  592.                        >
  593.                                                                                        Click To Shop
  594.                                                    </a>
  595.                    </div>
  596.                
  597.                    <div
  598.                            class='media-link-grid'
  599.                    >
  600.                        <a href="https://shope.ee/3KtB7rhcfY"
  601.                           style="background-image: url('https://img.tailwindapp.net/images/f7a0/5a2b/d190/bcfdf7e20204d80d78fe-w236.jpg')"
  602.                           class="img-media-link"
  603.                           data-media-link-id="4093292"
  604.                           target='_blank'
  605.                           rel="nofollow"
  606.                        >
  607.                        </a>
  608.  
  609.                        <a href="https://shope.ee/3KtB7rhcfY"
  610.                           class="btn-media-link"
  611.                           data-media-link-id="4093292"
  612.                           target='_blank'
  613.                           rel="nofollow"
  614.                        >
  615.                                                                                        Click To Shop
  616.                                                    </a>
  617.                    </div>
  618.                
  619.                    <div
  620.                            class='media-link-grid'
  621.                    >
  622.                        <a href="https://shope.ee/cj96WOsD"
  623.                           style="background-image: url('https://img.tailwindapp.net/images/f93d/4c05/3ab9/bc2f6967941d1b2c29f4-w236.jpg')"
  624.                           class="img-media-link"
  625.                           data-media-link-id="4088196"
  626.                           target='_blank'
  627.                           rel="nofollow"
  628.                        >
  629.                        </a>
  630.  
  631.                        <a href="https://shope.ee/cj96WOsD"
  632.                           class="btn-media-link"
  633.                           data-media-link-id="4088196"
  634.                           target='_blank'
  635.                           rel="nofollow"
  636.                        >
  637.                                                                                        Click To Shop
  638.                                                    </a>
  639.                    </div>
  640.                
  641.                    <div
  642.                            class='media-link-grid'
  643.                    >
  644.                        <a href="https://shope.ee/fsPw68qP2"
  645.                           style="background-image: url('https://img.tailwindapp.net/images/e82d/91d6/94cc/b86897d011ccbc78529e-w236.jpg')"
  646.                           class="img-media-link"
  647.                           data-media-link-id="4048237"
  648.                           target='_blank'
  649.                           rel="nofollow"
  650.                        >
  651.                        </a>
  652.  
  653.                        <a href="https://shope.ee/fsPw68qP2"
  654.                           class="btn-media-link"
  655.                           data-media-link-id="4048237"
  656.                           target='_blank'
  657.                           rel="nofollow"
  658.                        >
  659.                                                                                        Click To Shop
  660.                                                    </a>
  661.                    </div>
  662.                
  663.                    <div
  664.                            class='media-link-grid'
  665.                    >
  666.                        <a href="https://shope.ee/2pwuX23A3s"
  667.                           style="background-image: url('https://img.tailwindapp.net/images/6203/74da/8114/b1df203414238b3b40b8-w236.jpg')"
  668.                           class="img-media-link"
  669.                           data-media-link-id="4093295"
  670.                           target='_blank'
  671.                           rel="nofollow"
  672.                        >
  673.                        </a>
  674.  
  675.                        <a href="https://shope.ee/2pwuX23A3s"
  676.                           class="btn-media-link"
  677.                           data-media-link-id="4093295"
  678.                           target='_blank'
  679.                           rel="nofollow"
  680.                        >
  681.                                                                                        Click To Shop
  682.                                                    </a>
  683.                    </div>
  684.                
  685.                    <div
  686.                            class='media-link-grid'
  687.                    >
  688.                        <a href="https://shope.ee/5Uxfh7I0iP"
  689.                           style="background-image: url('https://img.tailwindapp.net/images/5e48/260d/1598/d6bc25210f60d0ff7259-w236.jpg')"
  690.                           class="img-media-link"
  691.                           data-media-link-id="4030381"
  692.                           target='_blank'
  693.                           rel="nofollow"
  694.                        >
  695.                        </a>
  696.  
  697.                        <a href="https://shope.ee/5Uxfh7I0iP"
  698.                           class="btn-media-link"
  699.                           data-media-link-id="4030381"
  700.                           target='_blank'
  701.                           rel="nofollow"
  702.                        >
  703.                                                                                        Click To Shop
  704.                                                    </a>
  705.                    </div>
  706.                
  707.                    <div
  708.                            class='media-link-grid'
  709.                    >
  710.                        <a href="https://shope.ee/8UbIykJeEq"
  711.                           style="background-image: url('https://img.tailwindapp.net/images/5078/d5df/3925/27780c48b56356651c82-w236.jpg')"
  712.                           class="img-media-link"
  713.                           data-media-link-id="3956910"
  714.                           target='_blank'
  715.                           rel="nofollow"
  716.                        >
  717.                        </a>
  718.  
  719.                        <a href="https://shope.ee/8UbIykJeEq"
  720.                           class="btn-media-link"
  721.                           data-media-link-id="3956910"
  722.                           target='_blank'
  723.                           rel="nofollow"
  724.                        >
  725.                                                                                        Click To Shop
  726.                                                    </a>
  727.                    </div>
  728.                
  729.                    <div
  730.                            class='media-link-grid'
  731.                    >
  732.                        <a href="https://shope.ee/cj96WOsD"
  733.                           style="background-image: url('https://img.tailwindapp.net/images/bbd3/fdb8/f512/b1f64b51f932248c1b69-w236.jpg')"
  734.                           class="img-media-link"
  735.                           data-media-link-id="3956911"
  736.                           target='_blank'
  737.                           rel="nofollow"
  738.                        >
  739.                        </a>
  740.  
  741.                        <a href="https://shope.ee/cj96WOsD"
  742.                           class="btn-media-link"
  743.                           data-media-link-id="3956911"
  744.                           target='_blank'
  745.                           rel="nofollow"
  746.                        >
  747.                                                                                        Click To Shop
  748.                                                    </a>
  749.                    </div>
  750.                
  751.                    <div
  752.                            class='media-link-grid'
  753.                    >
  754.                        <a href="https://shope.ee/6zmTU4POZp"
  755.                           style="background-image: url('https://img.tailwindapp.net/images/e52d/e40a/1143/4aa7d86c1b5362cce994-w236.jpg')"
  756.                           class="img-media-link"
  757.                           data-media-link-id="3960584"
  758.                           target='_blank'
  759.                           rel="nofollow"
  760.                        >
  761.                        </a>
  762.  
  763.                        <a href="https://shope.ee/6zmTU4POZp"
  764.                           class="btn-media-link"
  765.                           data-media-link-id="3960584"
  766.                           target='_blank'
  767.                           rel="nofollow"
  768.                        >
  769.                                                                                        Click To Shop
  770.                                                    </a>
  771.                    </div>
  772.                
  773.                    <div
  774.                            class='media-link-grid'
  775.                    >
  776.                        <a href="https://shope.ee/6zmTU4POZp"
  777.                           style="background-image: url('https://img.tailwindapp.net/images/c889/b070/163f/7acd2706a0adf790ca71-w236.jpg')"
  778.                           class="img-media-link"
  779.                           data-media-link-id="4091976"
  780.                           target='_blank'
  781.                           rel="nofollow"
  782.                        >
  783.                        </a>
  784.  
  785.                        <a href="https://shope.ee/6zmTU4POZp"
  786.                           class="btn-media-link"
  787.                           data-media-link-id="4091976"
  788.                           target='_blank'
  789.                           rel="nofollow"
  790.                        >
  791.                                                                                        Click To Shop
  792.                                                    </a>
  793.                    </div>
  794.                
  795.                    <div
  796.                            class='media-link-grid'
  797.                    >
  798.                        <a href="https://shope.ee/8zXXrhNShG"
  799.                           style="background-image: url('https://img.tailwindapp.net/images/cf49/52bf/c204/78935a3dfc62dd0c0ca3-w236.jpg')"
  800.                           class="img-media-link"
  801.                           data-media-link-id="4021904"
  802.                           target='_blank'
  803.                           rel="nofollow"
  804.                        >
  805.                        </a>
  806.  
  807.                        <a href="https://shope.ee/8zXXrhNShG"
  808.                           class="btn-media-link"
  809.                           data-media-link-id="4021904"
  810.                           target='_blank'
  811.                           rel="nofollow"
  812.                        >
  813.                                                                                        Click To Shop
  814.                                                    </a>
  815.                    </div>
  816.                
  817.                    <div
  818.                            class='media-link-grid'
  819.                    >
  820.                        <a href="https://shope.ee/AUMLeaA7Vo"
  821.                           style="background-image: url('https://img.tailwindapp.net/images/3a4b/14fd/3383/d200cfa3e5041a952a12-w236.jpg')"
  822.                           class="img-media-link"
  823.                           data-media-link-id="4021907"
  824.                           target='_blank'
  825.                           rel="nofollow"
  826.                        >
  827.                        </a>
  828.  
  829.                        <a href="https://shope.ee/AUMLeaA7Vo"
  830.                           class="btn-media-link"
  831.                           data-media-link-id="4021907"
  832.                           target='_blank'
  833.                           rel="nofollow"
  834.                        >
  835.                                                                                        Click To Shop
  836.                                                    </a>
  837.                    </div>
  838.                
  839.                    <div
  840.                            class='media-link-grid'
  841.                    >
  842.                        <a href="https://shope.ee/30GKiroKA5"
  843.                           style="background-image: url('https://img.tailwindapp.net/images/3851/65b4/3d14/57c01fb89a4fc313f575-w236.jpg')"
  844.                           class="img-media-link"
  845.                           data-media-link-id="4021905"
  846.                           target='_blank'
  847.                           rel="nofollow"
  848.                        >
  849.                        </a>
  850.  
  851.                        <a href="https://shope.ee/30GKiroKA5"
  852.                           class="btn-media-link"
  853.                           data-media-link-id="4021905"
  854.                           target='_blank'
  855.                           rel="nofollow"
  856.                        >
  857.                                                                                        Click To Shop
  858.                                                    </a>
  859.                    </div>
  860.                
  861.                    <div
  862.                            class='media-link-grid'
  863.                    >
  864.                        <a href="https://shope.ee/fsPw68qP2"
  865.                           style="background-image: url('https://img.tailwindapp.net/images/b6d6/9f5b/d380/e1df0dcba8346220d025-w236.jpg')"
  866.                           class="img-media-link"
  867.                           data-media-link-id="3022706"
  868.                           target='_blank'
  869.                           rel="nofollow"
  870.                        >
  871.                        </a>
  872.  
  873.                        <a href="https://shope.ee/fsPw68qP2"
  874.                           class="btn-media-link"
  875.                           data-media-link-id="3022706"
  876.                           target='_blank'
  877.                           rel="nofollow"
  878.                        >
  879.                                                                                        Click To Shop
  880.                                                    </a>
  881.                    </div>
  882.                
  883.                    <div
  884.                            class='media-link-grid'
  885.                    >
  886.                        <a href="https://shope.ee/6zmTU4POZp"
  887.                           style="background-image: url('https://img.tailwindapp.net/images/c905/b7e0/fd66/28188a06266c3272c70b-w236.jpg')"
  888.                           class="img-media-link"
  889.                           data-media-link-id="3022698"
  890.                           target='_blank'
  891.                           rel="nofollow"
  892.                        >
  893.                        </a>
  894.  
  895.                        <a href="https://shope.ee/6zmTU4POZp"
  896.                           class="btn-media-link"
  897.                           data-media-link-id="3022698"
  898.                           target='_blank'
  899.                           rel="nofollow"
  900.                        >
  901.                                                                                        Click To Shop
  902.                                                    </a>
  903.                    </div>
  904.                            </div>
  905.        </div>
  906.            <a id="tw-branding-link" class='tw-branding-link' target="_blank" href="https://www.tailwindapp.com/bio/A5J6m?utm_source=smartbio&utm_medium=cta&utm_campaign=smartbio"
  907.       onclick="window.linkClickHandler(null, 'referral_link_click')"
  908.    >
  909.                <div class="link-in-bio-footer">
  910.            Get your own&nbsp;<strong>Smart.bio</strong>&nbsp;by<img class="link-in-bio-tw-logo" src="https://smart.bio/tw-link-in-bio-assets/img/smart-bio-tailwind-logo.png"/>
  911.        </div>
  912.    </a>
  913.    
  914.                            <script>(function(w,d,s){w._uptime_rum={};w._uptime_rum.uuid='81LY-77A239D736682A72';w._uptime_rum.url='https://rum.uptime.com/rum/record-data';s=document.createElement('script');s.async=1;s.src='https://uptime.com/static/rum/compiled/rum.js';d.getElementsByTagName('head')[0].appendChild(s);})(window,document);</script>
  915.        <!-- Global site tag (gtag.js) - Google Analytics -->
  916.        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-33652774-5"></script>
  917.        <script>
  918.          window.dataLayer = window.dataLayer || [];
  919.          function gtag(){dataLayer.push(arguments);}
  920.          gtag('js', new Date());
  921.          gtag('config', 'UA-33652774-5', { 'optimize_id': 'OPT-5JTT8Q6'});
  922.        </script>
  923.        
  924.        <!-- Event data to send to GA -->
  925.        <script>
  926.          const referralButton = document.querySelector("#tw-branding-link");
  927.          const referralPillButton = document.querySelector("#ref-link");
  928.          const buttonLinks = document.querySelectorAll(".btn-featured-link");
  929.          const postLinks = document.querySelectorAll(".media-link-grid");
  930.  
  931.          // Sends GA event when referral banner is clicked
  932.          if (referralButton) {
  933.            referralButton.addEventListener('click', function() {
  934.              gtag('event', 'Clicked Referral Link', {
  935.                'event_category': 'Smart.bio User Page',
  936.                'event_label': 'Default',
  937.                'value': ''
  938.              });
  939.            });
  940.          }
  941.          
  942.          // Sends GA event when referral pill button is clicked
  943.          if (referralPillButton) {
  944.            referralPillButton.addEventListener('click', function() {
  945.              gtag('event', 'Clicked Referral Link', {
  946.                'event_category': 'Smart.bio User Page',
  947.                'event_label': 'Floating Pill',
  948.                'value': ''
  949.              });
  950.            });
  951.          }
  952.          
  953.          // Sends GA event when a featured button link is clicked
  954.          if (buttonLinks) {
  955.            for (i = 0; i < buttonLinks.length; i++) {
  956.              buttonLinks[i].addEventListener('click', function() {
  957.                gtag('event', 'Clicked Button Link', {
  958.                  'event_category': 'Smart.bio User Page',
  959.                  'event_label': this.firstElementChild.innerText,
  960.                  'value': ''
  961.                });
  962.              });
  963.            }
  964.          }
  965.          
  966.          // Sends GA event when a post link is clicked
  967.          if (postLinks) {
  968.            for (i = 0; i < postLinks.length; i++) {
  969.              postLinks[i].addEventListener('click', function() {
  970.                let mediaLink = this.querySelector('.btn-media-link');
  971.                gtag('event', 'Clicked Post Link', {
  972.                  'event_category': 'Smart.bio User Page',
  973.                  'event_label': mediaLink.innerText + " - " + mediaLink.href,
  974.                  'value': ''
  975.                });
  976.              });
  977.            }
  978.          }
  979.        </script>
  980.        <!-- / Event data to send to GA -->
  981.  
  982.        <script>
  983.          /*
  984.           * NOTE: This JS is not transpiled so use vanilla instead of ES6.
  985.           */
  986.  
  987.          var linkInBioPageId = "143506";
  988.  
  989.          // Route to record engagement event:
  990.          var engagementUrl = 'https://api.tailwindapp.com/link-in-bio/engagement';
  991.  
  992.          // Event types
  993.          var PAGE_VIEW = 'page_view';
  994.          var POST_LINK_CLICK = 'post_link_click';
  995.          var FEATURED_LINK_CLICK = 'featured_link_click';
  996.          var REFERRAL_LINK_CLICK = 'referral_link_click';
  997.  
  998.          // When the page loads, send a request to record the page view
  999.          var pageViewData = {
  1000.            link_in_bio_page_id: linkInBioPageId,
  1001.            event_type: PAGE_VIEW,
  1002.            event_target_id: linkInBioPageId,
  1003.          };
  1004.  
  1005.          // Send request to record page view
  1006.          sendEngagement(pageViewData);
  1007.  
  1008.          // This will be populated with data for sendBeacon requests
  1009.          var eventData = {};
  1010.  
  1011.          // Listen for clicks on media or featured links and set the sendBeacon data:
  1012.          document.body.addEventListener('click', function (event) {
  1013.            switch (event.target.className) {
  1014.              case 'featured-link-text':
  1015.              case 'btn-featured-link': {
  1016.                return linkClickHandler(event, FEATURED_LINK_CLICK);
  1017.              }
  1018.              case 'btn-media-link':
  1019.              case 'img-media-link': {
  1020.                return linkClickHandler(event, POST_LINK_CLICK);
  1021.              }
  1022.            }
  1023.          });
  1024.  
  1025.          // Invoked when a user clicks either a post link or a media link
  1026.          function linkClickHandler (event, eventType) {
  1027.            // Prevent redirection to the link until the request is done
  1028.            eventData.event_type = eventType;
  1029.  
  1030.            eventData.link_in_bio_page_id = linkInBioPageId;
  1031.  
  1032.            // Assign event_target_id given the event type
  1033.            switch (eventType) {
  1034.              case PAGE_VIEW:
  1035.                eventData.event_target_id = linkInBioPageId;
  1036.                break;
  1037.              case POST_LINK_CLICK:
  1038.                eventData.event_target_id = event.target.getAttribute('data-media-link-id');
  1039.                break;
  1040.              case FEATURED_LINK_CLICK:
  1041.                eventData.event_target_id = event.target.getAttribute('data-featured-link-id');
  1042.                break;
  1043.              // No real target for this event so we store the page ID
  1044.              // In the future we should consider whether or not this should be NULLABLE
  1045.              // But while we have very few events perfecting the data model isn't important.
  1046.              // We can easily "undo" this by nulling all REFERRAL_LINK_CLICK records if need be.
  1047.              case REFERRAL_LINK_CLICK:
  1048.                eventData.event_target_id = linkInBioPageId;
  1049.                break;
  1050.              default:
  1051.                break;
  1052.            }
  1053.  
  1054.            sendEngagement(eventData);
  1055.          }
  1056.  
  1057.          function sendEngagement(data) {
  1058.              window.fetch(engagementUrl, {
  1059.                  method : 'POST',
  1060.                  mode   : 'cors',
  1061.                  headers: {
  1062.                          'Content-Type': 'application/x-www-form-urlencoded',
  1063.                  },
  1064.                  body   : convertJsonToUrlEncoded(data)
  1065.              }).then(function (result) {
  1066.                              return;
  1067.                      }).catch(function (error) {
  1068.                              return;
  1069.                      });
  1070.          }
  1071.  
  1072.          /*
  1073.           * Used to convert JSON to url encoded data for the POST requests
  1074.           */
  1075.          function convertJsonToUrlEncoded (data) {
  1076.            return Object.keys(data).map((key) => {
  1077.              return encodeURIComponent(key) + '=' + encodeURIComponent(data[key]);
  1078.            }).join('&')
  1079.          }
  1080.        </script>
  1081.    </body>
  1082. </html>
  1083.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda