私は次のjavascriptを使用しています。ただし、出力はテキストです。リンクにこの出力が必要です。
<script type="text/JavaScript">
_url = document.location
_picurl = "danny.jpg"
_title = "Your Title Here"
_desc = "Your Description Here"
_fbshare ="http://fbshare.mobie.in/l"
document.write( _fbshare + "?" + "site=" + _url + "&Pic=" + _picurl + "&Title=" + _title + "&Ds=" + _desc)
</script>
リンクで使用したいのですがdocument.write( _fbshare + "?" + "site=" + _url + "&Pic=" + _picurl + "&Title=" + _title + "&Ds=" + _desc)
、わかりません。