Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Añadir boton "Me gusta" y "Twittear"
Páginas (5):    1 2 3 4 5   
cacacolass   7 Sep, 2011, 10:03 am
#21
Perdón por la ignorancia.
Pero para qué sirve esto?
Que hace que la gente que tenga twitter y facebook pongan me gusta en cada post?

Gracias
DARKNESSDH   7 Sep, 2011, 5:28 pm
#22
Algunas veces cuando pones me gusta o twittear se postea en tu muro y otras personas que vean tu muro ya sea de twiiter o de fb pueden entrar a la web
ForoTroll   30 Jun, 2012, 4:43 pm
#23
O:

me sale el de twitter pero no el de facebook Sad

porq sera?
bilboss   18 Jul, 2012, 8:48 am
#24
me pasa lo mismo ayuda plz =)
progold   18 Aug, 2012, 11:00 pm
#25
no logro poder colocar les dejo mi codigo sin agregar eso espero me ayuden

Código PHP:
<?php 
<html>
<
head>
<
title>{$thread['subject']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
var
quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<
script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</
head>
<
body>
{
$header}
<
div class="float_right">
{
$newreply}
</
div>
{
$ratethread}
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" >
<
tr>
<
td class="thead" colspan="4">
<
div style="float: right;">
<
span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</
div>
<
div>
<
strong>{$thread['threadprefix']}{$thread['subject']}</strong>
</
div>
</
td>
</
tr>
{
$pollbox}
</
table>
<
div id="posts">
{
$posts}
</
div><br />
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
tr>
<
td colspan="2" class="trow2">
<
div class="float_left">
{
$multipage}
</
div>
<
div class="float_right" style="text-align: right;">
{
$forumjump}
</
div>
</
td>
</
tr>
</
table>
<
div class="float_right" style="margin-top: 7px;">
<
span class="prev"><a href="{$next_oldest_link}" title="{$lang->next_oldest}">&laquo; {$lang->next_oldest}</a></span>
<
span class="prev"><a href="{$next_newest_link}" title="{$lang->next_newest}">{$lang->next_newest} &raquo;</a></span>
</
div>
<
ul class="thread_tools">
<
li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<
li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<
li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</
ul>
<
br class="clear">
{
$quickreply}
{
$threadexbox}
{
$similarthreads}
<
br />
<
div class="float_right" style="text-align: right;">
{
$moderationoptions}
</
div>
<
br style="clear: both;" />
{
$usersbrowsing}
{
$footer}
</
body>
</
html>
Última modificación: 18 Aug, 2012, 11:00 pm por dejuanito.
ZioGuE   19 Aug, 2012, 9:07 am
#26
(18 Aug, 2012, 11:00 pm)progold escribió: no logro poder colocar les dejo mi codigo sin agregar eso espero me ayuden

Código PHP:
<?php 
<html>
<
head>
<
title>{$thread['subject']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
var
quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<
script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</
head>
<
body>
{
$header}
<
div class="float_right">
{
$newreply}
</
div>
{
$ratethread}
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" >
<
tr>
<
td class="thead" colspan="4">
<
div style="float: right;">
<
span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</
div>
<
div>
<
strong>{$thread['threadprefix']}{$thread['subject']}</strong>
</
div>
</
td>
</
tr>
{
$pollbox}
</
table>
<
div id="posts">
{
$posts}
</
div><br />
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
tr>
<
td colspan="2" class="trow2">
<
div class="float_left">
{
$multipage}
</
div>
<
div class="float_right" style="text-align: right;">
{
$forumjump}
</
div>
</
td>
</
tr>
</
table>
<
div class="float_right" style="margin-top: 7px;">
<
span class="prev"><a href="{$next_oldest_link}" title="{$lang->next_oldest}">&laquo; {$lang->next_oldest}</a></span>
<
span class="prev"><a href="{$next_newest_link}" title="{$lang->next_newest}">{$lang->next_newest} &raquo;</a></span>
</
div>
<
ul class="thread_tools">
<
li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<
li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<
li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</
ul>
<
br class="clear">
{
$quickreply}
{
$threadexbox}
{
$similarthreads}
<
br />
<
div class="float_right" style="text-align: right;">
{
$moderationoptions}
</
div>
<
br style="clear: both;" />
{
$usersbrowsing}
{
$footer}
</
body>
</
html>

Para soporte favor de abrir un nuevo tema en el area correspondiente.
Spaceking   8 Sep, 2012, 4:13 pm
#27
Me parece una buena idea para aquellos que son fans de las redes sociales. A algunos les gusta publicar en su muro cuanta cosa se cruzan por la interweb. Voy a probar en mi foro a ver que tal.
Amigos, si no les sale el icono de fb es porque ahora tienen que agregar el JavaScript SDK de Facebook inmediatamente después de la etiqueta <body> y luego agregarle el código html5 en el <div> donde colocaron código de twitter.

También pueden cambiar el look y el tamaño en la caja con las especificaciones que FB da aquí

Me funcionó, espero que a ustedes también.
Última modificación: 8 Sep, 2012, 11:38 pm por Cluster.
manu92gs   11 Sep, 2012, 2:04 pm
#28
Es un buen aporte lo de los botones para las redes sociales, y de este modo omitimos el instalar plugins para cosas tan sencillas -ya que desde mi punto de vista no es muy recomendable llenar de plugins tu foro-
Aunque como usuario, te recomendaria para los que usan copiar y pegar en los manuales y no investigan, que tu recomiendas poner lo del facebook donde esta el newthrrad, pero tambien podria ponerse dentro de un th^^ o algo, dependiendo del diseño un saludo!
Jason   21 Sep, 2012, 7:29 pm
#29
Gracias por la ayuda, funciona perfectamente.
pepepollo   27 Oct, 2012, 4:36 pm
#30
Hice todo, me aparece el boton de twiter, pero el de facebook no..

Salu2
Páginas (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.