0
How to apply Open Graph in this following code:
<div class="col-md-4">
<ul class="nav">
<li class="item-rede-social">
<a rel="facebook" href="">
<img src="imagens/facebook.png" class="img-responsive" alt="facebook"></a>
</li>
<li class="item-rede-social">
<a rel="instagram" href="">
<img src="imagens/instagram.png" class="img-responsive" alt="instagram"></a>
</li>
<li class="item-rede-social">
<a rel="twitter" href="">
<img src="imagens/twitter.png" class="img-responsive" alt="twitter"></a>
</li>
</ul>
</div>
Apply the Open Graph? What would that be?
– Woss
http://marketingdeconteudo.com/meta-tags-para-redes-sociais/
– Felipe Soares
Dude,
Open Graph
as far as I know aremeta tags
. Take a look at this link.– Wendel Rodrigues
Yes, I know what Open Graph is, but I want to know what you mean by applying it. As Wendel put it, Open Graph defines metatags that specify how Facebook will interact with your page. What would be the relationship with the social media links presented in the question?
– Woss