Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: https://www.freightamigo.com/zh-hant/%E5%AF%84%E5%BF%AB%E9%81%9E-%E5%AF%84%E5%8C%85%E8%A3%B9-%E9%A6%99%E6%B8%AF%E5%AF%84%E9%A6%AC%E4%BE%86%E8%A5%BF%E4%BA%9E/

  1. <script>
  2. if(location.href.includes('zh-hant')) {
  3. location.href = "https://www.freightamigo.com/zh-hant/%e6%89%be%e4%b8%8d%e5%88%b0%e7%b6%b2%e9%a0%81404/"
  4. } else if (location.href.includes('zh-hans')){
  5. location.href = "https://www.freightamigo.com/zh-hans/%e6%89%be%e4%b8%8d%e5%88%b0%e7%bd%91%e9%a1%b5404/"
  6. } else {
  7. location.href = "https://www.freightamigo.com/pagenotfound404-en/"
  8. }
  9. </script>
  10. </div><!-- #content inner -->
  11. </div><!-- #content -->
  12.  
  13.    <div class="cms-modal cms-modal-search-form ">
  14.        <div class="cms-close-search">
  15.            <i class="fa fa-close"></i>
  16.        </div>
  17.            <div class="cms-modal-inner">
  18.             <div class="cms-modal-content">
  19.                <form role="search" method="get" class="cms-search-form placeholder-white" action="https://www.freightamigo.com/zh-hant/">
  20.                    <button type="submit" class="search-submit"><i class="fa fa-search"></i></button>
  21.                    <input type="text" id="searchFocus" placeholder="搜索" name="s" class="search-field" />
  22.                </form>
  23.            </div>
  24.        </div>
  25.    </div>
  26.  
  27. <footer id="colophon" class="site-footer footer-layout1 ft-main-r">
  28.    <div class="bg-overlay">
  29.                <div class="top-footer ">
  30.            <div class="container">
  31.                <div class="row">
  32.                        <div class="col-xl-4 col-lg-4 col-md-4">
  33.        <div class="cms-footer-item"><section id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><style>
  34.    .fa-footer {
  35.        width: 100%;
  36.        max-width: 1200px;
  37.    }
  38.  
  39.    .flex-row-top{
  40.        display: flex;
  41.        flex-direction: row;
  42.    }
  43.  
  44.    .footer-left {
  45.        width: 40%;
  46.    }
  47.  
  48.    .footer-right {
  49.        width: 60%;
  50.        display: flex;
  51.        flex-direction: row;
  52.        justify-content: space-between;
  53.    }
  54.  
  55.    /* common text style start */
  56.    .fa-footer-title {
  57.        color: #0C2B60;
  58.        font-size: 18px;
  59.        font-weight: 700;
  60.        line-height: normal;
  61.    }
  62.  
  63.    .footer-text {
  64.        color: #000;
  65.        font-size: 14px;
  66.        font-weight: 700;
  67.        line-height: normal;
  68.        display: block;
  69.    }
  70.  
  71.    .footer-grey {
  72.        color: #555;
  73.        font-size: 14px;
  74.        font-weight: 400;
  75.        line-height: normal;
  76.    }
  77.   /* common text style end */
  78.  
  79.    .m-t-12 {
  80.        margin-top: 12px;
  81.    }
  82.  
  83.    .m-t-5 {
  84.        margin-top: 5px;
  85.    }
  86.  
  87.    .m-t-8 {
  88.        margin-top: 8px;
  89.    }
  90.  
  91.    .footer-width {
  92.        /* width: 82px; */
  93.        text-align: right;
  94.        margin-right: 5px;
  95.    }
  96.  
  97.    .flex-row {
  98.        display: flex;
  99.        flex-direction: row;
  100.        align-items: center;
  101.    }
  102.  
  103.    .flex-column {
  104.        display: flex;
  105.        flex-direction: column;
  106.    }
  107.  
  108.    .weChat-qr {
  109.        width: 85px;
  110.        height: 85px;
  111.    }
  112.  
  113.    .footer-icon-bottom {
  114.        margin-top: 96px;
  115.        display: flex;
  116.        flex-direction: row;
  117.        justify-content: space-between;
  118.    }
  119.  
  120.    .footer-logo>img {
  121.        width: 238px;
  122.    }
  123.  
  124.    .footer-icon{
  125.        display: flex;
  126.        flex-direction: column;
  127.        justify-content: space-between;
  128.    }
  129.    .icons-link{
  130.        display: flex;
  131.        flex-direction: row;
  132.        justify-content: flex-end;
  133.        margin-top: 6px;
  134.    }
  135.    .icons-link > a{
  136.        display: block;
  137.        margin-left: 8px;
  138.    }
  139.    .terms-policy{
  140.        text-align: right;
  141.        color: #000;
  142.    }
  143.    .special-offer{
  144.        margin-top: 40px;
  145.    }
  146. </style>
  147. <style>
  148.    @media screen and (max-width: 991px) {
  149.        .flex-row-top {
  150.            display: flex;
  151.            flex-direction: column-reverse;
  152.        }
  153.  
  154.        .footer-left {
  155.            width: 100%;
  156.        }
  157.  
  158.        .footer-right {
  159.            width: 100%;
  160.            display: flex;
  161.            flex-direction: column;
  162.        }
  163.        .footer-width {
  164.            width: auto;
  165.        }
  166.        .m-t-24{
  167.            margin-top: 24px;
  168.        }
  169.        .special-offer{
  170.            margin-top: 24px;
  171.        }
  172.        .footer-icon-bottom {
  173.            display: flex;
  174.            flex-direction: column;
  175.            align-items: center;
  176.        }
  177.        .footer-logo{
  178.            text-align: center;
  179.        }
  180.        .footer-icon {
  181.            margin-top: 20px;
  182.        }
  183.        .icons-link {
  184.            justify-content: flex-start;
  185.        }
  186.        .terms-policy {
  187.            text-align: left;
  188.            margin-top: 12px;
  189.        }
  190.        .footer-text {
  191.            margin-left: 8px;
  192.        }
  193.        .m-l-16{
  194.            margin-left: 16px;
  195.        }
  196.        .fa-footer-title {
  197.            position: relative;
  198.        }
  199.        .footer-arrow{
  200.            cursor: pointer;
  201.            display: block;
  202.            width: 14px;
  203.            height: 10px;
  204.            position: absolute;
  205.            top: 5px;
  206.            right: 16px;
  207.            background: url('/wp-content/uploads/2024/01/arrow.png')no-repeat;
  208.        }
  209.        .arrow-content1,
  210.        .arrow-content2,
  211.        .arrow-content3,
  212.        .arrow-content4,
  213.        .arrow-content5{
  214.            display: none;
  215.        }
  216.    }
  217. </style>
  218. <div class="fa-footer">
  219.    <div class="flex-row-top">
  220.        <div class="footer-left">
  221.            <div id="tab1" class="fa-footer-title m-t-24">
  222.                支援
  223.                <i class="footer-arrow"></i>
  224.            </div>
  225.            <div class="arrow-content1">
  226.                <div class="flex-row m-t-12">
  227.                    <div class="footer-width footer-text">CHN:</div>
  228.                    <a class="footer-grey" href="tel:864008751689" target="_blank" rel="noopener noreferrer">+86 4008751689</a>
  229.                </div>
  230.                <div class="flex-row m-t-8">
  231.                    <div class="footer-width footer-text">USA: </div>
  232.                    <a class="footer-grey" href="tel:13373612833" target="_blank" rel="noopener noreferrer">+1 337 361 2833</a>
  233.                </div>
  234.                <div class="flex-row m-t-8">
  235.                    <div class="footer-width footer-text">GBR: </div>
  236.                    <a class="footer-grey" href="tel:448081890136" target="_blank" rel="noopener noreferrer">+44 808 189 0136</a>
  237.                </div>
  238.                <div class="flex-row m-t-8">
  239.                    <div class="footer-width footer-text">AUS: </div>
  240.                    <a class="footer-grey" href="tel:61180002752" target="_blank" rel="noopener noreferrer">+61 180002752</a>
  241.                </div>
  242.                <div class="flex-row m-t-8" style="align-items: flex-start;">
  243.                    <div class="footer-width footer-text">HKG: </div>
  244.                    <div>
  245.                        <div class="footer-grey">個人客戶服務熱線: <a class="footer-grey" href="tel:85228121686" target="_blank" rel="noopener noreferrer">+852 28121686</a> / <a class="footer-grey" href="tel:85223194878" target="_blank" rel="noopener noreferrer">+852 23194878</a></div>
  246.                        <div class="footer-grey">企業客戶服務熱線: <a class="footer-grey" href="tel:85224671689" target="_blank" rel="noopener noreferrer">+852 24671689</a> / <a class="footer-grey" href="tel:85223194879" target="_blank" rel="noopener noreferrer">+852 23194879</a></div>
  247.                    </div>
  248.                </div>
  249.                <div class="flex-row m-t-8">
  250.                    <div class="footer-width footer-text">立即與我們線上對話:</div>
  251.                    <a class="footer-grey" href="javascript:void(0);" onclick="return showIntercom()">點擊這裡</a>
  252.                </div>
  253.                <div class="flex-row m-t-8">
  254.                    <div class="footer-width footer-text">WhatsApp: </div>
  255.                    <div style="line-height: 19px;"><a class="footer-grey" href="https://wa.me/message/JTH2LEIBRGTRH1" target="_blank" rel="noopener noreferrer">+852 27467829</a> 或 <a class="footer-grey" href="https://wa.me/message/JTH2LEIBRGTRH1" target="_blank" rel="noopener noreferrer">點擊這裡</a></div>
  256.                </div>
  257.                <div class="flex-row m-t-8">
  258.                    <div class="footer-width footer-text">電子郵件: </div>
  259.                    <a class="footer-grey" target="_blank" href="mailto:enquiry@freightamigo.com" rel="noopener noreferrer">enquiry@freightamigo.com</a>
  260.                </div>
  261.                <div class="flex-row m-t-8" style="align-items: flex-start;">
  262.                    <div class="footer-width footer-text">微信</div>
  263.                    <img  src="https://www.freightamigo.com/wp-content/uploads/2020/06/qrcode_for_gh_4c0e120c0b69_1280-150x150-1.png" alt="FreightAmigo WeChat" class="weChat-qr no-lazyload">
  264.                </div>
  265.            </div>
  266.        </div>
  267.        <div class="footer-right">
  268.            <div class="footer-product">
  269.                <div id="tab2" class="fa-footer-title">
  270.                    產品
  271.                    <i class="footer-arrow"></i>
  272.                </div>
  273.                <div class="arrow-content2">
  274.                    <div class="footer-text m-t-12">供應鏈管理</div>
  275.                    <div class="flex-column m-t-8">
  276.                        <a class="footer-grey m-l-16" href="/app/instant-quote/?lang=hk#/" target="_blank" rel="noopener noreferrer">即時報價</a>
  277.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/green-logistics-technology/" target="_blank" rel="noopener noreferrer">綠色物流科技</a>
  278.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/track-n-trace/" target="_blank" rel="noopener noreferrer">網上實時貨物追蹤</a>
  279.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/value-added-services/" target="_blank" rel="noopener noreferrer">報關及清關</a>
  280.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/tailored-solution/" target="_blank" rel="noopener noreferrer">特定方案</a>
  281.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/%e7%b6%b2%e5%ba%97-shopify-app/">Shopify App</a>
  282.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/電商-亞馬遜物流/" target="_blank" rel="noopener noreferrer">亞馬遜物流</a>
  283.                    </div>
  284.                    <div class="footer-text m-t-12">物流服務</div>
  285.                    <div class="flex-column m-t-8">
  286.                        <a class="footer-grey m-l-16" href="/zh-hant/logistics-services/" target="_blank" rel="noopener noreferrer">空運</a>
  287.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/logistics-services/" target="_blank" rel="noopener noreferrer">海運</a>
  288.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/logistics-services/" target="_blank" rel="noopener noreferrer">快遞</a>
  289.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/logistics-services/" target="_blank" rel="noopener noreferrer">鐵路運輸</a>
  290.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/logistics-services/" target="_blank" rel="noopener noreferrer">貨車運輸</a>
  291.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/amigo-post/" target="_blank" rel="noopener noreferrer">AmiGo Post 包裹專線</a>
  292.                        <a class="footer-grey m-t-5 m-l-16" href="/app/relocation?lang=cn#/" target="_blank" rel="noopener noreferrer">海外搬屋</a>
  293.                    </div>
  294.                    <div class="footer-text m-t-12">貿易管理</div>
  295.                    <div class="flex-column m-t-8">
  296.                        <a class="footer-grey m-l-16" href="/zh-hant/value-added-services/" target="_blank" rel="noopener noreferrer">貨運保險</a>
  297.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/digital-trade-financing/" target="_blank" rel="noopener noreferrer">數碼貿易融資</a>
  298.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/ship-now-pay-later/" target="_blank" rel="noopener noreferrer">先運後付</a>
  299.                    </div>
  300.                </div>
  301.            </div>
  302.            <div class="footer-resoures-special m-t-24">
  303.                <div id="tab3" class="fa-footer-title">
  304.                    資源
  305.                    <i class="footer-arrow"></i>
  306.                </div>
  307.                <div class="arrow-content3">
  308.                    <a class="footer-text m-t-12" href="/zh-hant/freightamigo-promotion-and-news/" target="_blank" rel="noopener noreferrer">網誌</a>
  309.                    <a class="footer-text m-t-12" href="/zh-hant/freightamigo-academy-shipping-terms/" target="_blank" rel="noopener noreferrer">知識庫</a>
  310.                </div>
  311.                <div id="tab4" class="fa-footer-title special-offer">
  312.                    特惠推廣
  313.                    <i class="footer-arrow"></i>
  314.                </div>
  315.                <div class="arrow-content4">
  316.                    <a class="footer-text m-t-12" href="/zh-hant/special-offer-air-freight-rate/" target="_blank" rel="noopener noreferrer">空運</a>
  317.                    <a class="footer-text m-t-12" href="/zh-hant/special-offer-sea-freight-rate/" target="_blank" rel="noopener noreferrer">海運</a>
  318.                </div>
  319.            </div>
  320.            <div class="footer-company m-t-24">
  321.                <div id="tab5" class="fa-footer-title">
  322.                    公司
  323.                    <i class="footer-arrow"></i>
  324.                </div>
  325.                <div class="arrow-content5">
  326.                    <a class="footer-text m-t-12" href="/zh-hant/about-freightamigo/" target="_blank" rel="noopener noreferrer">關於我們</a>
  327.                    <div class="footer-text m-t-12">客戶類型</div>
  328.                    <div class="flex-column">
  329.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/enterprise/" target="_blank" rel="noopener noreferrer">跨國企業</a>
  330.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/sme/" target="_blank" rel="noopener noreferrer">中小企業</a>
  331.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/ecommerce/" target="_blank" rel="noopener noreferrer">電子商戶</a>
  332.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/individual/" target="_blank" rel="noopener noreferrer">個人客戶</a>
  333.                    </div>
  334.                    <div class="footer-text m-t-12">客戶案例</div>
  335.                    <div class="flex-column">
  336.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/customers-art-industry/" target="_blank" rel="noopener noreferrer">藝術</a>
  337.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/customers-beauty-cosmetics-industry/" target="_blank" rel="noopener noreferrer">美容及化妝品</a>
  338.                        <a class="footer-grey m-t-5 m-l-16" href="/zh-hant/customers-automobile-transportation-laferrari/" target="_blank" rel="noopener noreferrer">汽車</a>
  339.                    </div>
  340.                    <a class="footer-text m-t-12" href="/zh-hant/freightamigo-faq/" target="_blank" rel="noopener noreferrer">常見問題</a>
  341.                    <a class="footer-text m-t-12" href="/zh-hant/freightamigo-careers/" target="_blank" rel="noopener noreferrer">人才招聘</a>
  342.                    <a class="footer-text m-t-12" href="/zh-hant/partnership/" target="_blank" rel="noopener noreferrer">合作夥伴</a>
  343.                    <a class="footer-text m-t-12" href="/zh-hant/download-app/" target="_blank" rel="noopener noreferrer">下載應用程式</a>
  344.                    <a class="footer-text m-t-12" href="/zh-hant/freightamigo-contact-us/" target="_blank" rel="noopener noreferrer">聯絡我們</a>
  345.                </div>
  346.            </div>
  347.        </div>
  348.    </div>
  349.    <div class="footer-icon-bottom">
  350.        <div class="footer-logo">
  351.            <img src="/wp-content/uploads/2023/01/380x60.jpg" class="no-lazyload">
  352.            <div style="font-size: 12px;" class="footer-grey m-t-12">Copyright 2016-2024 FreightAmigo Services Limited all rights reserved
  353.            </div>
  354.        </div>
  355.        <div class="footer-icon">
  356.            <div class="icons-link">
  357.                <a href="https://www.linkedin.com/company/freightamigo-services-limited/" target="_blank" rel="noopener noreferrer">
  358.                    <img src="/wp-content/uploads/2024/01/1_footer_icon.png" class="no-lazyload">
  359.                </a>
  360.                <a href="https://www.facebook.com/yourfreightamigo/" target="_blank" rel="noopener noreferrer">
  361.                    <img src="/wp-content/uploads/2024/01/2_footer_icon.png" class="no-lazyload">
  362.                </a>
  363.                <a href="https://twitter.com/freightamigo" target="_blank" rel="noopener noreferrer">
  364.                    <img src="/wp-content/uploads/2024/01/3_footer_icon.png" class="no-lazyload">
  365.                </a>
  366.                <a href="https://www.instagram.com/freightamigo/" target="_blank" rel="noopener noreferrer">
  367.                    <img src="/wp-content/uploads/2024/01/4_footer_icon.png" class="no-lazyload">
  368.                </a>
  369.                <a href="https://www.youtube.com/channel/UCeXK6cZYYLx65ukFxRtTkqA" target="_blank" rel="noopener noreferrer">
  370.                    <img src="/wp-content/uploads/2024/01/5_footer_icon.png" class="no-lazyload">
  371.                </a>
  372.            </div>
  373.            <div class="terms-policy">
  374.                <a class="footer-grey" href="/wp-content/uploads/2020/06/StandardTradingTermsandConditionsofFREIGHTAMIGOSERVICESLIMITED.pdf" target="_blank" rel="noopener noreferrer">Terms & Conditions</a> | <a class="footer-grey" href="/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
  375.            </div>
  376.        </div>
  377.    </div>
  378. </div>
  379. <script>
  380. jQuery('.site-footer .top-footer > .container > .row > div').removeClass('col-xl-4 col-lg-4 col-md-4');
  381.    jQuery('.site-footer .top-footer > .container > .row > div').addClass('col-xl-12 col-lg-12 col-md-12');
  382.    window.addEventListener('resize', () => {
  383.        if(Number(document.body.clientWidth) >= 991){
  384.            jQuery(".arrow-content1").css("display", "block");
  385.            jQuery(".arrow-content2").css("display", "block");
  386.            jQuery(".arrow-content3").css("display", "block");
  387.            jQuery(".arrow-content4").css("display", "block");
  388.            jQuery(".arrow-content5").css("display", "block");
  389.            clearClick()
  390.        }else{
  391.            jQuery(".arrow-content1").css("display", "none");
  392.            jQuery(".arrow-content2").css("display", "none");
  393.            jQuery(".arrow-content3").css("display", "none");
  394.            jQuery(".arrow-content4").css("display", "none");
  395.            jQuery(".arrow-content5").css("display", "none");
  396.            clearClick()
  397.            clickTab()
  398.        }
  399.    })
  400.    if(Number(document.body.clientWidth) <= 991){
  401.        clickTab()
  402.    }
  403.  
  404.    function clickTab(){
  405.        jQuery("#tab1").click(function () {
  406.            jQuery(".arrow-content1").slideToggle();
  407.        })
  408.        jQuery("#tab2").click(function () {
  409.            jQuery(".arrow-content2").slideToggle();
  410.        })
  411.        jQuery("#tab3").click(function () {
  412.            jQuery(".arrow-content3").slideToggle();
  413.        })
  414.        jQuery("#tab4").click(function () {
  415.            jQuery(".arrow-content4").slideToggle();
  416.        })
  417.        jQuery("#tab5").click(function () {
  418.            jQuery(".arrow-content5").slideToggle();
  419.        })
  420.    }
  421.  
  422.    function clearClick(){
  423.        jQuery("#tab1").off('click');
  424.        jQuery("#tab2").off('click');
  425.        jQuery("#tab3").off('click');
  426.        jQuery("#tab4").off('click');
  427.        jQuery("#tab5").off('click');
  428.    }
  429.  
  430.    function showIntercom() {
  431.        if (window.Intercom) {
  432.            window.Intercom('show');
  433.        }
  434.    }
  435. </script></div></section></div>    </div>
  436.  
  437.     <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-xs-12"> </div> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-xs-12"> </div>                    </div>
  438.            </div>
  439.        </div>
  440.        
  441.        <div class="bottom-footer">
  442.            <div class="bf-gap"></div>
  443.            <div class="container">
  444.                <div class="row">
  445.                    <div class="col-xl-12 col-lg-12 col-md-12 content-flex">
  446.                        <div class="footer-bottom-copyright">
  447.                            UPS, the UPS brandmark and the color brown are trademarks of United Parcel Service of America, Inc. and are used with permission of the owner.
  448. Copyright 2016-2023 FreightAmigo Services Limited All rights reserved.                        </div>
  449.                                                    <div class="footer-bottom-widget">
  450.                                <section id="nav_menu-24" class="align-right widget widget_nav_menu"><div class="menu-footer-bottom-chinese-traditional-container"><ul id="menu-footer-bottom-chinese-traditional" class="menu"><li id="menu-item-4190" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4190"><a href="/wp-content/uploads/2020/06/StandardTradingTermsandConditionsofFREIGHTAMIGOSERVICESLIMITED.pdf" data-ps2id-api="true">Terms &#038; Conditions</a></li>
  451. <li id="menu-item-4191" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4191"><a href="/privacy-policy" data-ps2id-api="true">Privacy Policy</a></li>
  452. </ul></div></section>                            </div>
  453.                                            </div>
  454.                </div>
  455.            </div>
  456.        </div>
  457.  
  458.    </div>
  459.        <a href="#" class="scroll-top fixed-bottom"><i class="zmdi zmdi-chevron-up"></i></a>
  460. </footer>
  461.    <a href="#" class="scroll-top default"><i class="zmdi zmdi-long-arrow-up"></i></a>
  462.  
  463. </div><!-- #page -->
  464.  
  465. <script type="text/javascript">
  466.        jQuery(function(){
  467.        var arrLiveStats=[];
  468.        var WSM_PREFIX="wsm";
  469.        jQuery(".if-js-closed").removeClass("if-js-closed").addClass("closed");
  470.                var wsmFnSiteLiveStats=function(){
  471.                           jQuery.ajax({
  472.                               type: "POST",
  473.                               url: wsm_ajaxObject.ajax_url,
  474.                               data: { action: 'liveSiteStats', requests: JSON.stringify(arrLiveStats), r: Math.random() }
  475.                           }).done(function( strResponse ) {
  476.                                if(strResponse!="No"){
  477.                                    arrResponse=JSON.parse(strResponse);
  478.                                    jQuery.each(arrResponse, function(key,value){
  479.                                    
  480.                                        $element= document.getElementById(key);
  481.                                        oldValue=parseInt($element.getAttribute("data-value").replace(/,/g, ""));
  482.                                        diff=parseInt(value.replace(/,/g, ""))-oldValue;
  483.                                        $class="";
  484.                                        
  485.                                        if(diff>=0){
  486.                                            diff="+"+diff;
  487.                                        }else{
  488.                                            $class="wmcRedBack";
  489.                                        }
  490.  
  491.                                        $element.setAttribute("data-value",value);
  492.                                        $element.innerHTML=diff;
  493.                                        jQuery("#"+key).addClass($class).show().siblings(".wsmH2Number").text(value);
  494.                                        
  495.                                        if(key=="SiteUserOnline")
  496.                                        {
  497.                                            var onlineUserCnt = arrResponse.wsmSiteUserOnline;
  498.                                            if(jQuery("#wsmSiteUserOnline").length)
  499.                                            {
  500.                                                jQuery("#wsmSiteUserOnline").attr("data-value",onlineUserCnt);   jQuery("#wsmSiteUserOnline").next(".wsmH2Number").html("<a target=\"_blank\" href=\"?page=wsm_traffic&subPage=UsersOnline&subTab=summary\">"+onlineUserCnt+"</a>");
  501.                                            }
  502.                                        }
  503.                                    });
  504.                                    setTimeout(function() {
  505.                                        jQuery.each(arrResponse, function(key,value){
  506.                                            jQuery("#"+key).removeClass("wmcRedBack").hide();
  507.                                        });
  508.                                    }, 1500);
  509.                                }
  510.                           });
  511.                       }
  512.                       if(arrLiveStats.length>0){
  513.                          setInterval(wsmFnSiteLiveStats, 10000);
  514.                       }});
  515.        </script>    <!-- Facebook Pixel Event Code -->
  516.    <script type='text/javascript'>
  517.        document.addEventListener( 'wpcf7mailsent', function( event ) {
  518.        if( "fb_pxl_code" in event.detail.apiResponse){
  519.          eval(event.detail.apiResponse.fb_pxl_code);
  520.        }
  521.      }, false );
  522.    </script>
  523.    <!-- End Facebook Pixel Event Code -->
  524.    <div id='fb-pxl-ajax-code'></div>
  525. <div class="wpml-ls-statics-footer wpml-ls wpml-ls-legacy-list-horizontal">
  526. <ul><li class="wpml-ls-slot-footer wpml-ls-item wpml-ls-item-en wpml-ls-first-item wpml-ls-item-legacy-list-horizontal">
  527. <a href="https://www.freightamigo.com" class="wpml-ls-link"><span class="wpml-ls-native" lang="en">EN</span></a>
  528. </li><li class="wpml-ls-slot-footer wpml-ls-item wpml-ls-item-zh-hant wpml-ls-current-language wpml-ls-item-legacy-list-horizontal">
  529. <a href="https://www.freightamigo.com/zh-hant/" class="wpml-ls-link"><span class="wpml-ls-native">繁</span></a>
  530. </li><li class="wpml-ls-slot-footer wpml-ls-item wpml-ls-item-zh-hans wpml-ls-last-item wpml-ls-item-legacy-list-horizontal">
  531. <a href="https://www.freightamigo.com/zh-hans/" class="wpml-ls-link"><span class="wpml-ls-native" lang="zh-hans">简</span></a>
  532. </li></ul>
  533. </div>
  534. <link rel='stylesheet' id='sm-style-css'  href='https://www.freightamigo.com/wp-content/plugins/wp-show-more/wpsm-style.css'  media='all' />
  535. <link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css'  href='//www.freightamigo.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css'  media='all' />
  536. <script  src='https://www.freightamigo.com/wp-includes/js/jquery/jquery.js'></script>
  537. <script  src='https://www.freightamigo.com/wp-includes/js/jquery/jquery-migrate.min.js'></script>
  538. <script  src='https://www.freightamigo.com/wp-content/plugins/wp-show-more/wpsm-script.js'></script>
  539. <!-- start Simple Custom CSS and JS -->
  540. <script type="text/javascript">
  541. /* Default comment here */
  542.  
  543. jQuery(".special_offer_default_validity_date_en").before('<p style="font-size: 14px;">(validity until 15 June 2022)*</p>');
  544.  
  545. jQuery(".special_offer_default_validity_date_zh_hans").before('<p style="font-size: 14px;">有效期至2022年6月15日*</p>');
  546.  
  547. jQuery(".special_offer_default_validity_date_zh_hant").before('<p style="font-size: 14px;">有效期至2022年6月15日*</p>');</script>
  548. <!-- end Simple Custom CSS and JS -->
  549. <!-- start Simple Custom CSS and JS -->
  550. <script type="text/javascript">
  551. var languageOverride = (function () {
  552.    function getUrlLang() {
  553.        var search = window.location.search;
  554.        var results = new RegExp('[\\?&]lang=([^&#]*)').exec(search);
  555.        if (results && results[1]) {
  556.            return results[1];
  557.        }
  558.        return 'en';
  559.    }
  560.    switch (getUrlLang()) {
  561.    case 'zh-hant':
  562.        return 'zh-TW';
  563.    case 'zh-hans':
  564.        return 'zh-CN';
  565.    }
  566.    return 'en';
  567. })();
  568. window.intercomSettings = {
  569.    app_id: 'jr67h12n',
  570.    language_override: languageOverride
  571. };
  572. (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/jr67h12n';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();</script>
  573. <!-- end Simple Custom CSS and JS -->
  574.  
  575. </body>
  576. </html>
  577.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda