Sha256: f3e5ccd1c4af0119a6bd9d720db255f48f6fc745845ce475aa09a909dd0fc814
Contents?: true
Size: 1 KB
Versions: 8
Compression:
Stored size: 1 KB
Contents
{%- assign share_title = "Share on" -%} {%- assign linkedin = site.data.blog.social_share[0] -%} {%- assign twitter = site.data.blog.social_share[1] -%} <h4>{{ share_title }}</h4> <a href="https://twitter.com/intent/tweet?{% if twitter.username %}via={{ twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn-social btn-twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ share_title }} Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> <a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn-social btn-linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ share_title }} LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
Version data entries
8 entries across 8 versions & 1 rubygems