Marketers Delight is currently only available for Thesis 2.0.3

How to Add Custom Share Codes to Your Skin

Kolakube skins have great share button management. You know, retweet, Facebook like, Google+ share buttons. You can add your own custom codes to your site without any extra plugins.

It’s simple to add your own. Just navigate to your skin options panel, and click the Posts tab. You’ll see the custom share codes box:

Custom Share Codes

Click for a larger view

This is where you paste your custom codes.

Say for example I wanted to add a LinkedIn share button. I’d go get my LinkedIn button and paste it into the box, wrapping it with the HTML tag li.

<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>

Save options, and my LinkedIn button was added!

Custom share code

You can add as many as you want, just be sure to wrap them with a li tag to keep everything in order!

<li>
...share code...
</li>

Comments on this entry are closed.