i m using the bootstrap popover in my wordpress site and its working well.but i want that in my popover i want to show 4 links but it doesn't showing any link instead of that its removing my image from where i want to open popover.
Here is my code for popover:
<ul class="thumbnails">
<li class="span2"><a data-original-title="Create" data-placement="top" rel="popover" data-html="true" data-content="<a>Hello</a> |<a>Hello</a> |<a>Hello</a> |<a>Hello</a> "><img src="http://placehold.it/170x170" class="img-circle" /></a>
</li>
</ul>
Here is my java script:
<script>
$('[rel="popover"]').popover();
</script>