Hi, I just discovered this usefull link -> http://donordigital.com/services/socialshare/ <-
I am just wondering how can i inser a variable there in the text:
for example :
"https://www.facebook.com/dialog/feed?app_id=184683071273&link=www.google.com&picture=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F762369348300251136%2F5Obhonwa.jpg&name=GAME%20NAME&caption=%20&description=Your%20Highscore%20is%20%3A&redirect_uri=http%3A%2F%2Fwww.facebook.com%2F"
I must add there a variable for example highscore, i've tried to put it like this
"Your%20Highscore%20is%20"&highscore" ... "
but after &highscore Construct doesn't take the link anymore, or it's not displayed.
Just to know the code is like this:
On "Facebook" button clicked -> Browser -> go tu Url "[the url above]"
I think this is the easiest way to share on FB
Thanks!