Page 4 of 4

facebook like button

Posted: Tue Apr 09, 2013 7:09 pm
by Puja Singh

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


facebook like button

Posted: Tue Apr 09, 2013 9:05 pm
by Kateryna Grynko

Hello,

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


facebook like button

Posted: Tue Apr 09, 2013 9:08 pm
by Puja Singh

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


facebook like button

Posted: Wed Apr 10, 2013 9:19 pm
by Illya Stepanov

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


facebook like button

Posted: Fri Apr 19, 2013 11:22 am
by Kateryna Grynko

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.