<?php
if(function_exists(‘wp_socializer’)){
echo wp_socializer(‘facebook’, ‘type=like&style=box_count’);
echo wp_socializer(‘retweet’, ‘type=normal’);
echo wp_socializer(‘plusone’, ‘type=tall’);
} ?>
Facebook and tweeter works. Plusone diplay standart type. What’s the matter?
Thanks.
I think.. i didnt mention in the documentation.. You need to include the “source codes of the required button” either in the header or the footer.
For the +1 button, include the function
For retweet(twitter) button the function is
Fb buttons do not need a script as it loads the button via “iframe”
Include these functions either in the “header or footer”
If you use these button using the “Administration” page, the scripts will be automatically inserted. So no need to insert manually.
If you are using WPSR only by manual insertion then do the above procedure.
Sorry for not mentioning in the docs.. Soon ill update in the docs..
Thanks for noting this..