リンクタグのhref属性を変更したい古いFacebook共有ボタンの例があります。以下のコードを使用しましたが、href値を変更できませんでした。なぜそれが機能しないのか誰かが提案できますか?
<a id="shareMe" name="fb_share" type="button" href="http://www.facebook.com/sharer.php">Share Me</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<script type="text/javascript">
document.getElementById("shareMe").href="javascript:alert('hi');";
</script>