html - property="fb:admins" not working -
i have added facebook comment box website making. when set moderator of comment box moderator option not available. here code page.
*<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <!-- template name: photobusiness author: <a href="http://www.os-templates.com/">os templates</a> author uri: http://www.os-templates.com/ licence: free use under our free template licence terms licence uri: http://www.os-templates.com/template-terms --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>peakapot photography</title> <meta property="fb:admins" content="mynumericid"/> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="layout/styles/layout.css" type="text/css" /> <link rel="icon" href="images/gallery/home/camera.ico" type="image/ico"> </head> <body id="top"> <div id="fb-root"></div> <div id="fb-root"></div> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getelementsbytagname(s)[0]; if (d.getelementbyid(id)) return; js = d.createelement(s); js.id = id; js.src = "//connect.facebook.net/en_gb/sdk.js#xfbml=1&version=v2.5"; fjs.parentnode.insertbefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="wrapper col1"> <div id="topbar"> <div id="search"> <form action="#" method="post"> <fieldset> <legend>site search</legend> <input type="text" value="search site…" onfocus="this.value=(this.value=='search site…')? '' : this.value ;" /> <input type="submit" name="go" id="go" value="go" /> </fieldset> </form> </div> </div> </div> <div class="wrapper col2"> <div id="header"> <div id="logo"> <h1><a href="index.html">peakapot photography</a></h1> <p>professional photographer</p> </div> <ul id="topnav"> <li class="active" class="last"><a href="comment.html">comments</a></li> <li class="last"><a href="buy.html">photos sale</a></li> <li><a href="#">galleries</a> <ul> <li ><a href="family.html">family</a></li> <li><a href="booth.html">photo booth</a></li> <li><a href="cake.html">cake smash</a></li> <li><a href="baby.html">baby</a></li> </ul> </li> <li ><a href="index.html">home</a></li> </ul> <br class="clear" /> </div> </div> <div class="wrapper col3"> <!--</div>--> <br class="clear" /> </br> <div id="container"> <div id="content"> <h2>comments</h2> <br> <div class="fb-comments" data-href="http://localhost:8000/photodemo/price.html" data-colorscheme="dark" data-width="950" data-numposts="10"></div> </div> <br class="clear" /> </div> <!--<div class="wrapper col4">--> <div id="services"> <ul> <li><a href="#"><strong>family</strong><img src="images/gallery/home/homefamily.jpg" alt="" /></a></li> <li><a href="#"><strong>baby</strong><img src="images/gallery/home/homebaby.jpg" alt="" /></a></li> <li><a href="#"><strong>cake smash</strong><img src="images/gallery/home/homecake.jpg" alt="" /></a></li> <li class="last"><a href="#"><strong>boudoir</strong><img src="images/gallery/booth/boothhome.jpg" alt="" /></a></li> </ul> <br class="clear" /> </div> <!--</div>--> <div class="wrapper col5"> </div> <div class="wrapper col6"> <div id="footer"> <div id="contactform"> <h2>why not contact today</h2> <form action="#" method="post"> <fieldset> <legend>contact form</legend> <label for="fullname">name: <input id="fullname" name="fullname" type="text" value="" /> </label> <label for="emailaddress" class="margin">email: <input id="emailaddress" name="emailaddress" type="text" value="" /> </label> <label for="message">message:<br /> <textarea id="message" name="message" cols="40" rows="4"></textarea> </label> <p> <input id="submitform" name="submitform" type="submit" value="submit" /> </p> </fieldset> </form> </div> <!-- end contact form --> <div id="compdetails"> <div id="officialdetails"> <h2>company information</h2> <ul> <li>copyright © 2016 - rights reserved</li> <li>peakapot photography</li> <li>sole trader</li> <li>fully insured</li> <li class="last"></li> </ul> </div> <div id="contactdetails"> <h2>our contact details</h2> <ul> <li>peakapot photography</li> <li>22 fallowfield road</li> <li>colchester</li> <li>co2 9nd</li> <li>tel: 07493097053</li> <li>email: daniel@peakapot.com</li> <!-- <li class="last">linkedin: <a href="#">company profile</a></li>--> </ul> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="wrapper col7"> <div id="copyright"> <ul> <li><a href="#">online privacy policy</a></li> <li><a href="#">terms of use</a></li> <li><a href="#">permissions & trademarks</a></li> <li class="last"><a href="#">product license agreements</a></li> </ul> <div class="clear"></div> </div> </div> </body> </html>* in order out fault finding have hosted live version @ http://photography.peakapot.com/comment.html correct updated comment code. if can tell me why moderator feature not available me appreciate it. thank much.
regards peakapot
Comments
Post a Comment