| @@ -1,551 +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 title="Facebook" class="fab fa-facebook"></i></li> | |
| 144 | - <li><i title="Instagram" class="fab fa-instagram"></i></li> | |
| 145 | - <li><i title="Pinterest" class="fa fa-pinterest"></i></li> | |
| 146 | - <li><i title="Airbnb" class="fab fa-airbnb"></i></li> | |
| 147 | - <li><i title="Vimeo" class="fab fa-vimeo-v"></i></li> | |
| 148 | - </ul> | |
| 149 | - </td> | |
| 150 | - <td> | |
| 151 | - <ul class="platform__icons colored_social_icons"> | |
| 152 | - <li><i title="Twitter" class="fab fa-twitter"></i></li> | |
| 153 | - <li><i title="Facebook" class="fab fa-facebook"></i></li> | |
| 154 | - <li><i title="Instagram" class="fab fa-instagram"></i></li> | |
| 155 | - <li><i title="Google" 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><i title="Vimeo" class="fab fa-vimeo-v"></i></li> | |
| 160 | - <li> | |
| 161 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 162 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 163 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 164 | - <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> | |
| 165 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 166 | - <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> | |
| 167 | - </g> | |
| 168 | - </svg> | |
| 169 | - </i> | |
| 170 | - </li> | |
| 171 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 172 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 173 | - <li> | |
| 174 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 175 | - <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"> | |
| 176 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 177 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 178 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 179 | - </svg> | |
| 180 | - </i> | |
| 181 | - </li> | |
| 182 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 183 | - <li> | |
| 184 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 185 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 186 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 187 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 188 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 189 | - <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> | |
| 190 | - <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> | |
| 191 | - <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> | |
| 192 | - <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> | |
| 193 | - <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> | |
| 194 | - </g> | |
| 195 | - </g> | |
| 196 | - </svg> | |
| 197 | - </i> | |
| 198 | - </li> | |
| 199 | - <li> | |
| 200 | - <i title="Slack" class="svg__ svg-slack"> | |
| 201 | - <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"> | |
| 202 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 203 | - <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> | |
| 204 | - <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> | |
| 205 | - <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> | |
| 206 | - <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> | |
| 207 | - </g> | |
| 208 | - </svg> | |
| 209 | - </i> | |
| 210 | - </li> | |
| 211 | - <li><i title="Airbnb" class="fab fa-airbnb"></i></li> | |
| 212 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 213 | - <li> | |
| 214 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 215 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 216 | - <g fill="none" fill-rule="evenodd"> | |
| 217 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 218 | - <g fill-rule="nonzero"> | |
| 219 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 220 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 221 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 222 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 223 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 224 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 225 | - </g> | |
| 226 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 227 | - </g> | |
| 228 | - </svg> | |
| 229 | - </i> | |
| 230 | - </li> | |
| 231 | - <li> | |
| 232 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 233 | - <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"> | |
| 234 | - <style type="text/css">.st0{fill:#EFEFEF;}.st1{fill:#FF9D28;}.st2{fill:#68C5ED;}.st3{fill:#044D80;}.st4{fill:#E54747;}</style> | |
| 235 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 236 | - <g> | |
| 237 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 238 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 239 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 240 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 241 | - </g> | |
| 242 | - </svg> | |
| 243 | - </i> | |
| 244 | - </li> | |
| 245 | - </ul> | |
| 246 | - </td> | |
| 247 | - <td> | |
| 248 | - <ul class="platform__icons colored_social_icons"> | |
| 249 | - <li><i title="Twitter" class="fab fa-twitter"></i></li> | |
| 250 | - <li><i title="Facebook" class="fab fa-facebook"></i></li> | |
| 251 | - <li><i title="Instagram" class="fab fa-instagram"></i></li> | |
| 252 | - <li><i title="Google" class="fab fa-google"></i></li> | |
| 253 | - <li><i title="Linkedin" class="fa fa-linkedin" aria-hidden="true"></i></li> | |
| 254 | - <li><i title="Rss" class="fa fa-rss" aria-hidden="true"></i></li> | |
| 255 | - <li><i title="Youtube" class="fa fa-youtube-play" aria-hidden="true"></i></li> | |
| 256 | - <li><i title="Vimeo" class="fab fa-vimeo-v"></i></li> | |
| 257 | - <li> | |
| 258 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 259 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 260 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 261 | - <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> | |
| 262 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 263 | - <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> | |
| 264 | - </g> | |
| 265 | - </svg> | |
| 266 | - </i> | |
| 267 | - </li> | |
| 268 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 269 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 270 | - <li> | |
| 271 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 272 | - <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"> | |
| 273 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 274 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 275 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 276 | - </svg> | |
| 277 | - </i> | |
| 278 | - </li> | |
| 279 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 280 | - <li> | |
| 281 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 282 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 283 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 284 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 285 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 286 | - <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> | |
| 287 | - <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> | |
| 288 | - <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> | |
| 289 | - <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> | |
| 290 | - <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> | |
| 291 | - </g> | |
| 292 | - </g> | |
| 293 | - </svg> | |
| 294 | - </i> | |
| 295 | - </li> | |
| 296 | - <li> | |
| 297 | - <i title="Slack" class="svg__ svg-slack"> | |
| 298 | - <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"> | |
| 299 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 300 | - <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> | |
| 301 | - <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> | |
| 302 | - <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> | |
| 303 | - <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> | |
| 304 | - </g> | |
| 305 | - </svg> | |
| 306 | - </i> | |
| 307 | - </li> | |
| 308 | - <li><i title="Airbnb" class="fab fa-airbnb"></i></li> | |
| 309 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 310 | - <li> | |
| 311 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 312 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 313 | - <g fill="none" fill-rule="evenodd"> | |
| 314 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 315 | - <g fill-rule="nonzero"> | |
| 316 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 317 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 318 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 319 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 320 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 321 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 322 | - </g> | |
| 323 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 324 | - </g> | |
| 325 | - </svg> | |
| 326 | - </i> | |
| 327 | - </li> | |
| 328 | - <li> | |
| 329 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 330 | - <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"> | |
| 331 | - <style type="text/css">.st0{fill:#EFEFEF;}.st1{fill:#FF9D28;}.st2{fill:#68C5ED;}.st3{fill:#044D80;}.st4{fill:#E54747;}</style> | |
| 332 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 333 | - <g> | |
| 334 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 335 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 336 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 337 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 338 | - </g> | |
| 339 | - </svg> | |
| 340 | - </i> | |
| 341 | - </li> | |
| 342 | - </ul> | |
| 343 | - </td> | |
| 344 | - <td> | |
| 345 | - <ul class="platform__icons colored_social_icons"> | |
| 346 | - <li><i title="Twitter" class="fab fa-twitter"></i></li> | |
| 347 | - <li><i title="Facebook" class="fab fa-facebook"></i></li> | |
| 348 | - <li><i title="Instagram" class="fab fa-instagram"></i></li> | |
| 349 | - <li><i title="Google" class="fab fa-google"></i></li> | |
| 350 | - <li><i title="Linkedin" class="fa fa-linkedin" aria-hidden="true"></i></li> | |
| 351 | - <li><i title="Rss" class="fa fa-rss" aria-hidden="true"></i></li> | |
| 352 | - <li><i title="Youtube" class="fa fa-youtube-play" aria-hidden="true"></i></li> | |
| 353 | - <li><i title="Vimeo" class="fab fa-vimeo-v"></i></li> | |
| 354 | - <li> | |
| 355 | - <i title="Workplace" class="svg__ svg-workplace"> | |
| 356 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 357 | - <g id="workplace" transform="translate(0.996 0.996)"> | |
| 358 | - <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> | |
| 359 | - <rect id="Rectangle_1195" data-name="Rectangle 1195" width="42" height="42" transform="translate(-0.996 -0.996)" fill="none"></rect> | |
| 360 | - <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> | |
| 361 | - </g> | |
| 362 | - </svg> | |
| 363 | - </i> | |
| 364 | - </li> | |
| 365 | - <li><i title="Tumblr" class="fa fa-tumblr"></i></li> | |
| 366 | - <li><i title="Pinterest" class="fa fa-pinterest" aria-hidden="true"></i></li> | |
| 367 | - <li> | |
| 368 | - <i title="Flickr" class="svg__ svg-flickr"> | |
| 369 | - <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"> | |
| 370 | - <rect width="22" height="22" rx="15%" fill="#fff"></rect> | |
| 371 | - <circle cx="157" cy="256" fill="#0063dc" r="79"></circle> | |
| 372 | - <circle cx="355" cy="256" fill="#ff0084" r="79"></circle> | |
| 373 | - </svg> | |
| 374 | - </i> | |
| 375 | - </li> | |
| 376 | - <li><i title="Yelp" class="fa fa-yelp"></i></li> | |
| 377 | - <li> | |
| 378 | - <i title="Yammer" class="svg__ svg-yammer"> | |
| 379 | - <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"> | |
| 380 | - <g id="Group_1004" data-name="Group 1004" transform="translate(7760 3524)"> | |
| 381 | - <rect id="Rectangle_387" data-name="Rectangle 387" width="42" height="42" rx="21" transform="translate(-7760 -3524)" fill="#0078d4"></rect> | |
| 382 | - <g id="Group_1003" data-name="Group 1003" transform="translate(-0.118 -0.135)"> | |
| 383 | - <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> | |
| 384 | - <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> | |
| 385 | - <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> | |
| 386 | - <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> | |
| 387 | - <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> | |
| 388 | - </g> | |
| 389 | - </g> | |
| 390 | - </svg> | |
| 391 | - </i> | |
| 392 | - </li> | |
| 393 | - <li> | |
| 394 | - <i title="Slack" class="svg__ svg-slack"> | |
| 395 | - <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"> | |
| 396 | - <g clip-rule="evenodd" fill-rule="evenodd"> | |
| 397 | - <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> | |
| 398 | - <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> | |
| 399 | - <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> | |
| 400 | - <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> | |
| 401 | - </g> | |
| 402 | - </svg> | |
| 403 | - </i> | |
| 404 | - </li> | |
| 405 | - <li><i title="Airbnb" class="fab fa-airbnb"></i></li> | |
| 406 | - <li><i title="Soundcloud" class="fa fa-soundcloud"></i></li> | |
| 407 | - <li> | |
| 408 | - <i title="Giphy" class="svg__ svg-giphy"> | |
| 409 | - <svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="4 2 16.32 20"> | |
| 410 | - <g fill="none" fill-rule="evenodd"> | |
| 411 | - <path d="M6.331 4.286H17.99v15.428H6.33z" fill="#000"></path> | |
| 412 | - <g fill-rule="nonzero"> | |
| 413 | - <path d="M4 3.714h2.331v16.572H4z" fill="#04ff8e"></path> | |
| 414 | - <path d="M17.989 8.286h2.331v12h-2.331z" fill="#8e2eff"></path> | |
| 415 | - <path d="M4 19.714h16.32V22H4z" fill="#00c5ff"></path> | |
| 416 | - <path d="M4 2h9.326v2.286H4z" fill="#fff152"></path> | |
| 417 | - <path d="M17.989 6.571V4.286h-2.332V2h-2.331v6.857h6.994V6.571" fill="#ff5b5b"></path> | |
| 418 | - <path d="M17.989 11.143V8.857h2.331" fill="#551c99"></path> | |
| 419 | - </g> | |
| 420 | - <path d="M13.326 2v2.286h-2.332" fill="#999131"></path> | |
| 421 | - </g> | |
| 422 | - </svg> | |
| 423 | - </i> | |
| 424 | - </li> | |
| 425 | - <li> | |
| 426 | - <i title="Capterra" class="svg__ svg-capterra"> | |
| 427 | - <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"> | |
| 428 | - <style type="text/css">.st0{fill:#EFEFEF;}.st2{fill:#68C5ED;}.st4{fill:#E54747;}</style> | |
| 429 | - <circle class="st0" cx="36.6" cy="36.6" r="35.9"></circle> | |
| 430 | - <g> | |
| 431 | - <path class="st1" d="M12.7,32l19,0l11.5,0V20.6L12.7,32z"></path> | |
| 432 | - <path class="st2" d="M43.2,20.6V61l14.4-45.8L43.2,20.6z"></path> | |
| 433 | - <path class="st3" d="M43.2,32l-11.5,0L43.2,61V32z"></path> | |
| 434 | - <path class="st4" d="M12.7,32l21.9,7.4l-3-7.4L12.7,32z"></path> | |
| 435 | - </g> | |
| 436 | - </svg> | |
| 437 | - </i> | |
| 438 | - </li> | |
| 439 | - </ul> | |
| 440 | - </td> | |
| 441 | - </tr> | |
| 442 | - <tr> | |
| 443 | - <td> | |
| 444 | - <span class="tooltip"> | |
| 445 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 446 | - <span class="tooltiptext">Remove unwanted content in real-time with manual moderation</span> | |
| 447 | - </span> | |
| 448 | - Manual Moderation | |
| 449 | - </td> | |
| 450 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 451 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 452 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 453 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 454 | - </tr> | |
| 455 | - <tr class="hideAfterFeatures"> | |
| 456 | - <td> | |
| 457 | - <span class="tooltip"> | |
| 458 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 459 | - <span class="tooltiptext">Remove unwanted content in real-time with automatic rules & profanity checker</span> | |
| 460 | - </span> | |
| 461 | - Automatic Moderation | |
| 462 | - </td> | |
| 463 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 464 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 465 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 466 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 467 | - </tr> | |
| 468 | - <tr> | |
| 469 | - <td> | |
| 470 | - <span class="tooltip"> | |
| 471 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 472 | - <span class="tooltiptext">Gives you an insight about the impressions, total posts, public posts and private posts</span> | |
| 473 | - </span> | |
| 474 | - Engagement Analytics | |
| 475 | - </td> | |
| 476 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 477 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 478 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 479 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 480 | - </tr> | |
| 481 | - <tr> | |
| 482 | - <td> | |
| 483 | - <span class="tooltip"> | |
| 484 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 485 | - <span class="tooltiptext">Gives you an insight about the active users, total visitors, post clicks and others</span> | |
| 486 | - </span> | |
| 487 | - Web Analytics | |
| 488 | - </td> | |
| 489 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 490 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 491 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 492 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 493 | - </tr> | |
| 494 | - <tr> | |
| 495 | - <td> | |
| 496 | - <span class="tooltip"> | |
| 497 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 498 | - <span class="tooltiptext">Web Themes are used embedding social wall on your website</span> | |
| 499 | - </span> | |
| 500 | - Web Themes | |
| 501 | - </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 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 506 | - </tr> | |
| 507 | - <tr> | |
| 508 | - <td> | |
| 509 | - <span class="tooltip"> | |
| 510 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 511 | - <span class="tooltiptext">Helps you insert any kind of custom content inside your social hub</span> | |
| 512 | - </span> | |
| 513 | - Custom Posts | |
| 514 | - </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-cross.svg" alt="no-access" /></td> | |
| 517 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 518 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 519 | - </tr> | |
| 520 | - <tr> | |
| 521 | - <td> | |
| 522 | - <span class="tooltip"> | |
| 523 | - <i class="fa fa-info-circle" aria-hidden="true"></i> | |
| 524 | - <span class="tooltiptext">It shows the sentiments statistics of users based on our AI enabled algorithms</span> | |
| 525 | - </span> | |
| 526 | - Sentiment Analysis | |
| 527 | - </td> | |
| 528 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 529 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 530 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 531 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 532 | - </tr> | |
| 533 | - <tr> | |
| 534 | - <td>Branding</td> | |
| 535 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 536 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-ok.svg" alt="access" /></td> | |
| 537 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 538 | - <td><img src="<?php echo esc_html(TAGEMBED_PLUGIN_URL); ?>assets/images/plan-cross.svg" alt="no-access" /></td> | |
| 539 | - </tr> | |
| 540 | - </tbody> | |
| 541 | - </table> | |
| 542 | - </div> | |
| 543 | - <div class="__tagembed__showallfeatures"> | |
| 544 | - <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button> | |
| 545 | - </div> | |
| 546 | - <!--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> | |
| 547 | 17 | </div> |
| 548 | -<!--Start--Account Upgrade Popup--> | |
| 549 | -<div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div> | |
| 550 | -<!--End--Account Upgrade Popup--> | |
| 551 | -<?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'; ?> | |