• Resolved artblackman

    (@artblackman)


    An excellent plugin, but along with its buttons I would like to display information about views of this page collected by Post Views Counter. Here is its shortcode [post-views]

    Tell me where to insert or how to do it…

Viewing 1 replies (of 1 total)
  • Plugin Author 4pplecore

    (@4pplecore)

    Thanks for the suggestion and positive feedback. At the moment Seamless Social Sharing focuses specifically on rendering social sharing buttons, so we don’t plan to add built-in integrations for unrelated shortcode output such as post view counters.

    You can already place both outputs wherever you need using shortcodes:

    [post-views]

    [seamless_social_sharing]

    Or in a theme/template:

    <?php echo do_shortcode('[post-views]'); ?>
    <?php echo do_shortcode('[seamless_social_sharing]'); ?>

    That keeps each plugin responsible for its own output and avoids adding plugin-specific dependencies.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.