I am creating task shared with facebook I done it but i failed to add my route in following links of facebook.
HTML:
<a href="https://www.facebook.com/sharer/sharer.php?u=YourPageLink.com&display=popup"> Facebbok </a>
In stead of Yourpagelink.com i want to insert this
Controller route:
`{{route('property-list-details',strtolower($propertydetails->property_slug))}}`
how can concate this route in facebook url
Did you tried like that?
<a href="https://www.facebook.com/sharer/sharer.php?u={{route('property-list-details',strtolower($propertydetails->property_slug))}}&display=popup"> Facebbok </a>
2.1m questions
2.1m answers
60 comments
57.0k users