How to share a post with link?
A social media post is a message that is created and published on one of the social media platforms. It may include text, images, videos, links to pages, and other content.
Share with link
There are a number of ways to share a post and the best way depends on the type of social media and how you want to share it. The simplest way is just by using a URL with text.
Post on Facebook
<a href="https://facebook.com/sharer/sharer.php?u=renderform.io"e=I love RenderForm">
Post on Facebook
</a>
Example: Post on Facebook
Post on Twitter
<a
href="https://twitter.com/intent/tweet?text=RenderForm is great!"
data-size="large">
Post on Twitter
</a>
Example: Post on Twitter
Post on LinkedIn
<a href="https://linkedin.com/sharing/share-offsite/?url=https://renderform.io">
Post on Linkedin
</a>
Example: Post on LinkedIn
Post on Reddit
<a href="https://www.reddit.com/submit?url=https://renderform.io&title=Try RenderForm!">
Post on Reddit
</a>
Example: Post on Reddit
Share with E-mail
<a href="mailto:[email protected]?subject=RenderForm is great!&body=Hey Jakub!">
Send with E-mail
</a>
Example: Send with E-mail
How to open post sharing in a new tab?
To tell web browser to open a sharing post in a new tab you need to use target='_blank'
in <a>
tag. See example below:
<a href="https://renderform.io" target="_blank">Open in new tab</a>