Modified: added og meta tag for url
This commit is contained in:
parent
b7fe8409fa
commit
2ee7e73497
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ $(document).ready(function() {
|
|||
{/if}
|
||||
|
||||
{if $object.photo_id}
|
||||
<meta property="og:url" content="" />
|
||||
<meta property="og:title" content="{$object.photo_title}" />
|
||||
<meta property="og:description" content="{$object.photo_description|description}" />
|
||||
<meta property="og:image" content="{get_photo details=$object size='m' output='non_html' alt=$object.photo_title}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue