I currently have a custom themed blog running on wordpress with Jetpack installed.
I have enabled Sharing, and have dragged various social site sharing services into the “Enabled Settings” section (Facebook, Twitter, Google+, Digg, etc).
However, on my custom blog the sharing buttons are presented in a listed order without any sharing icons (just text).
Which means my sharing bar looks like this:
A Blog Post
DD/MM/YY
blah blah blah blah blah
> Facebook
> Twitter
> (This is empty, its supposed to be Google+ here)
> Digg
> Etc
Posted in Uncategorized
Does anyone know the default CSS to display these sharing icons in Jetpack, or am i doing something wrong?
Right, turns out I left out a very important line of code to enable the plugins to work.
This has to be included immediately before the
</body>
tag in order for it to work.I didn’t include it in, and therefore it broke the plugin system, rendering any plugins that I’ve enabled to be useless.
Once you’ve got that in the right place, Jetpack should show up clearly and you only need minor tweaking (font size, margins, etc) to assimilate it into WordPress.
Hope that helps.
For example ( http://css.maxdesign.com.au/listamatic/horizontal02.htm):