ユーザーがブラウザに追加できるブックマークレット、簡単なコードがあります。
javascript:(function(){ListIt=document.createElement('script');ListIt.src='http://***.com/js/list_it/feed.js';document.body.appendChild(ListIt);})();void(0);
また、ユーザーが自分のサイトに追加できるボタンが必要なので、上記と同じようにクリックしますが、私が試しているのは何もしません。
これが私が試していることです:
<a href="#" onclick="(javascript:(function(){ListIt=document.createElement('script');ListIt.src='http://***.com/js/list_it/feed.js';document.body.appendChild(ListIt);})();void(0);)"><img src="http://***.com/images_/icons/list-it-button.png" border="0" title="List It!"></a>