Guest User

Untitled

a guest
Sep 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Share link to posts when using FB.ui
  2. function share(name, description) {
  3. FB.ui({
  4. method: 'feed',
  5. name: name,
  6. picture: '/img/fb.png',
  7. link: url,
  8. caption: '',
  9. message: '',
  10. description: description
  11. }, function() {
  12. });
  13. }
Add Comment
Please, Sign In to add comment