• stephenjames716

    (@stephenjames716)


    is there a way to have sociable appear at the top of the post? any information would be appreciated.

    thanks,
    steve

Viewing 7 replies - 1 through 7 (of 7 total)
  • sociable

    (@sociable)

    stephenjames716: Check the section “Changing the location of the icons” on our website https://blogplay.com/sociable-for-wordpress/ – Regards!

    Thread Starter stephenjames716

    (@stephenjames716)

    thank you!

    sociable

    (@sociable)

    stephenjames716: You’re welcome!

    I saw that link which tells you to post this code:

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

    anywhere in the template of your blog but it doesn’t specify WHICH template. I have a Revolution theme and clicking on the editor presents a host of templates (page template, index template, page blogger template, etc). I don’t want to guess which of the several templates I need to post this into. If someone could be more specific I will greatly appreciate it! This one works wonderfully and unlike another one I tried did not break my feature gallery plugin so I’m determined to make it work. I really want this to appear at the top. Thanks!!

    Yes it does. It says “anywhere you′d like the buttons to appear”. So if you want to make it appear on the frontpage you put it in index.php. If in a page, you put it in page.php…

    I have placed the code in my single-post.php page (to only have socialable appear on article pages not feed). The problem is, not it seems to appear twice.

    The default location directly after the post, and in addition, where I coded it to be (in singepost.php)

    How do I remove/toggle off-deactivate the default location after the entry and only have it display where I placed the code?

    example found here:
    https://artofcommerce.com/?p=192

    nevermind! solved.

    though, might I suggest publishing that all position boxes in the plugin editor must be un-ticked for this (self defined) function to work.

    It makes sense now, but as a less experienced coder, it took me a little time to troubleshoot. just a thought..

    THANKS FOR THE PLUGIN!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘a way to have sociable appear at the top of the post?’ is closed to new replies.