Facebook scraper "OpenGraph" support; modules will need to set the required fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.

This commit is contained in:
redmatrix
2016-03-07 15:03:53 -08:00
parent 68d7ab6b55
commit d5db25808a
10 changed files with 58 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>