I'm creating a mobile application with HTML5 and JS. I added the Facebook comment plugin to my application in order to give user the ability to comment. But it is not working when I create APK file, I think it will not work on IOS either.If there is another solution better than FB plugin I will appreciate it.
Thank you
Related
I have some issue with ionic and facebook for displaying a post with the facebook iFrame. It bothers me a little because this method was working 2 months ago and now it seems that it has changed.
I have followed the method provided by Facebook Developers at this link.
The post display very well on a browser but not on a real device. However, I don't have any console error while making request on the phone. Just an iFrame saying the post doesn't exist (It is the one of the example given by Facebook).
I have already install the cordova whitelist plugin for the allow-origins problem.
I really don't see what has changed since the last time. Did facebook made a change in their plugins ? Or am I forgetting something on the device side ?
Thanks for your advice.
i think as it says in the facebook developers faqs
for the web simple copy paste works but for ios/android you have to register for a developer's account and register an app as well
this guide might also be of help
https://ionicframework.com/docs/native/facebook
I am trying to intergrate Google+ into my app but nothing works for phonegap. I tried also the plugin of Eddy and it gave me a big error.
So I am asking, is there a good way how to intergrate Google+ into a phonegap app? And if so, is it explained well? Please leave a comment if you know how to intergrate Google+ into a phonegap app.
I've compiled my HTML5 app using phonegap and using Boostrap 3 to help speed development.
I've installed the app on my mobile but some of my images aren't showing.
I'm using svg's but I don't think that is the problem because one of them is loading and the other two aren't. The images test fine and show fine in my web browsers but just not as an app.
Any ideas help, does this have something to do with the config.xml file and outlining the app to have access to resources from a web server?
I'm also looking for advice to how intergrating facebook login works?
please verify in your config.xml
<access origin="*"/>
i think issue may come ios only.
then using cordova only not possible to achieve facebook login. so you need to integrate with facebook connect plugin.
http://css-tricks.com/using-svg/
Have a look at the above link. svg has problems with android 2.3 and down.
I would like to include a menu item in my Android app (built using Cordova/PhoneGap) that provides users with the ability to invite their friends to download the app from Google Play.
Does anyone know of an existing solution for this? I have not had much luck finding one.
On BlackBerry10, this is extremely easy to do (literally 1 line of code). It leverages the OS and BBM to share the download URL of your app with your closest friends:
blackberry.bbm.platform.users.inviteToDownload();
link
Please tell me something similar like this exists for Android (iOS?) ? Thank you.
I use this plugin and works perfectly: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
It's a sharing plugin that allows a lot of configuration options. You could configure it so users share a link to your app on Google Play. The documentation explains how to set everything up.
I am planing to build an android app, which will have user posted content and comment on that content. I want to use a ready made solution for the comments, which is also viral.
For example, using Facebook comments for website can do the job. But I am not able to locate such a plugin for Android (java) app.
Is there a way I can do it easily? or should I build my app using phone gap or something like that and use fb comments widget.
Will there be any problem in approval if the app is in phone gap?
Thanks in advance!
#happyhardik This might be just what you're looking for: Socialize. http://www.GetSocialize.com. SDKs for both iOS and Android. Integration with Facebook (and soon Twitter). Let me know if it's what you wanted!