Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert a facebook like button in a confluence page?

Bahar Çağlar
Contributor
September 2, 2012

I am trying to add facebok like putton to my confluence page.

Facebook developers gives the code:

http://developers.facebook.com/docs/reference/plugins/like/

I tried to add html using html-include macro, but it doesn't work :S

I want to add social links like atlassian blog does.

How can I do this? Please help.

Thanks for answers.

2 answers

3 votes
sdgew sdfwe
Contributor
September 3, 2012

~~~ spam ~~~

2 votes
David at David Simpson Apps
Atlassian Partner
September 2, 2012

See this reference:

http://developers.facebook.com/docs/reference/plugins/like/

Adapting the HTML5 version of the generated code...

Browse to Confluence Admin | Look & Feel | Custom HTML

In At the end of HEAD, paste:

<script>
AJS.toInit(function(){
	var fbLike = '<div class="fb-like" data-href="' + window.location.href + '" data-send="false" data-width="450" data-show-faces="true"></div>';	
	var fbScript = '<div id="fb-root"></div><script>(function(d, s, id) {  var js, fjs = d.getElementsByTagName(s)[0];  if (d.getElementById(id)) return;  js = d.createElement(s); js.id = id;  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";  fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</' + 'script>';
	
	AJS.$('.wiki-content').append(fbLike);
	AJS.$('body').prepend(fbScript);
});
</script>

You should now be able to like and also post to FB:

Bahar Çağlar
Contributor
September 2, 2012

This inserts to header, but I want to add wherever I want to use it.

David at David Simpson Apps
Atlassian Partner
September 3, 2012

Yes, that looks kinda weird. I've made a minor edit to the script and it's working good for me on Confluence 4.2 using Google Chrome and Safari on a OSX Lion.

This approach may be better than the answer by @Bahar Çağlar because it automatically will embed the like button on all Confluence pages/blogposts.

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, likes for trees, atlassian community, social impact, tree planting campaign, community kudos, atlassian giving, environmental impact, sustainability, likes for good, atlassian social responsibility, community challenge

Make every click count—help us plant 50,000 trees! 🌳

Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!

Help us plant more trees
AUG Leaders

Atlassian Community Events