I am trying to create Facebook and Twitter share links that, when clicked, open another page with a message that is pre-filled, to a specific person.
I tried the following example in Twitter, but when I click on the link, it opens a page and in the Tweet box only shows the recommended link and nothing else:
<a href="https://twitter.com/share" data-related="targetperson" data-url="http://www.recommended-site.com" data-text="pre-filled text to appear in Tweet window.">Share on Twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
Any idea what I am missing? Also, how would I accomplish this for Facebook?