Question2Answer的統計添加,question2answer

來源:互聯網
上載者:User

Question2Answer的統計添加,question2answer

第一步、上http://www.cnzz.com網站,註冊帳號,然後填寫你的網站資訊,擷取到它的指令碼。

第二步、複製它的指令碼到你的網頁的指令碼中。例如:

找到/qa-include/qa-theme-base.php檔案,對下面函數進行修改即可。


                function attribution()

                {

                        // Hi there. I'd really appreciate you displaying this link on your Q2A site. Thank you - Gideon


                        $this->output(

                                '<div class="qa-attribution">',

                                'Powered by <a href="http://www.question2answer.org/">Question2Answer</a>',

                                '</div>'

                        );


                        // forlong401 adds them for tongji.這裡省略一些個人資訊,<script>這個標籤內的就是從CNZZ拷貝過來的源碼指令碼。注意,如果出現單引號“'”那麼你需要添加反斜線\來進行轉義。

                        $this->output(

                                '<div class="cnzz-attribution">',

                                '<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");</script>',

                                '</div>'

                        );



聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.