Hi
This is from the Sociable plugin website
https://yoast.com/wordpress/sociable/
Changing the location of the icons
Instead of attaching the buttons to the end of the post, you can also choose to work them into your template. You can do that simply by adding the following code anywhere you’d like the buttons to appear:
<?php if (function_exists(‘sociable_html’)) {
echo sociable_html();
} ?>
You can also choose to show only a selected group of sites:
<?php if (function_exists(‘sociable_html’)) {
echo sociable_html(Array(“Reddit”, “del.icio.us”));
} ?>
This will show these sites only when they are activated in Sociable’s settings. If you’re using this, be sure to disable any automatic additions to the content in the Sociable admin panel.
So use that code, put it in your template after the code I sent you yesterday. That gives you control over where the icons appear. Turn off “automatic additions to content” in the sociable admin panel.
=========
Images: the img src to MySpace and Digg are
https://www.pumatalk.com/blog/wp-content/plugins/sociable/images/
They are missing the image filename at the end of the URL
The image for del.icio.us is 520 pixels long and consists of the URL to the image, as a graphic – the words, no visual.
https://www.pumatalk.com/blog/wp-content/plugins/sociable/images/delicious.jpg – take a look at that URL
You need a replacement image for delicious.jpg, or else you are using the wrong filename. I believe you can configure this stuff in the sociable plugin control page