Probé y no se solucionó.
El google SEO lo tengo bien configurado.
Opté por borrar el ishare.
Tengo este código:
Código PHP:
<?php
<div style="margin-top: 6px; padding-right: 10px;" class="float_left">
<strong style="float: left; padding-right: 10px;">Share to:</strong>
<a
title="Send to Digg"
href="http://digg.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/digg.png" alt="Digg"
/></a>
<a title="Send to Delicious"
href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/delicious.png"
alt="Delicious" /></a>
<a title="Send to Reddit"
href="http://reddit.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/reddit.png" alt="Reddit"
/></a>
<a title="Send to Facebook"
href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/facebook.png"
alt="Facebook" /></a>
<a title="Send to Twitter" href="http://twitter.com/?status={$thread['subject']}
- {$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/twitter.png" alt="Twitter" /></a>
<a
title="Send to StumbleUpon"
href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/stumbleupon.png"
alt="StumbleUpon" /></a>
<a title="Send to Google
Buzz"
href="http://www.google.com/buzz/post?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/google_32.png" alt="Send
to Google Buzz" /></a>
<a title="Send to LinkedIn"
href="http://www.linkedin.com/shareArticle?mini=true&url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src="{$mybb->settings['bburl']}/images/share/linkedin_32.png"
alt="Send to LinkedIn" /></a>
</div>
Quisiera que aparezca después tema y antes de la publicidad...
Como en la imágen adjunta
Muchas gracias