• Hi,

    I’d like to place the sharing icons in my sidebar.php file instead of at the bottom of the post. Is there a line of code I can insert into my sidebar file to do this?

    Also, how can I turn off automatically displaying social sharing at the bottom of posts?

    Also, it’d be great if in future versions you also support displaying the icons vertically instead of only horizontally.

    Thanks!

    http://wordpress.org/extend/plugins/async-social-sharing/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rachel Baker

    (@rachelbaker)

    Jen,

    No sorry, there are no plans to change the way the plugin is constructed to allow for sidebar placement.

    The social sharing widgets need to be displayed within the WordPress loop to pull the relavent content information.

    Thread Starter jen697

    (@jen697)

    Sad face. 🙁 But thanks for the quick reply!

    One way to do this is to get the ENHANCED TEXT WIDGET plugin (allows php code in your sidebar widgets).

    Then enter this:

    <?php print async_share_social_box(); ?>

    Works perfectly for me 🙂 …after some styling of course

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Async Social Sharing] Custom placement’ is closed to new replies.