Created
May 13, 2011 17:10
-
-
Save danjesus/970911 to your computer and use it in GitHub Desktop.
Exemplo de compartilhe no facebook e no twitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Marcação HTML--> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="pt-br" lang="pt-br"> | |
<!--// marcação HTML --> | |
<!-- Tags acionais Open Graph e Facebook --> | |
<meta property="og:title" content="Titulo da página"/> | |
<meta property="og:type" content="article"/> | |
<meta property="og:url" content="url de exibição"/> | |
<meta property="og:image" content="imagem de exibição"/> | |
<meta property="og:site_name" content="Nome do site"/> | |
<title>De preferencia este titulo deve ser dinâmico </title> | |
<!--//Tags acionais Open Graph e Facebook --> | |
<!-- Exemplo de marcação de links do AddThis --> | |
<span class="addthis_toolbox addthis_default_style" addthis:url="sua URL" addthis:title="seu Titulo" addthis:description="sua descrição"> | |
<a class="addthis_button_facebook"></a> | |
<a class="addthis_button_twitter"></a> | |
<a class="addthis_button_orkut"></a> | |
</span> | |
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4dbeeb27724dfe80"></script> | |
<!--// Exemplo de marcação de links do AddThis --> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment