Page 1 of 1

can't save the setting after add the facebook "like" button

Posted: 17 Jun 2011, 18:05
by cheongphoto
I can't save the setting after add the facebook "like" button,i am using 2.7.2
after i add this code to Counters and save,then i can't change any setting,when i save the setting again,it was 404 error

<div style="position: absolute; top: 12px; left: 276px;" id="facebook-container">
<div>
<img id="small-icon" src="http://cache.addthiscdn.com/icons/v1/th ... cebook.gif" style="position: absolute;"/>
<div id="myfacebook" style="position: absolute; padding: 0px 0px 0px 25px;">
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.j ... "></script>
<fb:like href="https://www.photo.gallery/demo/x2/" send="true" show_faces="false" colorscheme="dark" font=""></fb:like>
</div>
</div>
</div>

<script>
$("#facebook-container").mouseenter(function () {
$("#myfacebook").fadeIn("fast");
});
$("#facebook-container").mouseleave(function () {
$("#myfacebook").fadeOut("fast");
});
</script>

Re: can't save the setting after add the facebook "like" but

Posted: 17 Jun 2011, 18:14
by cheongphoto
it was work when i using 2.7.1!

Re: can't save the setting after add the facebook "like" but

Posted: 18 Jun 2011, 02:51
by mjau-mjau
Not sure, but can you try to remove the <script> tags and the content, and see if this changes anything?

If not, please provide link and login to your admin for further diagnose ...

Re: can't save the setting after add the facebook "like" but

Posted: 18 Jun 2011, 07:11
by Nick
Ftp login would really come in handy, I am not 100% sure what's going on but it might be something server-related. In any case gotta check on the server.