mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
Partly reverted, real problem fixed
This commit is contained in:
parent
cb77b1af8c
commit
1b7f96dac8
3 changed files with 16 additions and 7 deletions
|
@ -1567,7 +1567,7 @@ function photos_content(App $a)
|
|||
|
||||
$a->page['htmlhead'] .= "\n" . '<meta name="twitter:card" content="summary_large_image" />' . "\n";
|
||||
$a->page['htmlhead'] .= '<meta name="twitter:title" content="' . $photo["album"] . '" />' . "\n";
|
||||
$a->page['htmlhead'] .= '<meta name="twitter:image" content="' . $photo["href"] . '" />' . "\n";
|
||||
$a->page['htmlhead'] .= '<meta name="twitter:image" content="' . System::baseUrl() . "/" . $photo["href"] . '" />' . "\n";
|
||||
$a->page['htmlhead'] .= '<meta name="twitter:image:width" content="' . $photo["width"] . '" />' . "\n";
|
||||
$a->page['htmlhead'] .= '<meta name="twitter:image:height" content="' . $photo["height"] . '" />' . "\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue