Facebookの「いいね」や「シェア」ではなく、特定の人へMessenger形式で送るためのリンク。
AppIDが必要な点に注意。
設定については公式ドキュメントを参照してください。
なお「いいね」や「シェア」と同じく、投稿本文の内容はいじれません。
<a href="http://www.facebook.com/dialog/send? app_id=1234567890& link=https://hogehoge.com& redirect_uri=https://hogehoge.com& display=popup" onClick="window.open(encodeURI(decodeURI(this.href)), 'sharewindow', 'width=550, height=450, personalbar=0, toolbar=0, scrollbars=1, resizable=!' ); return false;">Messenger</a>
正式には「送信ダイアログ」と言うらしい。そりゃ「Messenger」で探しても見つからないよ。