New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook Like button support #176
Comments
I looked into adding this, but it seems like you have to go through a somewhat involved process to register for a Facebook developer's account in order to add a like button to your site. I wasn't interested in jumping through all those hoops, to find out how I could add a like button. If you have a developer account and want to help, I'd love to know how I can add support. Just like with the other sharing plugins, It would be nice if I could just add a generic code snippet and provide a place to enter the configurations in the _config.yml. Is that something you'd like to help with? |
Its actually really easy. Just go here and generate some code: https://developers.facebook.com/docs/reference/plugins/like/ You do not need a developer account to do it. |
had a look at this. When I go to the facebook developers page to generate the 'like' button code it embeds my appID. for this, I added:
The height of the like box is not great, so if anyone can assist with that it would be great. cheers Nik |
ahh, mine had an appID as I was logged in an recently generated the App! add this to your sharing.html:
and this to your config.yml
still needs tweaking. maybe putting in a specific locatio div? anyway, hope its of use. see how it looks on burnsoft.github.com/blog |
I'd prefer if it could be on the same line as the other sharing buttons. |
agreed. just not sure how to do that ;-) |
To get FB button on the same line as other buttons I added
to |
…5b44a17ed72e0f3 Facebook Like button integration, fixes imathis#176
I was previously having an issue with the alignment of the facebook likes button. Similar to above, I added:
to |
It would be nice to see Facebook Like button support on posts.
The text was updated successfully, but these errors were encountered: