mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
FIX: Share by email link
This commit is contained in:
parent
940722fa19
commit
c94466074d
@ -1,4 +1,11 @@
|
||||
<div class="sc-links sc-links-share">
|
||||
<a
|
||||
href="mailto:?subject=I wanted you to see this site&body=Check out this site $Link"
|
||||
>
|
||||
<i class="fa fas fa-envelope"></i>
|
||||
<span class="visually-hidden">Share by Email</span>
|
||||
</a>
|
||||
|
||||
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={$AbsoluteLink}" rel="noreferrer" class="fb" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={$AbsoluteLink}','sharer','toolbar=0,status=0,width=530,height=520');return false;">
|
||||
<i class="fa fab fa-facebook-f"></i>
|
||||
<span class="visually-hidden">Share Facebook</span>
|
||||
|
Loading…
Reference in New Issue
Block a user