Hi Guys.
Im using collections to crate my website blog.
now, i used facebook API to allows users Comments with their facebook accounts on the bottom of the blog posts. now… to count the numbers of the comments im using this code:
<span class="fb-comments-count" data-href="https://www.webecy.com/post1-example"></span>
comments
to allows comments in the bottom of the page im using this code
<div class="fb-comments" data-href="https://www.webecy.com/post1-example" data-numposts="5"></div>
now…my question its how can i change the URL thats inside the code from post to post with collections?
so for example in one post it will be
<span class="fb-comments-count" data-href="https://www.webecy.com/post1-example"></span>
comments
and in the other one it will be
<span class="fb-comments-count" data-href="https://www.webecy.com/post2-example"></span>
comments
i saw that in another post
and its seems like its possible with that option… but the problem its that i dont have that option.

another question its… i wanna ad a view counter to everypost… how can i do that?
thank a lot!