Created
November 11, 2019 14:05
-
-
Save okomarov/363ae481113d489a443c0a135c2ca045 to your computer and use it in GitHub Desktop.
viral queue share button actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="fas fa-envelope" href="mailto:?subject=Trade like a pro&body=This is neat!%0A%0AGet Mega Duper App.%0A%0APlease sign up with my link: {{ url }}%26channel=email"></a> | |
<a class="fab fa-facebook-f" href="https://www.facebook.com/sharer.php?u={{ url }}%26channel=facebook" | |
data-share-url="https://www.facebook.com/sharer.php?u={{ url }}%26channel=facebook" onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-facebook-messenger" href="fb-messenger://share/?link={{ url }}%26channel=fb_messenger" | |
data-share-url="fb-messenger://share/?link={{ url }}%26channel=fb_messenger" onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-whatsapp" href="whatsapp://send?text=Get+Mega+Duper+App%3A+{{ url }}%26channel=whatsapp" | |
data-share-url="whatsapp://send?text=Get+Mega+Duper+App%3A+{{ url }}%26channel=whatsapp" | |
onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-twitter" href="https://twitter.com/intent/tweet?url={{ url }}%26channel=twitter&text=Get+Mega+Duper+App%3A&source=webclient" | |
data-share-url="https://twitter.com/intent/tweet?url={{ url }}%26channel=twitter&text=Get+Mega+Duper+App%3A&source=webclient" | |
onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-linkedin-in" href="http://www.linkedin.com/shareArticle?mini=true&url={{ url }}%26channel=linkedin" | |
data-share-url="http://www.linkedin.com/shareArticle?mini=true&url={{ url }}%26channel=linkedin" onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment