2
I am "playing" with the SPA MVC(C#) and would like to know how I put the social media buttons on my site. I looked for some examples here on the site and by my query, I found nothing that satisfied me. Another thing is that the examples I get on the net, always come pointing to other sites. I would like to do things, but without pointing to external environments, because some places do not allow this and it is a security flaw, as this below:
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="www.devmedia.com.br" data-text="Teste" data-count="horizontal" data-via="aqui-seu-nome-de-usuario-do-twitter" data-lang="pt">twitter</a>
Could you be clearer in your question? Do you want the buttons of what action? Which social network? What you meant by "I’d like to do things, but without pointing to outside environments, because some places don’t allow it and it’s a security breach"?
– Randrade
@Randrade, is put those access buttons to Facebook, Twitter and etc.
– pnet