-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathcontent_marketing_templates.php
117 lines (117 loc) · 3.73 KB
/
content_marketing_templates.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
116
117
<div id="hps-templates"></div>
<h1>Standard Player Templates</h1>
<div class="entry-content">
<p class="header">There are more then a dozen player templates pre-configured inside the KMC (in the Studio Tab). Once a template is selected, build out your player with simple point-and-click selections of colors, buttons, player sizes, ad configurations, etc.</p>
<div class="blurb-full">
<h2>Players with Hovering Controllers</h2>
<div class="wpcol-one-half">
<h3>Template: New Player – Hovering Controllers</h3>
<div id="kaltura_player_1352425229" style="width:430px;height:322px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player_1352425229',
'wid': '_1062871',
'uiconf_id': '10489411',
'entry_id':'1_u05a0sn3'
})
</script>
<h3>Template: Basic Template – Hovering Controllers</h3>
<div id="kaltura_player_1352426711" style="width:430px;height:322px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player_1352426711',
'wid': '_1062871',
'uiconf_id': '10489811',
'entry_id':'1_u05a0sn3'
})
</script>
<h2>Players with Vertical Playlists</h2>
<div id="kaltura_player" style="width:400px;height:658px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player',
'wid': '_1062871',
'uiconf_id': '10491141',
'entry_id':'1_u05a0sn3',
'flashvars':{
'playlistAPI':{
'autoInsert':true,
'kpl0Name':'Vertical Playlist Player Demo',
'kpl0Url': 'http://www.kaltura.com/index.php/partnerservices2/executeplaylist?partner_id=1062871&subp_id=106287100&format=8&playlist_id=1_h1ocrzz4'
}
}
})
</script>
<h3>Template: New Player – Vertical Playlist</h3>
<div id="kaltura_player2" style="width:400px;height:658px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player2',
'wid': '_1062871',
'uiconf_id': '10489531',
'entry_id':'1_u05a0sn3',
'flashvars':{
'playlistAPI':{
'autoInsert':true,
'kpl0Name':'Vertical Playlist Player Demo',
'kpl0Url': 'http://www.kaltura.com/index.php/partnerservices2/executeplaylist?partner_id=1062871&subp_id=106287100&format=8&playlist_id=1_h1ocrzz4'
}
}
})
</script>
<h3>Template: Basic Template – Vertical Playlist</h3>
<div id="kaltura_player3" style="width:400px;height:658px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player3',
'wid': '_1062871',
'uiconf_id': '10489531',
'entry_id':'1_u05a0sn3',
'flashvars':{
'playlistAPI':{
'autoInsert':true,
'kpl0Name':'Vertical Playlist Player Demo',
'kpl0Url': 'http://www.kaltura.com/index.php/partnerservices2/executeplaylist?partner_id=1062871&subp_id=106287100&format=8&playlist_id=1_h1ocrzz4'
}
}
})
</script>
<h2>Players with Horizontal Playlists</h2>
<div>
<h3 style="padding:20px 0 0 0;">Template: New Template – Horizontal Playlist</h3>
<div id="kaltura_player4" style="width:740px;height:330px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player4',
'wid': '_1062871',
'uiconf_id': '11187681',
'entry_id':'1_u05a0sn3',
'flashvars':{
'playlistAPI':{
'autoInsert':true,
'kpl0Name':'Vertical Playlist Player Demo',
'kpl0Url': 'http://www.kaltura.com/index.php/partnerservices2/executeplaylist?partner_id=1062871&subp_id=106287100&format=8&playlist_id=1_h1ocrzz4'
}
}
})
</script>
</div>
<h3 style="padding:20px 0 0 0;">Template: Basic Template – Horizontal Playlist</h3>
<div id="kaltura_player5" style="width:740px;height:330px"></div>
<script>
kWidget.embed({
'targetId':'kaltura_player5',
'wid': '_1062871',
'uiconf_id': '11187551',
'entry_id':'1_u05a0sn3',
'flashvars':{
'playlistAPI':{
'autoInsert':true,
'kpl0Name':'Vertical Playlist Player Demo',
'kpl0Url': 'http://www.kaltura.com/index.php/partnerservices2/executeplaylist?partner_id=1062871&subp_id=106287100&format=8&playlist_id=1_h1ocrzz4'
}
}
});
</script>
<div class="clear"></div>
</div> <!-- end .entry-content -->