4pplecore
Forum Replies Created
-
Forum: Reviews
In reply to: [Seamless Social Sharing] Well doneHello, thanks for the positive feedback! The latest release (1.0.12) includes tooltips in icon-only mode!
Regarding the Twitter / X window, at the moment the plugin uses one consistent behavior for all sharing services: opening the share URL in a new browser tab/window depending on the visitor’s browser settings.
We don’t currently plan to add custom popup dimensions per network, as that would make the behavior less predictable and harder to maintain across providers and browsers.
If you prefer a popup-style frame, you may be able to customize this with your theme or a small JavaScript snippet targeting the Twitter/X button specifically.
Forum: Plugins
In reply to: [Seamless Social Sharing] Well done, but there are disadvantagesThanks 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.