-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathembed.php
51 lines (37 loc) · 1.59 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
<?php
require_once $_SERVER['DOCUMENT_ROOT'].'/thebellringer/includes/variables.php';
require_once $_SERVER['DOCUMENT_ROOT'].'/thebellringer/services/mailProcessor.php';
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Share Embed Code</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/emailform.css">
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery.html5-placeholder-shim.js"></script>
<?php
// Google Analytics
if ($portable['live']){
include_once $_SERVER['DOCUMENT_ROOT'].'/thebellringer/includes/analytics.php';
}
?>
<script type="text/javascript">
</script>
</head>
<body>
<div class="plaque-email">
<div class="plaque-email-inner">
<div class="embedCode" style="margin-top:150px;">
<span ID="copytext" style="font-size:24px;" >To embed, copy the code below:</span>
<TEXTAREA id='holdtext' style="margin:auto;color:#CD0000;background:#CDCDCD;font-size:12px;width:370px;height:120px;"><iframe src="http://player.vimeo.com/video/53978551?title=0&byline=0&portrait=0&badge=0&color=ffffff" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <p>Royale Presents: <a href="http://weareroyale.com/thebellringer/"> The Bell Ringer Royale</a> .</p>
</TEXTAREA>
</div>
</div> <!-- /plaque-email-inner -->
</div> <!-- /plaque-email -->
<div class="email-fineprint t-small">
Questions / Concerns? Contact us at [email protected]
</div>
</body>
</html>