Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Facebook like em phpbb2
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Facebook like em phpbb2
Qual é minha questão:
Olá, conforme esse tutorial:
https://ajuda.forumeiros.com/t42971-tutorial-colocando-botao-curtir-nas-mensagens
É pra phpbb3 e invision. Porém meu fórum é phpbb2.
Gostaria de saber se tem um código pra fazer ele funcionar?
Queria tanto ele no meu phpbb2.
Pois quando eu usava phpbb3 eu usava ele.
Agora estou em phpbb2.
Obrigado desde ja.
Att
Medidas que eu tomei para corrigir o problema:
Vim aqui.
Links e imagens do meu problema:
Endereço do meu fórum:
http://high-tech.livreforum.com
Versão do meu fórum:
PHPBB2
Olá, conforme esse tutorial:
https://ajuda.forumeiros.com/t42971-tutorial-colocando-botao-curtir-nas-mensagens
É pra phpbb3 e invision. Porém meu fórum é phpbb2.
Gostaria de saber se tem um código pra fazer ele funcionar?
Queria tanto ele no meu phpbb2.
Pois quando eu usava phpbb3 eu usava ele.
Agora estou em phpbb2.
Obrigado desde ja.
Att
Medidas que eu tomei para corrigir o problema:
Vim aqui.
Links e imagens do meu problema:
Endereço do meu fórum:
http://high-tech.livreforum.com
Versão do meu fórum:
PHPBB2
Re: Facebook like em phpbb2
Troca o código por este
- Código:
jQuery(document).ready(function() {
jQuery('.postdetails').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
Re: Facebook like em phpbb2
Troca por este
- Código:
jQuery(document).ready(function() {
jQuery('table.forumline tr.post td.row1').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
Re: Facebook like em phpbb2
Tente um desses
2°
3°
- Código:
jQuery(document).ready(function() {
jQuery('table.forumline').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
2°
- Código:
jQuery(document).ready(function() {
jQuery('tr.post').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
3°
- Código:
jQuery(document).ready(function() {
jQuery('td.row1').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
Re: Facebook like em phpbb2
Tente este
- Código:
jQuery(document).ready(function() {
jQuery('form#quick_reply textarea#text_editor_textarea').after('<iframe src="http://www.facebook.com/plugins/like.php?href=ENDERECO-DO-FORUM&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> ');
});
Re: Facebook like em phpbb2
Adiciona este código em sua Folha de estilo CSS
- Código:
.poll-result {
text-align: right;
}
.poll-ballot {
text-align: right;
}
.poll-result td {
text-align: right;
}
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos