-
Notifications
You must be signed in to change notification settings - Fork 0
/
embed.php
115 lines (101 loc) · 6.58 KB
/
embed.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<meta name="title" content="Titletown, TX: The Aledo Way | The Star-Telegram"/>
<meta name="description" content='In a small town with huge expectations, players and coaches embrace the pressure to reclaim what was once theirs: “State!”' />
<meta name="keywords" content="Texas, high school football, Aledo, state champs, state champions, Friday Night Lights, Texas high school football, Fort Worth, Ft Worth,aledo Bearcats, Bearcats, 5A, Class 5A, District 6-5A, Titletown TX, titletowntx"/>
<meta name="googlebot" content="noodp, noarchive"/>
<meta name="google-site-verification" content="..." />
<meta property="og:title" content="Titletown, TX: The Aledo Way | The Star-Telegram"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content='In a small town with huge expectations, players and coaches embrace the pressure to reclaim what was once theirs: “State!”'/>
<meta property="og:image" content="http://media.star-telegram.com/static/labs/TitleTownTx/images/aledoway.jpg"/>
<meta property="og:image:width" content="720"/>
<meta property="og:image:height" content="406"/>
<meta property="og:site_name" content="star-telegram"/>
<meta property="fb:app_id" content="155812681283151"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="startelegram">
<meta name="twitter:title" content="Titletown, TX: The Aledo Way | The Star-Telegram">
<meta name="twitter:description" content='In a small town with huge expectations, players and coaches embrace the pressure to reclaim what was once theirs: “State!”'>
<meta name="twitter:image" content="http://media.star-telegram.com/static/labs/TitleTownTx/images/aledoway.jpg">
<meta name="msapplication-TileImage" content="http://www.star-telegram.com/static/theme/star-telegram/base/ico/windowsmetro-144.png"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://www.star-telegram.com/static/theme/star-telegram/base/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.star-telegram.com/static/theme/star-telegram/base/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.star-telegram.com/static/theme/star-telegram/base/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://www.star-telegram.com/static/theme/star-telegram/base/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="http://www.star-telegram.com/static/theme/star-telegram/base/ico/favicon.png">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<!-- BOOTSRAP CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap-horizon.css">
<link rel="stylesheet" href="css/embed.css">
<!-- JW CLOUD PLAYER -->
<!--remote <script src="https://content.jwplatform.com/libraries/eIPXqY6e.js"></script> -->
<script src="self_host/jwplayer.js"></script>
<script>jwplayer.key="tTakaWDwaA/5t6sLfLhYBB4EfEa1ETrJDYnTPw==";</script>
<!-- emergency local -->
<!-- JQUERY (Just for pulling the .JSON) -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<!-- Start: GPT Async -->
<script type='text/javascript'>
var gptadslots=[];
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function(){ var gads = document.createElement('script');
gads.async = true; gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type="text/javascript">
googletag.cmd.push(function() {
// GPT slots
// define ad mapping by viewport slot 1
var mapping1 = googletag.sizeMapping().
addSize([320, 400], [320, 50]). // Accepts both common mobile banner formats
addSize([320, 700], [320, 50]). // Same width as mapping above, more available height
addSize([750, 200], [728, 90]). // Landscape tablet
addSize([1050, 200], [728, 90]).build(); // Desktop
//Adslot 1 declaration
gptadslots[1]= googletag.defineSlot('/7675/ftw.site_star-telegram/sports/highschool/football', [[320,50]],'div-gpt-ad-584431792727835734-1').setTargeting('sect',['titletowntx']).defineSizeMapping(mapping1).addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setTargeting('pl',['static']);
googletag.pubads().collapseEmptyDivs();
googletag.pubads().enableAsyncRendering();
googletag.enableServices();
});
</script>
<!-- End: GPT -->
<title>
Titletown, TX: The Aledo Way | The Star-Telegram
</title>
</head>
<body>
<!-- Primary Page Layout -->
<div id="title" style="border:none; margin:0px;padding:0px;"><a target="_blank" href="http://titletowntx.com" style="border:0px solid black; margin:0px;padding:0px; width:99%;"><img src="images/embed_title.gif" style="width:99%; border:0px;"></a></div><div id="tt-playlist-player" style="width:99%;"></div>
<script type="text/JavaScript" src="js/embed.js"></script>
<div id="mistatstag" style="display:none;">
<!-- SiteCatalyst: McClatchy Static Stats Tag v.1.0 -->
<script type="text/javascript" src="http://media.star-telegram.com/misites/dfw/star-telegram.js"></script>
<script type="text/javascript" src="http://media.star-telegram.com/mistats/products/titletowntx_s_code.js"></script>
<script type="text/javascript">
mistats.pagename = "Static: Titletown Tx";
mistats.pagelevel = "Static";
mistats.channel = "Static: Sports";
mistats.contentsource = mistats.sitename + ": Static: Star-Telegram";
mistats.taxonomy = "Sports|Football|High School||";
</script>
<script type="text/javascript" src="http://media.star-telegram.com/mistats/products/titletowntx.js"></script>
<script type="text/javascript" src="http://media.star-telegram.com/mistats/finalizestats.js"></script>
<!-- End SiteCatalyst: McClatchy Static Stats Tag v.1.0 -->
</div>
</body>
</html>