Hello Wayne,
I am sorry for the late reply.
I have check your site and it seems like you have made some customization on the EasyBlog style.css. Here the original code:
#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images,
#eblog-wrapper.w600 #socialbutton,
#eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
display: none !important;
}
And I have changed it to:
#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images {
display: none !important;
}
I have removed the socialbutton css code from it so that it can be displayed. Screenshot:
http://screencast.com/t/vBYYpaRyM . Can you check it for me is this issue is resolved?
Looking forward to hear from you again.