クリックするとポップオーバーを起動するボタンがあります(ライブデモのように: http://twitter.github.com/bootstrap/javascript.html#popovers )
ここで、ポップオーバーのコンテンツ フィールドに単純ないいねボタンが必要です。それは可能ですか?現在、ポップオーバーにはリンクのみがテキスト " http://test.com "として表示されます。
現在:
<a href="#" id="example" rel="popover" data-content="http://test.com" data-original-title="Like"><img src="img/specialbutton.png"></a>