hi to the best support forum every thing i hace asked till now is solved
now i have new thing to ask about i have JavaScript that put the facebook
under the topic at the end under the topic at the end of the topic page
i tried to understand by my self about the position settings but i faill
the image of the code
the code
under topic as i want thanks to your tip Ange Tuteur you really great
now i have new thing to ask about i have JavaScript that put the facebook
under the topic at the end under the topic at the end of the topic page
i tried to understand by my self about the position settings but i faill
the image of the code
the code
- Code:
$(document).ready(function () {
var fb_skin = "light"; //Valores posibles "light" o "dark". Skin claro u oscuro de Facebook Comments
var fb_numposts = 5; //Nْmero de comentarios a mostrar por defecto
(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/ar_AR/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs)
}(document, 'script', 'facebook-jssdk'));
v = '.forumline:has(.post .postbody)';
ifphpbb2in = '';
ifphpbb2out = '';
if ($(v).length == 0) {
v = '.post:has(.postbody, .pun .postbody)';
} else {
ifphpbb2in = '<table class="forumline"><tr><td colspan=3>';
ifphpbb2out = '</td></tr></table>';
}
if ($(v).length == 0) {
v = '#blog_comments'
}
$(v).eq(-1).after(ifphpbb2in + '<div class=fb-comments data-href="http://' + location.host + location.pathname + '" data-colorscheme="' + fb_skin + '" data-num-posts=' + fb_numposts + ' data-width=' + $(v).eq(-1).css('width') + '></div>' + ifphpbb2out);
});
under topic as i want thanks to your tip Ange Tuteur you really great
Last edited by Michael_vx on March 27th 2014, 2:46 pm; edited 1 time in total (Reason for editing : solved)