Michaël Zwyssig

Results 3 comments of Michaël Zwyssig

Same problem here. Facebook scrapes the site and uses the meta tags. Is the 'feed' method implemented?

Okay, I managed to make it work like this ``` const params: UIParams = { method: 'share_open_graph', action_type: 'og.shares', action_properties: JSON.stringify({ object: { 'og:url': url, 'og:title': 'OG Title', 'og:description': 'OG...

Hi ! Any news on this ? Thanks