Skip to content

Instantly share code, notes, and snippets.

@beovulf
Created February 5, 2016 14:52
Show Gist options
  • Save beovulf/3d67cdbc0155b6de2118 to your computer and use it in GitHub Desktop.
Save beovulf/3d67cdbc0155b6de2118 to your computer and use it in GitHub Desktop.
Social button. Simple Share Button adder plugin
<button class="btn btn-default btn-bottom-page" data-toggle="modal" data-target="#modal1"><img src="<?php echo get_template_directory_uri(); ?>/img/[email protected]" alt="" / height="20" class="img-btn-bottom"> <?php _e('Share','taco'); ?></button>
<div class="modal fade bs-example-modal-lg" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-sm">
<div class="modal-content offer-form offer-form-modal">
<h4 class="social-text"><?php _e('Podziel się ze znajomymi', 'taco') ?>:</h4>
<?php echo do_shortcode("[ssba]"); ?>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment