Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Don’t know about twitter, but Facebook explicitly forbids pre-filling any message text in their Platform Policies. You are only supposed to post text that the user has actively typed themselves. – CBroe Feb 12 at 22:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.