I've created my own social media icon like so:
<a href="https://www.facebook.com/sharer/sharer.php?u=example.org"
target="_blank"><div
class="containercross">
<div class="cross1">
<div class="cross2"></div>
</div>
</div></a>
Css:
.cross1 {height:30px;
width: 7px; background-
color: black; margin-left:
50px;}
.cross2 {height:30px;
width: 7px; background-
color: black; margin-left:
50px;transform:ro
tate(90deg);margin-
left:0px;}
My question is whether u=example.org
from the code above will display example.org
when sharing or my site name? Otherwise how would it know what my site name was?