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

Text is not passing to Facebook #28

Open
trane294 opened this issue Jan 1, 2016 · 7 comments
Open

Text is not passing to Facebook #28

trane294 opened this issue Jan 1, 2016 · 7 comments
Labels

Comments

@trane294
Copy link

trane294 commented Jan 1, 2016

When I am trying to share with Facebook everything is passing except text. What can I do?

@naoufal
Copy link
Owner

naoufal commented Jan 9, 2016

@trane294 Can you share a code snippet?

@9mm
Copy link

9mm commented Feb 10, 2016

I'm also wondering the same thing. Here's a snippet:

ActivityView.show({                                    
  text: `Check out ${username}... ${shareURL}`,        
  imageUrl: SquareThumb.imageUrl(image, desiredWidth), 
  exclude: [                                           
    'postToFlickr',                                    
    'postToWeibo',                                     
    'airDrop',                                         
    'assignToContact',                                 
    'saveToCameraRoll',                                
    'print',                                           
    'postToVimeo'                                      
  ],                                                   
});                                                    

@9mm
Copy link

9mm commented Feb 10, 2016

Not sure if it's possible to also pass the text in Facebook Messenger?

@naoufal
Copy link
Owner

naoufal commented Feb 16, 2016

@9mm We've got #32 in review. Once merge it should fix this.

@9mm
Copy link

9mm commented Feb 16, 2016

Will any extra changes be required on my part or will it just work(tm)?

@grabbou
Copy link
Contributor

grabbou commented Feb 19, 2016

Unfortunately, according to http://stackoverflow.com/a/30846293 this is disabled on Facebook side. Having said so, this issue can be closed.

@9mm
Copy link

9mm commented Feb 19, 2016

Is it possible at least to make the image clickable via the specific link?

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

No branches or pull requests

4 participants