Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to share images or view text on iOS #49

Open
RockinRonE opened this issue Aug 16, 2017 · 1 comment
Open

Unable to share images or view text on iOS #49

RockinRonE opened this issue Aug 16, 2017 · 1 comment

Comments

@RockinRonE
Copy link

RockinRonE commented Aug 16, 2017

The following code produces a blank screen:

facebookShare = () => {
		shareOnFacebook({
        'text':'Global democratized marketplace for art',
        'link':'',
        'imagelink': 'https://storage.googleapis.com/bookshelf-today/august/AUG-16.png',
      },
      (results) => {
        console.log(results);
      }
    );
  }

The text and imagelink fields don't seem to work.

@doefler
Copy link
Owner

doefler commented Aug 17, 2017

Hey @RockinRonE

Facebook has changed what they allow the sharing modal to load with.
Now they only allow links.
Then the user will have to write their own text and pick their own image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants