開いているページのURLを記載してください。wordpress(ワードプレス)の際は、echo get_the_permalink();で現在開いているページURLを自動取得しています。
<a href="http://twitter.com/share?url=開いているページのURLを記載(シェアしたいページURL)">Twitter</a>
▼wordpress(での取得方法)
<a href="http://twitter.com/share?url=<?php echo get_the_permalink();?>">Twitter</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=開いているページのURLを記載(シェアしたいページURL)">Facebook</a>
▼wordpress(での取得方法)
<a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo get_the_permalink();?>">Facebook</a>
LINE
<a href="http://line.me/R/msg/text/?開いているページのURLを記載(シェアしたいページURL)">LINE</a>
▼wordpress(での取得方法)
<a href="http://line.me/R/msg/text/?<?php echo get_the_permalink();?>">LINE</a>