Click here to Skip to main content
15,892,059 members

Comments by Christ_88 (Top 69 by date)

Christ_88 12-May-13 23:57pm View    
actually i can not show my problem on server for you. lets explain in this way and if you did not get it i will upload it.
right know when some one like my product it works perfect but when another person click the person liked link and come to my web site, the second person has a completely different like link because Facebook generate some QueryString on my link and the QueryStrings change my like URL and that continuous.

but i set the url in meta data then why it changes the like url ?

if it is not obvious, let me know to upload it on a server.
Christ_88 12-May-13 20:09pm View    
i updated the question could u have look ?
Christ_88 2-May-13 21:23pm View    
this one work fine
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<fvk:likebutton ID="Likebutton2" runat="server" Url="http://mywebsite.com/test.aspx?m=1" />
<fvk:likebutton ID="Likebutton1" runat="server" Url="http://mywebsite.com/test.aspx?m=2" />
<fvk:likebutton ID="Likebutton3" runat="server" Url="http://mywebsite.com/test.aspx?m=3" />
Christ_88 2-May-13 16:39pm View    
Can u explain what you wanna say by "Url... <-- out of data list"
I mean the like which i put out of data list and i did not embed their url, and i just wrote them. ye your are right i didnt use the solution because when i wrote the url with ?m=1 it didnt have any problem.
Christ_88 1-May-13 13:30pm View    
http://hillarsaare.com/projects/facebook/multi-like/
see this demo, but i dont know how can i make it for datalist likes.