Advertisement
JohnnyNT

js2

Jan 22nd, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <script type="text/javascript">
  2. document.addEventListener("DOMContentLoaded", function(event) {
  3. jQuery(document).ready(function($){
  4. $('.wpcf-share').ShareLink({
  5. title: "<?php echo get_the_title( $post_id ); ?>",
  6. text: "<?php echo sanitize_title(wp_strip_all_tags($description)); ?>",
  7. image: "<?php echo $post_thumbnail_url; ?>",
  8. url: "<?php echo get_permalink( $post_id ); ?>"
  9. });
  10. });
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement