Mahdi Ghiasi
Mahdi Ghiasi

Reputation: 15311

+1/Like/Share button for web based mobile app

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...)

Upvotes: 3

Views: 482

Answers (1)

Mike Brant
Mike Brant

Reputation: 71414

These are all OAuth services. So if you want to do something besides using typical javascript widgets, you will need to familiarize yourself with OAuth and make all of the respective browser redirections to the login pages yourself.

Upvotes: 2

Related Questions