houdini/app/views/common/_social_buttons_small.html.erb

18 lines
789 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<a target='_blank' class='button--circle facebook' href="<%= render 'components/facebook_link'%>">
<i class='fa fa-facebook '></i>
</a>
<a target='_blank' class='button--circle twitter' href="<%= render 'components/twitter_link', text: @article.title %>">
<i class='fa fa-twitter'></i>
</a>
<a target='_blank' class='button--circle grey' href='https://www.linkedin.com/cws/share?url=<%=url_encode(request.original_url)%>'>
<i class='fa fa-linkedin'></i>
</a>
<a target='_blank' class='button--circle google' href='https://plus.google.com/share?url=<%=url_encode(request.original_url)%>'>
<i class='fa fa-google-plus'></i>
</a>