Viewing 2 posts - 1 through 2 (of 2 total)
    • Author
      Posts
    • renomartins
      Guest

      Code:

      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.

      renomartins wrote:

      Code:

      <?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

      Code:


      For retweet(twitter) button the function is

      Code:


      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..

    Viewing 2 posts - 1 through 2 (of 2 total)
    • The topic ‘"wp_socializer(‘plusone’, ‘type=tall’)" don’t works’ is closed to new replies.

    Subscribe for updates

    Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter