Exemplo n.º 1
0
<?php

include "api.php";
$_GET['artistdata'] = loadartist($_GET['artistId']);
$_GET['artistdata'] = $_GET['artistdata']['artists'][0];
$_GET['itemdata'] = loaditem($_GET['itemId']);
$_GET['itemdata'] = $_GET['itemdata']['items'][0];
?>
<!DOCTYPE html>
<html class=" js cssanimations csstransitions" hola_ext_inject="disabled">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
<meta property="og:title" content="<?php 
echo $_GET['itemdata']['title'];
?>
" />
<meta property="og:description" content="<?php 
echo $_GET['itemdata']['title'];
?>
 by <?php 
echo $_GET['itemdata']['firstName'];
?>
 <?php 
echo $_GET['itemdata']['lastName'];
?>
" />
<meta property="og:image" content="<?php 
echo $_GET['itemdata']['pictures'][0];
?>
" />
Exemplo n.º 2
0
<?php

include "api.php";
$artist = loadartist($_GET['artistId']);
$artist = $artist['artists'][0];
$_GET['artistdet'] = $artist;
?>
<!DOCTYPE html>
<html class=" js cssanimations csstransitions" hola_ext_inject="disabled">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta charset="utf-8">
      <title>Work Collection by <?php 
echo $artist['firstName'] . " " . $artist['lastName'];
?>
</title>
      <meta name="description" content="Fine Art at Chelra">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
	  <?php 
include "inc/head2.php";
?>
<style type="text/css">
h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-transform:uppercase;
}
.thumbnail img {
	max-height: 200px !important;
	max-width: 200px !important;