Twitter integration works fine for me, but I don't get the icons for facebook and google plus. Text links work for google plus and email. On my little test setup here is what is generated for facebook.
This is copied from the source of the web page.
from _config.yml
facebook:
app_id: 1633915466857637 # For a nicer (no js) sharing experience
profile_id: 520144582 # For follow button or profile link
action: like # Or recommend
share: true # Also add a share button
layout: button # Choices: standard, box_count, button_count, button
show_faces: false
colorscheme: light # Or dark
kid_directed_site: false # Is your site directed at kids under 13?
share_link_text: Facebook # Text for plain-old link
share_link_title: Share on Facebook # Share link title text
profile_link_text: Friend on Facebook
profile_link_title: Friend on Facebook # Profile link title text
comment_count: 5 # Number of facebook comments to show by default
comments_link_text: Comments
disabled_comments_text: Comments disabled # Set to '' to output nothing when comments are disabled
So there is no link, but I do get the setup. What did I miss?
In _config.yml, be sure that if you specify url: it should include the http:// otherwise it's really hard to find why your social buttons do not appear.
Twitter integration works fine for me, but I don't get the icons for facebook and google plus. Text links work for google plus and email. On my little test setup here is what is generated for facebook.
This is copied from the source of the web page.
from _config.yml
facebook: app_id: 1633915466857637 # For a nicer (no js) sharing experience profile_id: 520144582 # For follow button or profile link action: like # Or recommend share: true # Also add a share button layout: button # Choices: standard, box_count, button_count, button show_faces: false colorscheme: light # Or dark kid_directed_site: false # Is your site directed at kids under 13?
share_link_text: Facebook # Text for plain-old link share_link_title: Share on Facebook # Share link title text profile_link_text: Friend on Facebook profile_link_title: Friend on Facebook # Profile link title text
comment_count: 5 # Number of facebook comments to show by default comments_link_text: Comments disabled_comments_text: Comments disabled # Set to '' to output nothing when comments are disabled
So there is no link, but I do get the setup. What did I miss?
Thanks