문제

I have integrated FB comment box here: http://slotenis.si/tenis-igrisce.asp

But it is now working. The thing is, that I show tennis courts by ID, for example:

http://slotenis.si/tenis-igrisce.asp?lid=1
http://slotenis.si/tenis-igrisce.asp?lid=2
http://slotenis.si/tenis-igrisce.asp?lid=3
etc.

I retreive lid from the database in classic ASP variable LocationID.

For this reason, I have integrated the FB comment box with the followin code:

div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments xid="<%=LocationID%>" href="http://www.slotenis.si/tenis-igrisce.asp" num_posts="10" width="630"></fb:comments>

When I try to post a comment, it takes some time, but nothing happens.

Help please.

도움이 되었습니까?

해결책

Solved. I had an error in domain name, tennis.si instead of tenis.si. What a stupid mistake.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top