Shortcodes

Content Shortcodes #

You can embed Share buttons with pasting the following shortcodes directly into your post content with the WordPress post editor. All parameters can be combined. E.g. This would be a valid shortcode: 

[mashshare shares="false" networks="facebook,twitter,linkedin" services="3" size="large" text="Share Me" buttons="true" align="right" url="https://google.com"]
  • Embed Share Buttons in pages or posts :
  • Buttons without sharecount :
  • Sharecount only :
    588.3k
    SHARES
  • Share buttons alignment :
  • Shortcode in template files via php :<?php echo do_shortcode(' '); ?>
  • Custom url :
  • Custom share text :
  • Custom Networks :
  • Custom Size :
  • Visible networks before plus button:
  • Show icon buttons only

PHP Shortcode #

If you need to place the shortcodes directly into your WordPress theme files use the following syntax:

<?php echo do_shortcode('[mashshare]'); ?>

You Can Combine Them #

You can combine all these shortcode parameters in one shortcode

Powered by BetterDocs

Leave a Comment