-BVR-
Legacy Member
Conversal zei:En hoe stel je in dat de URL die geliked wordt, de pagina waarop je momenteel zit? (Dus niet steeds je homepage...)
Code:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_GB/all.js#xfbml=1"></script>
<fb:comments href="example.com" num_posts="2" width="500" id="facebook_comments"></fb:comments>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#facebook_comments').attr('href', document.domain + window.location.pathname);
});
</script>
