Easy socializing for WordPress themes:
there is no need to upload a sociable plugin with the use of the beneath files = less loading time, less databse junk,
just follow the instructions here or read the README file, as it contains a few steps to match your current theme.
How to install:
- 1. Unpack this archive on your HD.
- 2. Open it and look for the style.css and social.php.
- 3. Adjust the css your current theme
e.g. background colors, font colors and so on in styles.css.
- 4. Adjust the image call som it compliments your current theme
e.g. path to your image folder : url ( images/digg.gif ) or url ( img/digg.gif ) and so on to match your current theme. - 5. Upload the social template to your current themes folder, the images to the themes image folder.
- 6. Open your home.php, index.php and single.php, where you want to place the php call.
Best place to integrate would be after the tags call under each wp post call.with this php call:
- 7. REMOVE THE SPACES BEFORE PLACING IT
- 8. Cut and paste the css into your themes stylesheet.
- 9. You’re done, have fun.
< ? php include ( TEMPLATEPATH. " / social.php " ) ; ? >











