You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
550 B
HTML
10 lines
550 B
HTML
<a class="twitter" href="https://twitter.com/intent/tweet?text={{ .Permalink }} - {{ .LinkTitle }} {{ with .Site.Params.twitter }}by @{{ . }}{{ end }}"><span class="icon-twitter"> {{ .Site.Params.tweet | default "tweet" }}</span></a>
|
|
|
|
<a class="facebook" href="#" onclick="
|
|
window.open(
|
|
'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
|
|
'facebook-share-dialog',
|
|
'width=626,height=436');
|
|
return false;"><span class="icon-facebook-rect"> {{ .Site.Params.share | default "Share" }}</span>
|
|
</a>
|