Puja Singh
Posts: 0
Joined: Tue Apr 09, 2013 7:09 pm

facebook like button

Hi Katya, Looking for how do I integrate Like button using Cordova plug-in on iOS. All the examples show how to login and share. How to handle the Signup that shows by default with LIKE button if no one is logged into FB?

Tried using panel you suggested, works fine when one is logged in. But, does not work if no one is logged in as it is mentioned earlier...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

facebook like button

Hello,

Facebook design doesn't support "Like" button work in Cordova library.
We'll continue researching.

Puja Singh
Posts: 0
Joined: Tue Apr 09, 2013 7:09 pm

facebook like button

Thank you for your quick reply. Does that mean that there is no way we can add Like button in Cordova based iOS application?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

facebook like button

Hi - we are still looking for the solution but unfortunately nothing yet.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

facebook like button

Hello,

Unfortunately we do not have a solution better than the following.

Like button is not compatible with Cordova. You can create link to page:
codewww.facebook.com/plugins/like.php?api_key=&locale=en_us&sdk=joey&href=http%3A%2F%2Ftiggzi.com&node_type=link&width=320&layout=standard&colorscheme=light&show_faces=false&send=true&extended_social_context=false/code
In this URL replace:
codehttp%3A%2F%2Ftiggzi.com/codewith the page you want to "like" encoded: http://en.wikipedia.org/wiki/Percent-...
Then when navigate you'll see white background and Like button.

Return to “Issues”