andru26
3/30/2017 - 9:53 PM

FB custom Story Share

FB custom Story Share

FB.ui({
	method: 'share_open_graph',
	action_type: 'ddpersonalitea:share',
	action_properties: JSON.stringify({
		'quiz': {
      'og:type': 'ddpersonalitea:quiz',
      'og:url': 'https://ddpersonali-tea.com/',
      'og:title': quizResults[resultIndex].ogTitle,
      'og:description': quizResults[resultIndex].ogDescription,
      'og:image': quizResults[resultIndex].ogImage,
      'og:image:width' : '1200',
      'og:image:height' : '630'
		}
	})
}, function(response){
	console.log(response);
});