Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    The best way to do this is to either add some PHP code to make it append to the top of the content are instead of the bottom, or, if you have a custom theme, you can just call the QuickShare output directly.

    To add support for the custom placement in your theme, just add <?php if_function_exists( 'do_quickshare_output' ) { do_quickshare_output(); } ?> exactly where you want it to display in the html (before the_content().

    To filter at the top of the content automatically, I wrote a small add-on plugin that does that. I can post it if you’re interested.

    As for centering, I’d recommend just doing that with css (looks like the site is whitescreening right now, but I saw it earlier and it looked like that should be doable).

    Hi!
    Thanks for the great plugin! I would also like to place it at the top of the content so I am interested in the add-on plugin. Can you post it?
    Great job,
    Thanks!

    Plugin Author Nick Halsey

    (@celloexpressions)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make Quickshare appear on top of posts’ is closed to new replies.