Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <a class="share facebook" target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&title=<?php the_title(); ?>"></a>
  2. <a href="http://twitter.com/home?status=<?php the_title(); ?> - <?php the_permalink(); ?>" class="share-post__link" target="_blank" rel="noreferrer nofollow">
  3. </a>
  4. <a href="<?php echo esc_url('https://www.linkedin.com/shareArticle?mini=true&url=' . esc_url(get_the_permalink()) .'&title=' . esc_html(get_the_title()) .'&summary='. get_field('news_list_excerpt') .'&source='); ?>" class="share-post__link" target="_blank" rel="noreferrer nofollow">
  5. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement