Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Julian Silva

Vincular páginas do Google + ao wordpress

Recommended Posts

Estou tentando vincular meu wordpress com a minha página do google +. Problema é que tentei uns tres plugins e widget e toda vez que mando teste ele retorna:
Verifique se a linha de código foi adicionada à página inicial de seu site e se a página inicial modificada está ativa em seu site. Em seguida, teste novamente.

Ele me fornece o código <a href="https://plus.google.com/112809267225722368478" rel="publisher">Google+</a> mais nem sei onde inserir isso... E imagina q sendo um link deve ficar meio podre e perdido no layout. Alguém ajuda aew?

Compartilhar este post


Link para o post
Compartilhar em outros sites

Uso esse código para vários compartilhamentos, o css é com você:

 

<div class="share">
				<p>
                Compartilhar:
	<a href="http://digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/digg.png" alt="digg" title="digg" /></a>
    
	<a href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/delicious.png" alt="delicious" title="delicious" /></a>
    
	<a href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>&t=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/facebook.png" alt="facebook" title="facebook" /></a>
    
	<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/googlebookmark.png" alt="googlebookmark" title="googlebookmark" /></a>
    
	<a href="http://sphinn.com/submit.php?url=<?php the_permalink() ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/sphinn.gif" alt="sphinn" title="sphinn" /></a>
    
	<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo(template_url); ?>/images/stumbleupon.png" alt="stumbleupon" title="stumbleupon" /></a>
    
	<a href="http://technorati.com/faves?add=<?php the_permalink() ?>"><img src="<?php bloginfo(template_url); ?>/images/technorati.png" alt="technorati" title="technorati" /></a>
    
    
    <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=80&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:20px"></iframe>   

<!-- Coloque esta tag onde você deseja que o botão +1 seja renderizado -->
<g:plusone size="medium"></g:plusone>

<!-- Coloque esta chamada de renderização conforme necessário -->
<script type="text/javascript">
  window.___gcfg = {lang: 'pt-BR'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

   <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="SeuTwitter" rel="nofollow"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>


				</p> 
			</div>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.