Advertisement:

Author Topic: BUG Facebook share image head.php [SOLVED]  (Read 462 times)

pixelpadre

  • Jr. Member
  • **
  • Posts: 76
BUG Facebook share image head.php [SOLVED]
« on: December 19, 2017, 09:32:32 pm »
Images don't show with facebook share.

Cause: Meta tag appears before title tag in bender/common/head.php

Solution: Move the title tag above any of the meta tags in head.php

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

<title><?php echo meta_title() ; ?></title>
« Last Edit: December 20, 2017, 03:30:38 pm by pixelpadre »