File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <!-- This shows a preview for title, description and avatar image of users profiles if shared on social media sites -->
1212
1313 <!-- Facebook Meta Tags -->
14- <meta property =" og:url" content =" {{ url (' ' ) } } /@ littlelink_name" >
14+ <meta property =" og:url" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
1515 <meta property =" og:type" content =" website" >
1616 <meta property =" og:title" content =" {{ $userinfo -> name } }" >
1717 <meta property =" og:description" content =" {{ $userinfo -> littlelink_description } }" >
2323
2424 <!-- Twitter Meta Tags -->
2525 <meta name =" twitter:card" content =" summary_large_image" >
26- <meta property =" twitter:domain" content =" {{ url (' ' ) } } /@ littlelink_name" >
27- <meta property =" twitter:url" content =" {{ url (' ' ) } } /@ littlelink_name" >
26+ <meta property =" twitter:domain" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
27+ <meta property =" twitter:url" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
2828 <meta name =" twitter:title" content =" {{ $userinfo -> littlelink_name } }" >
2929 <meta name =" twitter:description" content =" {{ $userinfo -> littlelink_description } }" >
3030 @if (file_exists (base_path (" img/$littlelink_name " . " .png" )) )
You can’t perform that action at this time.
0 commit comments