HTML注释框电子邮件通知

时间:2019-02-26 01:53:32

标签: php html

晚上好,

我有一个免费的HTML注释框代码,我可以在网站上使用该代码供访问者发表评论。由于我在小部件或特定博客页面或帖子中没有此功能,因此当有人发表评论时,我不会收到通知。我一直在思考什么代码以及代码的外观,以便他们发布时收到一封电子邮件,告诉我他们有,这样我可以做并在必要时答复。这是我用于免费html注释框的代码:

<!-- Begin Comments JavaScript Code -->
<script type="text/javascript" async>
    function ajaxpath_5c69eeb9d5ae6(url){
        return window.location.href == '' ? url : url.replace('&s=','&s=' + escape(window.location.href));
    }
    (function(){
        document.write('<div id="fcs_div_5c69eeb9d5ae6"><a title="free comment script" href="http://www.freecommentscript.com">&nbsp;&nbsp;<b>Free HTML User Comments</b>...</a></div>');
        fcs_5c69eeb9d5ae6=document.createElement('script');
        fcs_5c69eeb9d5ae6.type="text/javascript";
        fcs_5c69eeb9d5ae6.src=ajaxpath_5c69eeb9d5ae6((document.location.protocol=="https:"?"https:":"http:")+"//www.freecommentscript.com/GetComments2.php?p=5c69eeb9d5ae6&s=#!5c69eeb9d5ae6");
        setTimeout("document.getElementById('fcs_div_5c69eeb9d5ae6').appendChild(fcs_5c69eeb9d5ae6)",1);
    })();
</script>
<noscript><div><a href="http://www.freecommentscript.com" title="free html user comment box">Free Comment Script</a></div></noscript>
<!-- End Comments JavaScript Code -->

非常感谢您的帮助。我真的很感激。

0 个答案:

没有答案