Another social buttons

Posted in: Newspaper
Post count: 224

Hi, i need to change your social buttons on my ones, coz i need much more different buttons for different social networks. How and where can i do it? I’ve got my own code, it’s bellow in this message.
Adn also i want to place these buttons on the top of every my post, could you help me with this too?

I have a code like this for buttons:
<script type=”text/javascript”>(function() {
if (window.pluso)if (typeof window.pluso.start == “function”) return;
if (window.ifpluso==undefined) { window.ifpluso = 1;
var d = document, s = d.createElement(‘script’), g = ‘getElementsByTagName’;
s.type = ‘text/javascript’; s.charset=’UTF-8′; s.async = true;
s.src = (‘https:’ == window.location.protocol ? ‘https’ : ‘http’) + ‘://share.pluso.ru/pluso-like.js’;
var h=d[g](‘body’)[0];
h.appendChild(s);
}})();</script>
<div class=”pluso” data-background=”#ebebeb” data-options=”big,square,line,horizontal,nocounter,theme=08″ data-services=”facebook,twitter,vkontakte,surfingbird,odnoklassniki,google,moimir,pinterest,tumblr,yandex”></div>

Post count: 6600

Hi,

You can add it in loop-single.php file http://screencast.com/t/AtKs6roeyi
Keep in mind that adding your code in the loop-single.php file will show the icons only on default post template, if you want to add them on other post templates you have to do it again with the other template files:
http://screencast.com/t/HbgI96d5
You can also try to use a plugin to get this done.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.