Files
medicalalert-web-reloaded/wp/wp-content/plugins/sharethis-share-buttons/templates/share-buttons/shortcode-templatecode.php
SRIRAM RAO TAKKALLAPELLY 4783d97a46 Merged in feature/MAW-846-sharethis (pull request #52)
Feature/MAW-846 sharethis

* MAW-846: ShareThis social button plugin

* MAW-846: ShareThis social buttons update

* Merged develop into feature/MAW-846-sharethis
2024-05-17 14:24:19 +00:00

17 lines
525 B
PHP

<?php
/**
* Shortcode Template
*
* The template wrapper for inline share button shortcode.
*
* @package ShareThisShareButtons
*/
?>
<textarea id="holdtext" style="display:none;"></textarea>
<div class="readonly-input-field">
<input type="text" id="inline-<?php echo esc_attr( $type['type'] ); ?>" value="<?php echo esc_attr( $type['value'] ); ?>" readonly size="40"/>
<button type="button" id="copy-<?php echo esc_attr( $type['type'] ); ?>"><?php esc_html_e( 'Copy', 'sharethis-share-buttons' ); ?></button>
</div>