Greetings,

hope every one is fine on this community..

I am facing a problem, that's why i am here for some help.

i need to implement Facebook, tweet and G+ button my on my app (windows software)

but i can't figure out a way.. because web version have many settings like Java script, DIV etc etc. But i need a single url format so, that i can call from my app.

example: i have place a fb like image on my app and when user click on it. it will use following windows API call to open that link/like in user default browser

Code:
ShellExecute hWnd, "open", "http://www.facebook.com/like?herf=myURL", vbNullString, vbNullString, 1
hope that make sense

i need for all above 3 button (fb like/tweet/G+)

any help would be highly appreciated..

thanks in advanced

best regards