Facebook share options?
-
Very cool plugin… nice and fast code.
But im have a thing with the social-share thingy.
Is only shows the facebook like-button. Not a share button.
How can i use this snippet in the code ?
<div id=”fb-root”></div>
<script src=”http://connect.facebook.net/en_US/all.js”>
</script>
<script>
FB.init({
appId:’APP-ID’, cookie:true,
status:true, xfbml:true
});FB.ui({ method: ‘feed’,
name: ‘Cool Quiz’,
link: ‘https://domain.com’,
picture: ‘http://quiz.jpg’,
caption: ‘Test your knowledge’,
description: ‘Hey Dude – Can you do it better than me ?l’});
</script>
The topic ‘Facebook share options?’ is closed to new replies.