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

Android can not tweet image #72

Open
JHEN-GSIANWONG opened this issue Jan 3, 2019 · 1 comment
Open

Android can not tweet image #72

JHEN-GSIANWONG opened this issue Jan 3, 2019 · 1 comment

Comments

@JHEN-GSIANWONG
Copy link

I use the tweet function, and I want to share image. How can I do?

tweet : function() {

shareOnTwitter({
    'text':'Global democratized marketplace for art',
    'link':'https://artboost.com/',
    'imagelink':'https://artboost.com/apple-touch-icon-144x144.png',
    //or use image
    'image': 'artboost-icon',
  },
  (results) => {
    console.log(results);
  }
);

},

@sakatech-jp
Copy link

I have same issue.

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