hello,
i want to pass dynamic path to facebook href i tried this but not working
@string path = "http://abc.com/" + HttpContext.Current.Request.Url.AbsolutePath;
<div class="fb-like" data-href="@path" data-width="" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>