1

Is it possible to add option for share location somewhere in the code using share_open_graph?

FB.ui({
                    method: 'share_open_graph',
                    action_type: 'og.shares',
                    action_properties: JSON.stringify({
                        object: {
                            'og:url': url,
                            'og:title': title,
                            'og:description': description,
                            'og:image': thumb
                        }
                    })
                });

enter image description here

Toniq
  • 4,492
  • 12
  • 50
  • 109

0 Answers0