I'm creating a web-based mobile application using jQuery Mobile.
I want to add "+1" and "Share" buttons (for Google+) and "Like" and "Share" buttons (for Facebook) to my application. but all of these buttons may use a popup window (e.g. for logging in).
Since my goal is creating a mobile web application, I shouldn't have any popup windows. So I can't use these default buttons.
Isn't there any way to have these four buttons without any popup window? (I don't know, maybe iframes, or an integrated system on our server, or something else...)