Pages - Menu

sexta-feira, 24 de agosto de 2012

Configurando os ícones de rede social

Para configurar os ícones de rede social. Vá até Modelo, editar HTML e digite Ctrl + F para abrir a caixa de pesquisa.

Na caixa de pesquisa digite <head> . Logo abaixo terá esse código:


<pt><pt><a href='LINK-TWITTER' style='position: fixed; left: 2px; top: 150px;' target='_blank'>
<img border='0' heigth='48' src='http://icons.iconarchive.com/icons/graphics-vibe/purple-glossy-social/128/twitter-icon.png' title='Siga-nos' width='48'/></a>
<a href='LINK-FACEBOOK' style='position: fixed; left: 2px; top: 200px;' target='_blank'>
<img border='0' heigth='48' src='http://icons.iconarchive.com/icons/graphics-vibe/purple-glossy-social/128/facebook-icon.png' title='Facebook' width='48'/></a>
<a href='LINK-GOOGLE-BUZZ' style='position: fixed; left: 2px; top: 250px;' target='_blank'>
<img border='0' heigth='48' src='http://icons.iconarchive.com/icons/graphics-vibe/purple-glossy-social/128/google-icon.png' title='Google Buzz' width='48'/></a> 
<a href='LINK-YOUTUBE' style='position: fixed; left: 2px; top: 300px;' target='_blank'>
<img border='0' heigth='48' src='http://icons.iconarchive.com/icons/graphics-vibe/purple-glossy-social/128/youtube-icon.png' title='Youtube' width='48'/></a></pt></pt>


Onde está colorido, apague e cole o link da sua rede social. Cuidado para não apagar nada a mais, inclusive as aspas.

Caso não tenha alguma rede social é só apagar o código referente.

Visualize e se estiver tudo certo salve e feche a tela de HTML.