• I want the bar on my homepage and it automatically inserted using “Below Content”. The bar doesn’t seem to want to load onto my homepage automatically, so I tried to manually add it.

    I can get it there by selecting “Manual Mode” and using the below function:

    <?php if(function_exists(‘selfserv_shareaholic’)) { selfserv_shareaholic(); } ?>

    However, if I switch to “Below Content” the above function doesn’t work.

    Is there an alternative function that I can run while in “Below Content” mode that will allow me to add the bar to custom locations/pages?

    The below function works in “below content” mode but I would prefer to have the whole social bar.
    <?php if(function_exists(‘get_shr_like_buttonset’)) { get_shr_like_buttonset(‘Bottom’); } ?>

    http://domgreentech.com/

    http://wordpress.org/extend/plugins/sexybookmarks/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Shareaholic | email, bookmark, share buttons] Manual & Below Content Mode’ is closed to new replies.