| @@ -1,602 +1,41 @@ | ||
| 1 | 1 | <?php |
| 2 | -include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headView.php"; | |
| 3 | -include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headerView.php"; | |
| 4 | -wp_enqueue_script('__script-upgrade-js', TAGEMBED_PLUGIN_URL . '/assets/js/upgrade/tagembed.upgrade.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true); | |
| 2 | +if (!defined('ABSPATH')) : | |
| 3 | + exit; | |
| 4 | +endif; | |
| 5 | +include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headView.php'; | |
| 6 | +include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headerView.php'; | |
| 7 | +wp_enqueue_script('__tagembed__script-upgrade-js', TAGEMBED_PLUGIN_URL . '/assets/js/upgrade/tagembed.upgrade.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true); | |
| 5 | 8 | ?> |
| 6 | -<div class="__tagembed__sourcerow __tagembed__pricesection"> | |
| 7 | - <div class="__tagembed__tabheading"> | |
| 8 | - <h3>Plan Subscriptions</h3> | |
| 9 | - </div> | |
| 10 | - <div class="__tagembed__priceswitcher"> | |
| 11 | - <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a> | |
| 12 | - <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a> | |
| 13 | - </div> | |
| 14 | - <div class="__tagembed__fourplan" id="__tagembed__plan"></div> | |
| 15 | - <!--Start--All Feature Section --> | |
| 16 | - <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"> | |
| 17 | - <table cellspacing="0" cellpadding="0"> | |
| 18 | - <thead> | |
| 19 | - <tr> | |
| 20 | - <th>Features</th> | |
| 21 | - <th>Lite</th> | |
| 22 | - <th>Basic</th> | |
| 23 | - <th>Pro</th> | |
| 24 | - <th>Plus</th> | |
| 25 | - </tr> | |
| 26 | - </thead> | |
| 27 | - <tbody> | |
| 28 | - <tr> | |
| 29 | - <td> | |
| 30 | - <span class="tooltip"> | |
| 31 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 32 | - <span class="tooltiptext">No. of walls you can create</span> | |
| 33 | - </span> | |
| 34 | - Widget | |
| 35 | - </td> | |
| 36 | - <td>1</td> | |
| 37 | - <td>1</td> | |
| 38 | - <td>2</td> | |
| 39 | - <td>8</td> | |
| 40 | - </tr> | |
| 41 | - <tr> | |
| 42 | - <td> | |
| 43 | - <span class="tooltip"> | |
| 44 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 45 | - <span class="tooltiptext">No. of Hashtags/Handles etc. from facebook, twitter, instagram, vimeo, pinterest, tumblr, youtube, flickr etc</span> | |
| 46 | - </span> | |
| 47 | - Feeds | |
| 48 | - </td> | |
| 49 | - <td>1</td> | |
| 50 | - <td>2</td> | |
| 51 | - <td>4</td> | |
| 52 | - <td>16</td> | |
| 53 | - </tr> | |
| 54 | - <tr> | |
| 55 | - <td> | |
| 56 | - <span class="tooltip"> | |
| 57 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 58 | - <span class="tooltiptext">No. of times in a month for which you can access the embedded tagembed wall in your website</span> | |
| 59 | - </span> | |
| 60 | - Views | |
| 61 | - </td> | |
| 62 | - <td>2000/Month</td> | |
| 63 | - <td>10000/Month</td> | |
| 64 | - <td>100000/Month</td> | |
| 65 | - <td>Unlimited</td> | |
| 66 | - </tr> | |
| 67 | - <tr> | |
| 68 | - <td>Website</td> | |
| 69 | - <td>1</td> | |
| 70 | - <td>Unlimited</td> | |
| 71 | - <td>Unlimited</td> | |
| 72 | - <td>Unlimited</td> | |
| 73 | - </tr> | |
| 74 | - <tr> | |
| 75 | - <td> | |
| 76 | - <span class="tooltip"> | |
| 77 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 78 | - <span class="tooltiptext">No. of Collaborators you can add</span> | |
| 79 | - </span> | |
| 80 | - Collaborator | |
| 81 | - </td> | |
| 82 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 83 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 84 | - <td>1</td> | |
| 85 | - <td>3</td> | |
| 86 | - </tr> | |
| 87 | - <tr> | |
| 88 | - <td>Retained Posts</td> | |
| 89 | - <td>100/Widget</td> | |
| 90 | - <td>200/Widget</td> | |
| 91 | - <td>2000/Widget</td> | |
| 92 | - <td>10000/Widget</td> | |
| 93 | - </tr> | |
| 94 | - <tr> | |
| 95 | - <td> | |
| 96 | - <span class="tooltip"> | |
| 97 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 98 | - <span class="tooltiptext">Allows you to customize and personalize the look of your wall</span> | |
| 99 | - </span> | |
| 100 | - Custom CSS | |
| 101 | - </td> | |
| 102 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access"></td> | |
| 103 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access"></td> | |
| 104 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access"></td> | |
| 105 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access"></td> | |
| 106 | - </tr> | |
| 107 | - <tr> | |
| 108 | - <td> | |
| 109 | - <span class="tooltip"> | |
| 110 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 111 | - <span class="tooltiptext">The time after which your feeds will be refreshed on your wall</span> | |
| 112 | - </span> | |
| 113 | - Update Time | |
| 114 | - </td> | |
| 115 | - <td>24 Hours</td> | |
| 116 | - <td>2 Hours</td> | |
| 117 | - <td>30 Mins</td> | |
| 118 | - <td>15 Mins</td> | |
| 119 | - </tr> | |
| 120 | - <tr> | |
| 121 | - <td> | |
| 122 | - <span class="tooltip"> | |
| 123 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 124 | - <span class="tooltiptext">Our team will help you setup and run your social walls successfully to drive results</span> | |
| 125 | - </span> | |
| 126 | - Support | |
| 127 | - </td> | |
| 128 | - <td>Email</td> | |
| 129 | - <td>Basic</td> | |
| 130 | - <td>Pro</td> | |
| 131 | - <td>Dedicated</td> | |
| 132 | - </tr> | |
| 133 | - <tr> | |
| 134 | - <td> | |
| 135 | - <span class="tooltip"> | |
| 136 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 137 | - <span class="tooltiptext">Maximum number of platforms to be connected as a source</span> | |
| 138 | - </span> | |
| 139 | - Social Platforms | |
| 140 | - </td> | |
| 141 | - <td> | |
| 142 | - <ul class="platform__icons colored_social_icons"> | |
| 143 | - <li><i class="fab fa-twitter"></i></li> | |
| 144 | - <li><i class="fab fa-facebook"></i></li> | |
| 145 | - <li><i class="fab fa-instagram"></i></li> | |
| 146 | - <li><i title="TikTok" class="fab fa-tiktok"></i></li> | |
| 147 | - <li><i title="Airbnb" class="fab fa-airbnb"></i></li> | |
| 148 | - </ul> | |
| 149 | - </td> | |
| 150 | - <td> | |
| 151 | - <ul class="platform__icons colored_social_icons"> | |
| 152 | - <li><i class="fab fa-twitter"></i></li> | |
| 153 | - <li><i class="fab fa-instagram"></i></li> | |
| 154 | - <li><i class="fab fa-facebook"></i></li> | |
| 155 | - <li><i class="fab fa-google"></i></li> | |
| 156 | - <li><i title="Linkedin" class="fa fa-linkedin" aria-hidden="true"></i></li> | |
| 157 | - <li><i title="Rss" class="fa fa-rss" aria-hidden="true"></i></li> | |
| 158 | - <li><i title="Youtube" class="fa fa-youtube-play" aria-hidden="true"></i></li> | |
| 159 | - <li> | |
| 160 | - <i title="Vimeo" class="svg__ svg-vimeo"> | |
| 161 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 162 | - <g id="Group_996" data-name="Group 996" transform="translate(7800 3610)"> | |
| 163 | - <rect id="Rectangle_308" data-name="Rectangle 308" width="42" height="42" rx="21" transform="translate(-7800 -3610)" fill="#1eb8eb"></rect> | |
| 164 | - <path id="Path_970" data-name="Path 970" d="M681.622,449.176c-2.721-.1-4.63,1.456-5.587,4.661a3.971,3.971,0,0,1,1.461-.34c1.029,0,1.456.581,1.307,1.7a7.156,7.156,0,0,1-1.307,2.963c-.823,1.26-1.461,1.945-1.847,1.945-.514,0-1.029-1.029-1.456-3.015-.149-.581-.437-2.084-.777-4.512-.34-2.238-1.312-3.3-2.819-3.159a6.1,6.1,0,0,0-2.912,1.8c-.921.875-1.893,1.7-2.865,2.572l.926,1.214a5.33,5.33,0,0,1,1.543-.926c.679,0,1.307,1.07,1.893,3.2q.792,2.917,1.6,5.829,1.168,3.2,2.912,3.2,2.77,0,6.8-5.247c2.572-3.349,3.93-5.973,4.028-7.912C684.631,450.534,683.659,449.222,681.622,449.176Z" transform="translate(-8453.552 -4046.879)" fill="#fff"></path> | |
| 165 | - </g> | |
| 166 | - </svg> | |
| 167 | - </i> | |
| 168 | - </li> | |
| 169 | - <li> | |
| 170 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 171 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 172 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 173 | - <path id="Path_1618" data-name="Path 1618" d="M20.058,40.116h0A20.065,20.065,0,0,0,40.116,20.058h0A20.065,20.065,0,0,0,20.058,0h0A20.065,20.065,0,0,0,0,20.058H0A20.065,20.065,0,0,0,20.058,40.116Z" transform="translate(-0.054 -0.054)" fill="#4767ab"></path> | |
| 174 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 175 | - <path id="Path_1619" data-name="Path 1619" d="M45.052,33.684c-.8,5.817-3.691,5.737-3.691,5.737s-1.6.4-2.768-3.33l-.762-1.966-.8,2.086c-.2.481-1.043,4.694-3.931,2.768-.722-.481-1.083-1.765-1.845-3.57-1-2.327-1.926-4.894-1.926-4.894h2.928L34.3,35.489s.6-1.444.762-1.926c1.6-4.694,3.931-3.57,4.854-1.845a16.374,16.374,0,0,1,.883,2.247c.361,1,.722,1.926.722,1.926a7.491,7.491,0,0,0,.722-1.926,7.607,7.607,0,0,0-.562-4.653c-1.163-2.046-4.533-5.015-9.909-2.567,0,0-7.3,3.971-2.808,11.794a7.824,7.824,0,0,0,8.946,3.129v2.888a11.171,11.171,0,0,1-13-8.3A10.787,10.787,0,0,1,30.009,24.7c7.06-4.333,16.247.562,15.043,8.986" transform="translate(-14.859 -13.881)" fill="#fff"></path> | |
| 176 | - </g> | |
| 177 | - </svg> | |
| 178 | - </i> | |
| 179 | - </li> | |
| 180 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 181 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 182 | - <li> | |
| 183 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 184 | - <svg style="border: 1px solid #ccc; border-radius: 3px; background-color: #f7f7f7;" width="20" height="20" xmlns="http://www.w3.org/2000/svg" aria-label="Flickr" role="img" viewBox="0 0 512 512"> | |
| 185 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 186 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 187 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 188 | - </svg> | |
| 189 | - </i> | |
| 190 | - </li> | |
| 191 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 192 | - <li> | |
| 193 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 194 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 195 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 196 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 197 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 198 | - <path id="Path_1021" data-name="Path 1021" d="M25.208,39.328a1.079,1.079,0,0,1-.7-.293l-7.43-7.43a.708.708,0,0,1,0-.936,7.759,7.759,0,0,0,1.755-3.276l.059-.293,11.76,3.218-.059.293a19.964,19.964,0,0,1-4.68,8.425A1.079,1.079,0,0,1,25.208,39.328ZM19.3,27.861a8.8,8.8,0,0,1-1.814,3.218v.176l7.372,7.372a.459.459,0,0,0,.644,0,19.238,19.238,0,0,0,4.446-7.9Z" transform="translate(-7760.069 -3528.271)" fill="#fff"></path> | |
| 199 | - <path id="Back_Plate_1_" d="M1.47,12.3H13a1.174,1.174,0,0,1,1.17,1.17V25.113A1.174,1.174,0,0,1,13,26.283H1.47A1.174,1.174,0,0,1,.3,25.113V13.47A1.213,1.213,0,0,1,1.47,12.3Z" transform="translate(-7753.182 -3522.13)" fill="#fff"></path> | |
| 200 | - <path id="Path_1022" data-name="Path 1022" d="M9.484,20.4a1.859,1.859,0,0,1,.176.527h0l.176-.527,1.814-3.335a.812.812,0,0,1,.7-.41h0a.774.774,0,0,1,.761.761,1.085,1.085,0,0,1-.117.41L10.654,22.1a.846.846,0,0,0-.117.41v2.106a.774.774,0,0,1-.761.761H9.6a.774.774,0,0,1-.761-.761h0V22.509a1.085,1.085,0,0,0-.117-.41l-2.4-4.329a.767.767,0,0,1,.293-1.053.846.846,0,0,1,.41-.117h.117a.812.812,0,0,1,.7.41Z" transform="translate(-7755.637 -3523.914)" fill="#0078d4"></path> | |
| 201 | - <path id="Path_1023" data-name="Path 1023" d="M35.487,14.544h0a.906.906,0,0,0-.468-.644,1.17,1.17,0,0,0-.761-.117L20.1,17.528l.059.293a9.241,9.241,0,0,1,.059,3.8l.585.176a8.349,8.349,0,0,0,0-3.8l13.632-3.627a.436.436,0,0,1,.527.293A22.371,22.371,0,0,1,34.9,25.075c0,.117-.117.176-.176.234a.742.742,0,0,1-.351.059l-2.953-.727.145.083.218.129v.456l2.473.7a1,1,0,0,0,.819-.117.846.846,0,0,0,.41-.585A24.749,24.749,0,0,0,35.487,14.544Z" transform="translate(-7761.397 -3522.736)" fill="#fff"></path> | |
| 202 | - <path id="Path_1024" data-name="Path 1024" d="M18.788,12.283l-.059-.293.527-.117a9.529,9.529,0,0,0-1.872-3.218h0V8.6l7.43-7.547a.459.459,0,0,1,.644,0A20.148,20.148,0,0,1,29.9,9.007l.527-.176A19.851,19.851,0,0,0,25.808.582a1.024,1.024,0,0,0-1.463,0L16.974,8.129l-.117.117a.622.622,0,0,0,.117.7,9.611,9.611,0,0,1,1.814,3.335Z" transform="translate(-7760.026 -3517.14)" fill="#fff"></path> | |
| 203 | - </g> | |
| 204 | - </g> | |
| 205 | - </svg> | |
| 206 | - </i> | |
| 207 | - </li> | |
| 208 | - <li> | |
| 209 | - <i title="Slack" class="svg__ svg-slack"> | |
| 210 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" enable-background="new 0 0 2447.6 2452.5" viewBox="0 0 2447.6 2452.5"> | |
| 211 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 212 | - <path d="m897.4 0c-135.3.1-244.8 109.9-244.7 245.2-.1 135.3 109.5 245.1 244.8 245.2h244.8v-245.1c.1-135.3-109.5-245.1-244.9-245.3.1 0 .1 0 0 0m0 654h-652.6c-135.3.1-244.9 109.9-244.8 245.2-.2 135.3 109.4 245.1 244.7 245.3h652.7c135.3-.1 244.9-109.9 244.8-245.2.1-135.4-109.5-245.2-244.8-245.3z" fill="#36c5f0"></path> | |
| 213 | - <path d="m2447.6 899.2c.1-135.3-109.5-245.1-244.8-245.2-135.3.1-244.9 109.9-244.8 245.2v245.3h244.8c135.3-.1 244.9-109.9 244.8-245.3zm-652.7 0v-654c.1-135.2-109.4-245-244.7-245.2-135.3.1-244.9 109.9-244.8 245.2v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.3z" fill="#2eb67d"></path> | |
| 214 | - <path d="m1550.1 2452.5c135.3-.1 244.9-109.9 244.8-245.2.1-135.3-109.5-245.1-244.8-245.2h-244.8v245.2c-.1 135.2 109.5 245 244.8 245.2zm0-654.1h652.7c135.3-.1 244.9-109.9 244.8-245.2.2-135.3-109.4-245.1-244.7-245.3h-652.7c-135.3.1-244.9 109.9-244.8 245.2-.1 135.4 109.4 245.2 244.7 245.3z" fill="#ecb22e"></path> | |
| 215 | - <path d="m0 1553.2c-.1 135.3 109.5 245.1 244.8 245.2 135.3-.1 244.9-109.9 244.8-245.2v-245.2h-244.8c-135.3.1-244.9 109.9-244.8 245.2zm652.7 0v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.2v-653.9c.2-135.3-109.4-245.1-244.7-245.3-135.4 0-244.9 109.8-244.8 245.1 0 0 0 .1 0 0" fill="#e01e5a"></path> | |
| 216 | - </g> | |
| 217 | - </svg> | |
| 218 | - </i> | |
| 219 | - </li> | |
| 220 | - <li> | |
| 221 | - <i title="Airbnb" class="svg__ svg-airbnb"> | |
| 222 | - <svg width="256px" height="276px" viewBox="0 0 256 276" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"> | |
| 223 | - <g> | |
| 224 | - <path d="M238.04054,223.122821 C236.10911,237.466648 226.457473,249.879044 212.942976,255.395053 C206.322113,258.150302 199.152955,258.979632 191.981042,258.150302 C185.087409,257.323727 178.19102,255.116773 171.021862,250.983899 C161.091945,245.46238 151.162028,236.915598 139.578961,224.227676 C157.782891,201.888117 168.812153,181.477232 172.950537,163.278812 C174.881966,154.726519 175.157491,147.003556 174.330917,139.831643 C173.228817,132.93801 170.746338,126.592672 166.883478,121.076663 C158.333941,108.667021 143.99287,101.495108 127.995894,101.495108 C111.998918,101.495108 97.6578467,108.942546 89.108309,121.076663 C85.2454499,126.592672 82.7657258,132.93801 81.6608709,139.831643 C80.5587713,147.003556 80.8342962,155.002044 83.0412507,163.278812 C87.1768794,181.477232 98.4844214,202.163642 116.412827,224.500446 C105.105285,237.191123 94.8998425,245.74066 84.969925,251.256669 C77.800767,255.395053 70.9043787,257.602007 64.0107457,258.425827 C56.5633076,259.255157 49.3913943,258.150302 43.0488111,255.670578 C29.5343146,250.154569 19.8826773,237.739417 17.9512477,223.398346 C17.124673,216.504713 17.6757228,209.61108 20.4337271,201.888117 C21.2603018,199.127357 22.6406816,196.374864 24.0183061,193.063054 C25.9497357,188.651901 28.1566901,183.959712 30.3608893,179.270278 L30.6391695,178.721983 C49.6669192,137.624689 70.077804,95.7035748 91.3152635,54.8873158 L92.1418382,53.2286559 C94.3487927,49.0957823 96.5529919,44.6846287 98.7627016,40.5462446 C100.966901,36.1323357 103.44938,31.9939517 106.482909,28.4066174 C112.274443,21.785754 119.997406,18.201175 128.546944,18.201175 C137.096481,18.201175 144.819444,21.785754 150.610978,28.4066174 C153.644507,31.9939517 156.126986,36.1323357 158.333941,40.5462446 C160.540895,44.6846287 162.745094,49.0957823 164.952049,53.2286559 L165.781379,54.8873158 C186.740558,95.9790997 207.151443,137.900214 226.181948,178.997508 L226.181948,179.270278 C228.388902,183.684187 230.317577,188.651901 232.524531,193.063054 C233.904911,196.374864 235.282535,199.127357 236.10911,201.888117 C238.316065,209.057275 239.142639,215.956418 238.04054,223.122821 L238.04054,223.122821 Z M127.995894,210.159374 C113.103773,191.40715 103.44938,173.754269 100.140326,158.864903 C98.7627016,152.519565 98.4844214,147.003556 99.3137514,142.038598 C99.8648012,137.624689 101.520706,133.76183 103.724905,130.45002 C108.965389,123.010848 117.790451,118.313148 127.995894,118.313148 C138.201336,118.313148 147.301924,122.729812 152.266882,130.45002 C154.471082,133.76183 156.126986,137.624689 156.678036,142.038598 C157.504611,147.003556 157.229086,152.79509 155.851461,158.864903 C152.542407,173.481499 142.888015,191.131625 127.995894,210.159374 L127.995894,210.159374 Z M252.381611,195.818303 C251.003986,192.509249 249.623607,188.92467 248.245982,185.891141 C246.039028,180.928938 243.832073,176.236749 241.900644,171.82284 L241.625119,171.55007 C222.597369,130.177251 202.186484,88.2561367 180.6735,46.8915831 L179.846925,45.2329232 C177.639971,41.0945392 175.433016,36.6806302 173.228817,32.2694766 C170.468057,27.3017626 167.710053,22.0667894 163.298899,17.0990754 C154.471082,6.06705835 141.785915,0 128.271419,0 C114.481397,0 102.071756,6.06705835 92.9684129,16.5507809 C88.8327841,21.5129844 85.7992549,26.753468 83.0412507,31.721182 C80.8342962,36.1323357 78.6273417,40.5462446 76.4203873,44.6846287 L75.5938126,46.3350228 C54.3591083,87.7050869 33.6726987,129.628956 14.6421937,170.99902 L14.3666688,171.55007 C12.4352392,175.961224 10.2282847,180.647902 8.02133027,185.615616 C6.64370576,188.651901 5.263326,191.960955 3.88570148,195.545534 C0.298367256,205.748221 -0.803732353,215.402613 0.573892159,225.329776 C3.61017658,246.016185 17.4001979,263.393541 36.4307029,271.113749 C43.5998609,274.150033 51.047299,275.527658 58.770262,275.527658 C60.9772165,275.527658 63.7352208,275.252133 65.9421752,274.973852 C75.0427628,273.868998 84.4188752,270.840979 93.5194627,265.59774 C104.82976,259.255157 115.586252,250.154569 127.720369,236.915598 C139.854486,250.154569 150.886503,259.255157 161.91852,265.59774 C171.021862,270.840979 180.397975,273.868998 189.498562,274.973852 C191.705517,275.252133 194.463521,275.527658 196.670476,275.527658 C204.393439,275.527658 212.113646,274.150033 219.010035,271.113749 C238.316065,263.393541 251.830561,245.74066 254.86409,225.329776 C257.071045,215.675383 255.96619,206.026501 252.381611,195.818303 L252.381611,195.818303 Z" fill="#E0565B"></path> | |
| 225 | - </g> | |
| 226 | - </svg> | |
| 227 | - </i> | |
| 228 | - </li> | |
| 229 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 230 | - <li> | |
| 231 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 232 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 233 | - <g fill="none" fill-rule="evenodd"> | |
| 234 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 235 | - <g fill-rule="nonzero"> | |
| 236 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 237 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 238 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 239 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 240 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 241 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 242 | - </g> | |
| 243 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 244 | - </g> | |
| 245 | - </svg> | |
| 246 | - </i> | |
| 247 | - </li> | |
| 248 | - <li> | |
| 249 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 250 | - <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 73.3 73.3" style="enable-background:new 0 0 73.3 73.3; width:18px;" xml:space="preserve"> | |
| 251 | - <style type="text/css">.st0{fill:#EFEFEF;}.st1{fill:#FF9D28;}.st2{fill:#68C5ED;}.st3{fill:#044D80;}.st4{fill:#E54747;}</style> | |
| 252 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 253 | - <g> | |
| 254 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 255 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 256 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 257 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 258 | - </g> | |
| 259 | - </svg> | |
| 260 | - </i> | |
| 261 | - </li> | |
| 262 | - </ul> | |
| 263 | - </td> | |
| 264 | - <td> | |
| 265 | - <ul class="platform__icons colored_social_icons"> | |
| 266 | - <li><i class="fab fa-twitter"></i></li> | |
| 267 | - <li><i class="fab fa-instagram"></i></li> | |
| 268 | - <li><i class="fab fa-facebook"></i></li> | |
| 269 | - <li><i class="fab fa-google"></i></li> | |
| 270 | - <li><i title="Linkedin" class="fa fa-linkedin" aria-hidden="true"></i></li> | |
| 271 | - <li><i title="Rss" class="fa fa-rss" aria-hidden="true"></i></li> | |
| 272 | - <li><i title="Youtube" class="fa fa-youtube-play" aria-hidden="true"></i></li> | |
| 273 | - <li> | |
| 274 | - <i title="Vimeo" class="svg__ svg-vimeo"> | |
| 275 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 276 | - <g id="Group_996" data-name="Group 996" transform="translate(7800 3610)"> | |
| 277 | - <rect id="Rectangle_308" data-name="Rectangle 308" width="42" height="42" rx="21" transform="translate(-7800 -3610)" fill="#1eb8eb"></rect> | |
| 278 | - <path id="Path_970" data-name="Path 970" d="M681.622,449.176c-2.721-.1-4.63,1.456-5.587,4.661a3.971,3.971,0,0,1,1.461-.34c1.029,0,1.456.581,1.307,1.7a7.156,7.156,0,0,1-1.307,2.963c-.823,1.26-1.461,1.945-1.847,1.945-.514,0-1.029-1.029-1.456-3.015-.149-.581-.437-2.084-.777-4.512-.34-2.238-1.312-3.3-2.819-3.159a6.1,6.1,0,0,0-2.912,1.8c-.921.875-1.893,1.7-2.865,2.572l.926,1.214a5.33,5.33,0,0,1,1.543-.926c.679,0,1.307,1.07,1.893,3.2q.792,2.917,1.6,5.829,1.168,3.2,2.912,3.2,2.77,0,6.8-5.247c2.572-3.349,3.93-5.973,4.028-7.912C684.631,450.534,683.659,449.222,681.622,449.176Z" transform="translate(-8453.552 -4046.879)" fill="#fff"></path> | |
| 279 | - </g> | |
| 280 | - </svg> | |
| 281 | - </i> | |
| 282 | - </li> | |
| 283 | - <li> | |
| 284 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 285 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 286 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 287 | - <path id="Path_1618" data-name="Path 1618" d="M20.058,40.116h0A20.065,20.065,0,0,0,40.116,20.058h0A20.065,20.065,0,0,0,20.058,0h0A20.065,20.065,0,0,0,0,20.058H0A20.065,20.065,0,0,0,20.058,40.116Z" transform="translate(-0.054 -0.054)" fill="#4767ab"></path> | |
| 288 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 289 | - <path id="Path_1619" data-name="Path 1619" d="M45.052,33.684c-.8,5.817-3.691,5.737-3.691,5.737s-1.6.4-2.768-3.33l-.762-1.966-.8,2.086c-.2.481-1.043,4.694-3.931,2.768-.722-.481-1.083-1.765-1.845-3.57-1-2.327-1.926-4.894-1.926-4.894h2.928L34.3,35.489s.6-1.444.762-1.926c1.6-4.694,3.931-3.57,4.854-1.845a16.374,16.374,0,0,1,.883,2.247c.361,1,.722,1.926.722,1.926a7.491,7.491,0,0,0,.722-1.926,7.607,7.607,0,0,0-.562-4.653c-1.163-2.046-4.533-5.015-9.909-2.567,0,0-7.3,3.971-2.808,11.794a7.824,7.824,0,0,0,8.946,3.129v2.888a11.171,11.171,0,0,1-13-8.3A10.787,10.787,0,0,1,30.009,24.7c7.06-4.333,16.247.562,15.043,8.986" transform="translate(-14.859 -13.881)" fill="#fff"></path> | |
| 290 | - </g> | |
| 291 | - </svg> | |
| 292 | - </i> | |
| 293 | - </li> | |
| 294 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 295 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 296 | - <li> | |
| 297 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 298 | - <svg style="border: 1px solid #ccc; border-radius: 3px; background-color: #f7f7f7;" width="20" height="20" xmlns="http://www.w3.org/2000/svg" aria-label="Flickr" role="img" viewBox="0 0 512 512"> | |
| 299 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 300 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 301 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 302 | - </svg> | |
| 303 | - </i> | |
| 304 | - </li> | |
| 305 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 306 | - <li> | |
| 307 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 308 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 309 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 310 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 311 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 312 | - <path id="Path_1021" data-name="Path 1021" d="M25.208,39.328a1.079,1.079,0,0,1-.7-.293l-7.43-7.43a.708.708,0,0,1,0-.936,7.759,7.759,0,0,0,1.755-3.276l.059-.293,11.76,3.218-.059.293a19.964,19.964,0,0,1-4.68,8.425A1.079,1.079,0,0,1,25.208,39.328ZM19.3,27.861a8.8,8.8,0,0,1-1.814,3.218v.176l7.372,7.372a.459.459,0,0,0,.644,0,19.238,19.238,0,0,0,4.446-7.9Z" transform="translate(-7760.069 -3528.271)" fill="#fff"></path> | |
| 313 | - <path id="Back_Plate_1_" d="M1.47,12.3H13a1.174,1.174,0,0,1,1.17,1.17V25.113A1.174,1.174,0,0,1,13,26.283H1.47A1.174,1.174,0,0,1,.3,25.113V13.47A1.213,1.213,0,0,1,1.47,12.3Z" transform="translate(-7753.182 -3522.13)" fill="#fff"></path> | |
| 314 | - <path id="Path_1022" data-name="Path 1022" d="M9.484,20.4a1.859,1.859,0,0,1,.176.527h0l.176-.527,1.814-3.335a.812.812,0,0,1,.7-.41h0a.774.774,0,0,1,.761.761,1.085,1.085,0,0,1-.117.41L10.654,22.1a.846.846,0,0,0-.117.41v2.106a.774.774,0,0,1-.761.761H9.6a.774.774,0,0,1-.761-.761h0V22.509a1.085,1.085,0,0,0-.117-.41l-2.4-4.329a.767.767,0,0,1,.293-1.053.846.846,0,0,1,.41-.117h.117a.812.812,0,0,1,.7.41Z" transform="translate(-7755.637 -3523.914)" fill="#0078d4"></path> | |
| 315 | - <path id="Path_1023" data-name="Path 1023" d="M35.487,14.544h0a.906.906,0,0,0-.468-.644,1.17,1.17,0,0,0-.761-.117L20.1,17.528l.059.293a9.241,9.241,0,0,1,.059,3.8l.585.176a8.349,8.349,0,0,0,0-3.8l13.632-3.627a.436.436,0,0,1,.527.293A22.371,22.371,0,0,1,34.9,25.075c0,.117-.117.176-.176.234a.742.742,0,0,1-.351.059l-2.953-.727.145.083.218.129v.456l2.473.7a1,1,0,0,0,.819-.117.846.846,0,0,0,.41-.585A24.749,24.749,0,0,0,35.487,14.544Z" transform="translate(-7761.397 -3522.736)" fill="#fff"></path> | |
| 316 | - <path id="Path_1024" data-name="Path 1024" d="M18.788,12.283l-.059-.293.527-.117a9.529,9.529,0,0,0-1.872-3.218h0V8.6l7.43-7.547a.459.459,0,0,1,.644,0A20.148,20.148,0,0,1,29.9,9.007l.527-.176A19.851,19.851,0,0,0,25.808.582a1.024,1.024,0,0,0-1.463,0L16.974,8.129l-.117.117a.622.622,0,0,0,.117.7,9.611,9.611,0,0,1,1.814,3.335Z" transform="translate(-7760.026 -3517.14)" fill="#fff"></path> | |
| 317 | - </g> | |
| 318 | - </g> | |
| 319 | - </svg> | |
| 320 | - </i> | |
| 321 | - </li> | |
| 322 | - <li> | |
| 323 | - <i title="Slack" class="svg__ svg-slack"> | |
| 324 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" enable-background="new 0 0 2447.6 2452.5" viewBox="0 0 2447.6 2452.5"> | |
| 325 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 326 | - <path d="m897.4 0c-135.3.1-244.8 109.9-244.7 245.2-.1 135.3 109.5 245.1 244.8 245.2h244.8v-245.1c.1-135.3-109.5-245.1-244.9-245.3.1 0 .1 0 0 0m0 654h-652.6c-135.3.1-244.9 109.9-244.8 245.2-.2 135.3 109.4 245.1 244.7 245.3h652.7c135.3-.1 244.9-109.9 244.8-245.2.1-135.4-109.5-245.2-244.8-245.3z" fill="#36c5f0"></path> | |
| 327 | - <path d="m2447.6 899.2c.1-135.3-109.5-245.1-244.8-245.2-135.3.1-244.9 109.9-244.8 245.2v245.3h244.8c135.3-.1 244.9-109.9 244.8-245.3zm-652.7 0v-654c.1-135.2-109.4-245-244.7-245.2-135.3.1-244.9 109.9-244.8 245.2v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.3z" fill="#2eb67d"></path> | |
| 328 | - <path d="m1550.1 2452.5c135.3-.1 244.9-109.9 244.8-245.2.1-135.3-109.5-245.1-244.8-245.2h-244.8v245.2c-.1 135.2 109.5 245 244.8 245.2zm0-654.1h652.7c135.3-.1 244.9-109.9 244.8-245.2.2-135.3-109.4-245.1-244.7-245.3h-652.7c-135.3.1-244.9 109.9-244.8 245.2-.1 135.4 109.4 245.2 244.7 245.3z" fill="#ecb22e"></path> | |
| 329 | - <path d="m0 1553.2c-.1 135.3 109.5 245.1 244.8 245.2 135.3-.1 244.9-109.9 244.8-245.2v-245.2h-244.8c-135.3.1-244.9 109.9-244.8 245.2zm652.7 0v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.2v-653.9c.2-135.3-109.4-245.1-244.7-245.3-135.4 0-244.9 109.8-244.8 245.1 0 0 0 .1 0 0" fill="#e01e5a"></path> | |
| 330 | - </g> | |
| 331 | - </svg> | |
| 332 | - </i> | |
| 333 | - </li> | |
| 334 | - <li> | |
| 335 | - <i title="Airbnb" class="svg__ svg-airbnb"> | |
| 336 | - <svg width="256px" height="276px" viewBox="0 0 256 276" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"> | |
| 337 | - <g> | |
| 338 | - <path d="M238.04054,223.122821 C236.10911,237.466648 226.457473,249.879044 212.942976,255.395053 C206.322113,258.150302 199.152955,258.979632 191.981042,258.150302 C185.087409,257.323727 178.19102,255.116773 171.021862,250.983899 C161.091945,245.46238 151.162028,236.915598 139.578961,224.227676 C157.782891,201.888117 168.812153,181.477232 172.950537,163.278812 C174.881966,154.726519 175.157491,147.003556 174.330917,139.831643 C173.228817,132.93801 170.746338,126.592672 166.883478,121.076663 C158.333941,108.667021 143.99287,101.495108 127.995894,101.495108 C111.998918,101.495108 97.6578467,108.942546 89.108309,121.076663 C85.2454499,126.592672 82.7657258,132.93801 81.6608709,139.831643 C80.5587713,147.003556 80.8342962,155.002044 83.0412507,163.278812 C87.1768794,181.477232 98.4844214,202.163642 116.412827,224.500446 C105.105285,237.191123 94.8998425,245.74066 84.969925,251.256669 C77.800767,255.395053 70.9043787,257.602007 64.0107457,258.425827 C56.5633076,259.255157 49.3913943,258.150302 43.0488111,255.670578 C29.5343146,250.154569 19.8826773,237.739417 17.9512477,223.398346 C17.124673,216.504713 17.6757228,209.61108 20.4337271,201.888117 C21.2603018,199.127357 22.6406816,196.374864 24.0183061,193.063054 C25.9497357,188.651901 28.1566901,183.959712 30.3608893,179.270278 L30.6391695,178.721983 C49.6669192,137.624689 70.077804,95.7035748 91.3152635,54.8873158 L92.1418382,53.2286559 C94.3487927,49.0957823 96.5529919,44.6846287 98.7627016,40.5462446 C100.966901,36.1323357 103.44938,31.9939517 106.482909,28.4066174 C112.274443,21.785754 119.997406,18.201175 128.546944,18.201175 C137.096481,18.201175 144.819444,21.785754 150.610978,28.4066174 C153.644507,31.9939517 156.126986,36.1323357 158.333941,40.5462446 C160.540895,44.6846287 162.745094,49.0957823 164.952049,53.2286559 L165.781379,54.8873158 C186.740558,95.9790997 207.151443,137.900214 226.181948,178.997508 L226.181948,179.270278 C228.388902,183.684187 230.317577,188.651901 232.524531,193.063054 C233.904911,196.374864 235.282535,199.127357 236.10911,201.888117 C238.316065,209.057275 239.142639,215.956418 238.04054,223.122821 L238.04054,223.122821 Z M127.995894,210.159374 C113.103773,191.40715 103.44938,173.754269 100.140326,158.864903 C98.7627016,152.519565 98.4844214,147.003556 99.3137514,142.038598 C99.8648012,137.624689 101.520706,133.76183 103.724905,130.45002 C108.965389,123.010848 117.790451,118.313148 127.995894,118.313148 C138.201336,118.313148 147.301924,122.729812 152.266882,130.45002 C154.471082,133.76183 156.126986,137.624689 156.678036,142.038598 C157.504611,147.003556 157.229086,152.79509 155.851461,158.864903 C152.542407,173.481499 142.888015,191.131625 127.995894,210.159374 L127.995894,210.159374 Z M252.381611,195.818303 C251.003986,192.509249 249.623607,188.92467 248.245982,185.891141 C246.039028,180.928938 243.832073,176.236749 241.900644,171.82284 L241.625119,171.55007 C222.597369,130.177251 202.186484,88.2561367 180.6735,46.8915831 L179.846925,45.2329232 C177.639971,41.0945392 175.433016,36.6806302 173.228817,32.2694766 C170.468057,27.3017626 167.710053,22.0667894 163.298899,17.0990754 C154.471082,6.06705835 141.785915,0 128.271419,0 C114.481397,0 102.071756,6.06705835 92.9684129,16.5507809 C88.8327841,21.5129844 85.7992549,26.753468 83.0412507,31.721182 C80.8342962,36.1323357 78.6273417,40.5462446 76.4203873,44.6846287 L75.5938126,46.3350228 C54.3591083,87.7050869 33.6726987,129.628956 14.6421937,170.99902 L14.3666688,171.55007 C12.4352392,175.961224 10.2282847,180.647902 8.02133027,185.615616 C6.64370576,188.651901 5.263326,191.960955 3.88570148,195.545534 C0.298367256,205.748221 -0.803732353,215.402613 0.573892159,225.329776 C3.61017658,246.016185 17.4001979,263.393541 36.4307029,271.113749 C43.5998609,274.150033 51.047299,275.527658 58.770262,275.527658 C60.9772165,275.527658 63.7352208,275.252133 65.9421752,274.973852 C75.0427628,273.868998 84.4188752,270.840979 93.5194627,265.59774 C104.82976,259.255157 115.586252,250.154569 127.720369,236.915598 C139.854486,250.154569 150.886503,259.255157 161.91852,265.59774 C171.021862,270.840979 180.397975,273.868998 189.498562,274.973852 C191.705517,275.252133 194.463521,275.527658 196.670476,275.527658 C204.393439,275.527658 212.113646,274.150033 219.010035,271.113749 C238.316065,263.393541 251.830561,245.74066 254.86409,225.329776 C257.071045,215.675383 255.96619,206.026501 252.381611,195.818303 L252.381611,195.818303 Z" fill="#E0565B"></path> | |
| 339 | - </g> | |
| 340 | - </svg> | |
| 341 | - </i> | |
| 342 | - </li> | |
| 343 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 344 | - <li> | |
| 345 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 346 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 347 | - <g fill="none" fill-rule="evenodd"> | |
| 348 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 349 | - <g fill-rule="nonzero"> | |
| 350 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 351 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 352 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 353 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 354 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 355 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 356 | - </g> | |
| 357 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 358 | - </g> | |
| 359 | - </svg> | |
| 360 | - </i> | |
| 361 | - </li> | |
| 362 | - <li> | |
| 363 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 364 | - <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 73.3 73.3" style="enable-background:new 0 0 73.3 73.3; width:18px;" xml:space="preserve"> | |
| 365 | - <style type="text/css">.st0{fill:#EFEFEF;}.st1{fill:#FF9D28;}.st2{fill:#68C5ED;}.st3{fill:#044D80;}.st4{fill:#E54747;}</style> | |
| 366 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 367 | - <g> | |
| 368 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 369 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 370 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 371 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 372 | - </g> | |
| 373 | - </svg> | |
| 374 | - </i> | |
| 375 | - </li> | |
| 376 | - </ul> | |
| 377 | - </td> | |
| 378 | - <td> | |
| 379 | - <ul class="platform__icons colored_social_icons"> | |
| 380 | - <li><i class="fab fa-twitter"></i></li> | |
| 381 | - <li><i class="fab fa-instagram"></i></li> | |
| 382 | - <li><i class="fab fa-facebook"></i></li> | |
| 383 | - <li><i class="fab fa-google"></i></li> | |
| 384 | - <li><i title="Linkedin" class="fa fa-linkedin" aria-hidden="true"></i></li> | |
| 385 | - <li><i title="Rss" class="fa fa-rss" aria-hidden="true"></i></li> | |
| 386 | - <li><i title="Youtube" class="fa fa-youtube-play" aria-hidden="true"></i></li> | |
| 387 | - <li> | |
| 388 | - <i title="Vimeo" class="svg__ svg-vimeo"> | |
| 389 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 390 | - <g id="Group_996" data-name="Group 996" transform="translate(7800 3610)"> | |
| 391 | - <rect id="Rectangle_308" data-name="Rectangle 308" width="42" height="42" rx="21" transform="translate(-7800 -3610)" fill="#1eb8eb"></rect> | |
| 392 | - <path id="Path_970" data-name="Path 970" d="M681.622,449.176c-2.721-.1-4.63,1.456-5.587,4.661a3.971,3.971,0,0,1,1.461-.34c1.029,0,1.456.581,1.307,1.7a7.156,7.156,0,0,1-1.307,2.963c-.823,1.26-1.461,1.945-1.847,1.945-.514,0-1.029-1.029-1.456-3.015-.149-.581-.437-2.084-.777-4.512-.34-2.238-1.312-3.3-2.819-3.159a6.1,6.1,0,0,0-2.912,1.8c-.921.875-1.893,1.7-2.865,2.572l.926,1.214a5.33,5.33,0,0,1,1.543-.926c.679,0,1.307,1.07,1.893,3.2q.792,2.917,1.6,5.829,1.168,3.2,2.912,3.2,2.77,0,6.8-5.247c2.572-3.349,3.93-5.973,4.028-7.912C684.631,450.534,683.659,449.222,681.622,449.176Z" transform="translate(-8453.552 -4046.879)" fill="#fff"></path> | |
| 393 | - </g> | |
| 394 | - </svg> | |
| 395 | - </i> | |
| 396 | - </li> | |
| 397 | - <li> | |
| 398 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 399 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 400 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 401 | - <path id="Path_1618" data-name="Path 1618" d="M20.058,40.116h0A20.065,20.065,0,0,0,40.116,20.058h0A20.065,20.065,0,0,0,20.058,0h0A20.065,20.065,0,0,0,0,20.058H0A20.065,20.065,0,0,0,20.058,40.116Z" transform="translate(-0.054 -0.054)" fill="#4767ab"></path> | |
| 402 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 403 | - <path id="Path_1619" data-name="Path 1619" d="M45.052,33.684c-.8,5.817-3.691,5.737-3.691,5.737s-1.6.4-2.768-3.33l-.762-1.966-.8,2.086c-.2.481-1.043,4.694-3.931,2.768-.722-.481-1.083-1.765-1.845-3.57-1-2.327-1.926-4.894-1.926-4.894h2.928L34.3,35.489s.6-1.444.762-1.926c1.6-4.694,3.931-3.57,4.854-1.845a16.374,16.374,0,0,1,.883,2.247c.361,1,.722,1.926.722,1.926a7.491,7.491,0,0,0,.722-1.926,7.607,7.607,0,0,0-.562-4.653c-1.163-2.046-4.533-5.015-9.909-2.567,0,0-7.3,3.971-2.808,11.794a7.824,7.824,0,0,0,8.946,3.129v2.888a11.171,11.171,0,0,1-13-8.3A10.787,10.787,0,0,1,30.009,24.7c7.06-4.333,16.247.562,15.043,8.986" transform="translate(-14.859 -13.881)" fill="#fff"></path> | |
| 404 | - </g> | |
| 405 | - </svg> | |
| 406 | - </i> | |
| 407 | - </li> | |
| 408 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 409 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 410 | - <li> | |
| 411 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 412 | - <svg style="border: 1px solid #ccc; border-radius: 3px; background-color: #f7f7f7;" width="20" height="20" xmlns="http://www.w3.org/2000/svg" aria-label="Flickr" role="img" viewBox="0 0 512 512"> | |
| 413 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 414 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 415 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 416 | - </svg> | |
| 417 | - </i> | |
| 418 | - </li> | |
| 419 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 420 | - <li> | |
| 421 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 422 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 423 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 424 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 425 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 426 | - <path id="Path_1021" data-name="Path 1021" d="M25.208,39.328a1.079,1.079,0,0,1-.7-.293l-7.43-7.43a.708.708,0,0,1,0-.936,7.759,7.759,0,0,0,1.755-3.276l.059-.293,11.76,3.218-.059.293a19.964,19.964,0,0,1-4.68,8.425A1.079,1.079,0,0,1,25.208,39.328ZM19.3,27.861a8.8,8.8,0,0,1-1.814,3.218v.176l7.372,7.372a.459.459,0,0,0,.644,0,19.238,19.238,0,0,0,4.446-7.9Z" transform="translate(-7760.069 -3528.271)" fill="#fff"></path> | |
| 427 | - <path id="Back_Plate_1_" d="M1.47,12.3H13a1.174,1.174,0,0,1,1.17,1.17V25.113A1.174,1.174,0,0,1,13,26.283H1.47A1.174,1.174,0,0,1,.3,25.113V13.47A1.213,1.213,0,0,1,1.47,12.3Z" transform="translate(-7753.182 -3522.13)" fill="#fff"></path> | |
| 428 | - <path id="Path_1022" data-name="Path 1022" d="M9.484,20.4a1.859,1.859,0,0,1,.176.527h0l.176-.527,1.814-3.335a.812.812,0,0,1,.7-.41h0a.774.774,0,0,1,.761.761,1.085,1.085,0,0,1-.117.41L10.654,22.1a.846.846,0,0,0-.117.41v2.106a.774.774,0,0,1-.761.761H9.6a.774.774,0,0,1-.761-.761h0V22.509a1.085,1.085,0,0,0-.117-.41l-2.4-4.329a.767.767,0,0,1,.293-1.053.846.846,0,0,1,.41-.117h.117a.812.812,0,0,1,.7.41Z" transform="translate(-7755.637 -3523.914)" fill="#0078d4"></path> | |
| 429 | - <path id="Path_1023" data-name="Path 1023" d="M35.487,14.544h0a.906.906,0,0,0-.468-.644,1.17,1.17,0,0,0-.761-.117L20.1,17.528l.059.293a9.241,9.241,0,0,1,.059,3.8l.585.176a8.349,8.349,0,0,0,0-3.8l13.632-3.627a.436.436,0,0,1,.527.293A22.371,22.371,0,0,1,34.9,25.075c0,.117-.117.176-.176.234a.742.742,0,0,1-.351.059l-2.953-.727.145.083.218.129v.456l2.473.7a1,1,0,0,0,.819-.117.846.846,0,0,0,.41-.585A24.749,24.749,0,0,0,35.487,14.544Z" transform="translate(-7761.397 -3522.736)" fill="#fff"></path> | |
| 430 | - <path id="Path_1024" data-name="Path 1024" d="M18.788,12.283l-.059-.293.527-.117a9.529,9.529,0,0,0-1.872-3.218h0V8.6l7.43-7.547a.459.459,0,0,1,.644,0A20.148,20.148,0,0,1,29.9,9.007l.527-.176A19.851,19.851,0,0,0,25.808.582a1.024,1.024,0,0,0-1.463,0L16.974,8.129l-.117.117a.622.622,0,0,0,.117.7,9.611,9.611,0,0,1,1.814,3.335Z" transform="translate(-7760.026 -3517.14)" fill="#fff"></path> | |
| 431 | - </g> | |
| 432 | - </g> | |
| 433 | - </svg> | |
| 434 | - </i> | |
| 435 | - </li> | |
| 436 | - <li> | |
| 437 | - <i title="Slack" class="svg__ svg-slack"> | |
| 438 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" enable-background="new 0 0 2447.6 2452.5" viewBox="0 0 2447.6 2452.5"> | |
| 439 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 440 | - <path d="m897.4 0c-135.3.1-244.8 109.9-244.7 245.2-.1 135.3 109.5 245.1 244.8 245.2h244.8v-245.1c.1-135.3-109.5-245.1-244.9-245.3.1 0 .1 0 0 0m0 654h-652.6c-135.3.1-244.9 109.9-244.8 245.2-.2 135.3 109.4 245.1 244.7 245.3h652.7c135.3-.1 244.9-109.9 244.8-245.2.1-135.4-109.5-245.2-244.8-245.3z" fill="#36c5f0"></path> | |
| 441 | - <path d="m2447.6 899.2c.1-135.3-109.5-245.1-244.8-245.2-135.3.1-244.9 109.9-244.8 245.2v245.3h244.8c135.3-.1 244.9-109.9 244.8-245.3zm-652.7 0v-654c.1-135.2-109.4-245-244.7-245.2-135.3.1-244.9 109.9-244.8 245.2v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.3z" fill="#2eb67d"></path> | |
| 442 | - <path d="m1550.1 2452.5c135.3-.1 244.9-109.9 244.8-245.2.1-135.3-109.5-245.1-244.8-245.2h-244.8v245.2c-.1 135.2 109.5 245 244.8 245.2zm0-654.1h652.7c135.3-.1 244.9-109.9 244.8-245.2.2-135.3-109.4-245.1-244.7-245.3h-652.7c-135.3.1-244.9 109.9-244.8 245.2-.1 135.4 109.4 245.2 244.7 245.3z" fill="#ecb22e"></path> | |
| 443 | - <path d="m0 1553.2c-.1 135.3 109.5 245.1 244.8 245.2 135.3-.1 244.9-109.9 244.8-245.2v-245.2h-244.8c-135.3.1-244.9 109.9-244.8 245.2zm652.7 0v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.2v-653.9c.2-135.3-109.4-245.1-244.7-245.3-135.4 0-244.9 109.8-244.8 245.1 0 0 0 .1 0 0" fill="#e01e5a"></path> | |
| 444 | - </g> | |
| 445 | - </svg> | |
| 446 | - </i> | |
| 447 | - </li> | |
| 448 | - <li> | |
| 449 | - <i title="Airbnb" class="svg__ svg-airbnb"> | |
| 450 | - <svg width="256px" height="276px" viewBox="0 0 256 276" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"> | |
| 451 | - <g> | |
| 452 | - <path d="M238.04054,223.122821 C236.10911,237.466648 226.457473,249.879044 212.942976,255.395053 C206.322113,258.150302 199.152955,258.979632 191.981042,258.150302 C185.087409,257.323727 178.19102,255.116773 171.021862,250.983899 C161.091945,245.46238 151.162028,236.915598 139.578961,224.227676 C157.782891,201.888117 168.812153,181.477232 172.950537,163.278812 C174.881966,154.726519 175.157491,147.003556 174.330917,139.831643 C173.228817,132.93801 170.746338,126.592672 166.883478,121.076663 C158.333941,108.667021 143.99287,101.495108 127.995894,101.495108 C111.998918,101.495108 97.6578467,108.942546 89.108309,121.076663 C85.2454499,126.592672 82.7657258,132.93801 81.6608709,139.831643 C80.5587713,147.003556 80.8342962,155.002044 83.0412507,163.278812 C87.1768794,181.477232 98.4844214,202.163642 116.412827,224.500446 C105.105285,237.191123 94.8998425,245.74066 84.969925,251.256669 C77.800767,255.395053 70.9043787,257.602007 64.0107457,258.425827 C56.5633076,259.255157 49.3913943,258.150302 43.0488111,255.670578 C29.5343146,250.154569 19.8826773,237.739417 17.9512477,223.398346 C17.124673,216.504713 17.6757228,209.61108 20.4337271,201.888117 C21.2603018,199.127357 22.6406816,196.374864 24.0183061,193.063054 C25.9497357,188.651901 28.1566901,183.959712 30.3608893,179.270278 L30.6391695,178.721983 C49.6669192,137.624689 70.077804,95.7035748 91.3152635,54.8873158 L92.1418382,53.2286559 C94.3487927,49.0957823 96.5529919,44.6846287 98.7627016,40.5462446 C100.966901,36.1323357 103.44938,31.9939517 106.482909,28.4066174 C112.274443,21.785754 119.997406,18.201175 128.546944,18.201175 C137.096481,18.201175 144.819444,21.785754 150.610978,28.4066174 C153.644507,31.9939517 156.126986,36.1323357 158.333941,40.5462446 C160.540895,44.6846287 162.745094,49.0957823 164.952049,53.2286559 L165.781379,54.8873158 C186.740558,95.9790997 207.151443,137.900214 226.181948,178.997508 L226.181948,179.270278 C228.388902,183.684187 230.317577,188.651901 232.524531,193.063054 C233.904911,196.374864 235.282535,199.127357 236.10911,201.888117 C238.316065,209.057275 239.142639,215.956418 238.04054,223.122821 L238.04054,223.122821 Z M127.995894,210.159374 C113.103773,191.40715 103.44938,173.754269 100.140326,158.864903 C98.7627016,152.519565 98.4844214,147.003556 99.3137514,142.038598 C99.8648012,137.624689 101.520706,133.76183 103.724905,130.45002 C108.965389,123.010848 117.790451,118.313148 127.995894,118.313148 C138.201336,118.313148 147.301924,122.729812 152.266882,130.45002 C154.471082,133.76183 156.126986,137.624689 156.678036,142.038598 C157.504611,147.003556 157.229086,152.79509 155.851461,158.864903 C152.542407,173.481499 142.888015,191.131625 127.995894,210.159374 L127.995894,210.159374 Z M252.381611,195.818303 C251.003986,192.509249 249.623607,188.92467 248.245982,185.891141 C246.039028,180.928938 243.832073,176.236749 241.900644,171.82284 L241.625119,171.55007 C222.597369,130.177251 202.186484,88.2561367 180.6735,46.8915831 L179.846925,45.2329232 C177.639971,41.0945392 175.433016,36.6806302 173.228817,32.2694766 C170.468057,27.3017626 167.710053,22.0667894 163.298899,17.0990754 C154.471082,6.06705835 141.785915,0 128.271419,0 C114.481397,0 102.071756,6.06705835 92.9684129,16.5507809 C88.8327841,21.5129844 85.7992549,26.753468 83.0412507,31.721182 C80.8342962,36.1323357 78.6273417,40.5462446 76.4203873,44.6846287 L75.5938126,46.3350228 C54.3591083,87.7050869 33.6726987,129.628956 14.6421937,170.99902 L14.3666688,171.55007 C12.4352392,175.961224 10.2282847,180.647902 8.02133027,185.615616 C6.64370576,188.651901 5.263326,191.960955 3.88570148,195.545534 C0.298367256,205.748221 -0.803732353,215.402613 0.573892159,225.329776 C3.61017658,246.016185 17.4001979,263.393541 36.4307029,271.113749 C43.5998609,274.150033 51.047299,275.527658 58.770262,275.527658 C60.9772165,275.527658 63.7352208,275.252133 65.9421752,274.973852 C75.0427628,273.868998 84.4188752,270.840979 93.5194627,265.59774 C104.82976,259.255157 115.586252,250.154569 127.720369,236.915598 C139.854486,250.154569 150.886503,259.255157 161.91852,265.59774 C171.021862,270.840979 180.397975,273.868998 189.498562,274.973852 C191.705517,275.252133 194.463521,275.527658 196.670476,275.527658 C204.393439,275.527658 212.113646,274.150033 219.010035,271.113749 C238.316065,263.393541 251.830561,245.74066 254.86409,225.329776 C257.071045,215.675383 255.96619,206.026501 252.381611,195.818303 L252.381611,195.818303 Z" fill="#E0565B"></path> | |
| 453 | - </g> | |
| 454 | - </svg> | |
| 455 | - </i> | |
| 456 | - </li> | |
| 457 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 458 | - <li> | |
| 459 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 460 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 461 | - <g fill="none" fill-rule="evenodd"> | |
| 462 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 463 | - <g fill-rule="nonzero"> | |
| 464 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 465 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 466 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 467 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 468 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 469 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 470 | - </g> | |
| 471 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 472 | - </g> | |
| 473 | - </svg> | |
| 474 | - </i> | |
| 475 | - </li> | |
| 476 | - <li> | |
| 477 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 478 | - <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 73.3 73.3" style="enable-background:new 0 0 73.3 73.3; width:18px;" xml:space="preserve"> | |
| 479 | - <style type="text/css">.st0{fill:#EFEFEF;}.st2{fill:#68C5ED;}.st4{fill:#E54747;}</style> | |
| 480 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 481 | - <g> | |
| 482 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 483 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 484 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 485 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 486 | - </g> | |
| 487 | - </svg> | |
| 488 | - </i> | |
| 489 | - </li> | |
| 490 | - </ul> | |
| 491 | - </td> | |
| 492 | - </tr> | |
| 493 | - <tr> | |
| 494 | - <td> | |
| 495 | - <span class="tooltip"> | |
| 496 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 497 | - <span class="tooltiptext">Remove unwanted content in real-time with manual moderation</span> | |
| 498 | - </span> | |
| 499 | - Manual Moderation | |
| 500 | - </td> | |
| 501 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 502 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 503 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 504 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 505 | - </tr> | |
| 506 | - <tr class="hideAfterFeatures"> | |
| 507 | - <td> | |
| 508 | - <span class="tooltip"> | |
| 509 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 510 | - <span class="tooltiptext">Remove unwanted content in real-time with automatic rules & profanity checker</span> | |
| 511 | - </span> | |
| 512 | - Automatic Moderation | |
| 513 | - </td> | |
| 514 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 515 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 516 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 517 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 518 | - </tr> | |
| 519 | - <tr> | |
| 520 | - <td> | |
| 521 | - <span class="tooltip"> | |
| 522 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 523 | - <span class="tooltiptext">Gives you an insight about the impressions, total posts, public posts and private posts</span> | |
| 524 | - </span> | |
| 525 | - Engagement Analytics | |
| 526 | - </td> | |
| 527 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 528 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 529 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 530 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 531 | - </tr> | |
| 532 | - <tr> | |
| 533 | - <td> | |
| 534 | - <span class="tooltip"> | |
| 535 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 536 | - <span class="tooltiptext">Gives you an insight about the active users, total visitors, post clicks and others</span> | |
| 537 | - </span> | |
| 538 | - Web Analytics | |
| 539 | - </td> | |
| 540 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 541 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 542 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 543 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 544 | - </tr> | |
| 545 | - <tr> | |
| 546 | - <td> | |
| 547 | - <span class="tooltip"> | |
| 548 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 549 | - <span class="tooltiptext">Web Themes are used embedding social wall on your website</span> | |
| 550 | - </span> | |
| 551 | - Web Themes | |
| 552 | - </td> | |
| 553 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 554 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 555 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 556 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 557 | - </tr> | |
| 558 | - <tr> | |
| 559 | - <td> | |
| 560 | - <span class="tooltip"> | |
| 561 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 562 | - <span class="tooltiptext">Helps you insert any kind of custom content inside your social hub</span> | |
| 563 | - </span> | |
| 564 | - Custom Posts | |
| 565 | - </td> | |
| 566 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 567 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 568 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 569 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 570 | - </tr> | |
| 571 | - <tr> | |
| 572 | - <td> | |
| 573 | - <span class="tooltip"> | |
| 574 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 575 | - <span class="tooltiptext">It shows the sentiments statistics of users based on our AI enabled algorithms</span> | |
| 576 | - </span> | |
| 577 | - Sentiment Analysis | |
| 578 | - </td> | |
| 579 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 580 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 581 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 582 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 583 | - </tr> | |
| 584 | - <tr> | |
| 585 | - <td>Branding</td> | |
| 586 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 587 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 588 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 589 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 590 | - </tr> | |
| 591 | - </tbody> | |
| 592 | - </table> | |
| 593 | - </div> | |
| 594 | - <div class="__tagembed__showallfeatures"> | |
| 595 | - <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button> | |
| 596 | - </div> | |
| 597 | - <!--End--All Feature Section --> | |
| 9 | + | |
| 10 | +<div class="__tagembed__support" id="__tagembed__support_section" style="display: none;"> | |
| 11 | + <h3><span style="font-size: 12px;">🔗</span> <a href="https://tagembed.com/support/" target="_blank">We’re Here to Help You Succeed -</a></h3> | |
| 12 | + <p>You've signed up with Tagembed, and your upgrade will be managed from your Tagembed account. | |
| 13 | + To upgrade your plan, manage your subscription, or view billing details, please visit the Tagembed app.</p> | |
| 14 | + </br> | |
| 15 | + <a class="__tagembed__btn" href="https://app.tagembed.com/price" target="_blank" id="__tagembed__book_demo_free_btn"> Upgrade Now</a> | |
| 16 | + <a class="__tagembed__btn __tagembed__intercom_chat_btn" href="javascript:void(0);"> Chat with Us</a> | |
| 598 | 17 | </div> |
| 599 | -<!--Start--Account Upgrade Popup--> | |
| 600 | -<div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div> | |
| 601 | -<!--End--Account Upgrade Popup--> | |
| 602 | -<?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?> | |
| 18 | + | |
| 19 | +<div id="__tagembed__upgrade_plan_section" style="display: none;"> | |
| 20 | + <div class="__tagembed__sourcerow __tagembed__pricesection"> | |
| 21 | + <div class="__tagembed__tabheading"> | |
| 22 | + <h3>Plan Subscriptions</h3> | |
| 23 | + </div> | |
| 24 | + <div class="__tagembed__priceswitcher"> | |
| 25 | + <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a> | |
| 26 | + <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a> | |
| 27 | + </div> | |
| 28 | + <div class="__tagembed__fourplan" id="__tagembed__plan"></div> | |
| 29 | + <!--Start--All Feature Section --> | |
| 30 | + <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"></div> | |
| 31 | + <div class="__tagembed__showallfeatures"> | |
| 32 | + <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button> | |
| 33 | + </div> | |
| 34 | + <!--End--All Feature Section --> | |
| 35 | + </div> | |
| 36 | + <!--Start--Account Upgrade Popup--> | |
| 37 | + <div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div> | |
| 38 | + <!--End--Account Upgrade Popup--> | |
| 39 | +</div> | |
| 40 | + | |
| 41 | +<?php include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/footerView.php'; ?> | |