rocketwheel-command 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
# Deployment Guide
|
|
2
|
-
The Luminosity Player has been configured and placed into the **
|
|
2
|
+
The Luminosity Player has been configured and placed into the **index-480.html** and **index-720.html**
|
|
3
3
|
files that sit at the root of your deployment package. It is ready for you to
|
|
4
4
|
deploy to your server.
|
|
5
5
|
|
|
6
|
-
Below is an outline of the deployment code present in the
|
|
6
|
+
Below is an outline of the deployment code present in the **index-480.html** file.
|
|
7
7
|
Please note that in order for the player to function the folder structure must
|
|
8
8
|
remain intact. If you do move files out of this structure you will need to alter file paths. **Some basic HTML skills will be required to complete the deployment.**
|
|
9
9
|
|
|
10
10
|
## Meta Tags
|
|
11
11
|
The og(open graph) meta tags are used by the 'Share This' widget. Use these tags to define the information that 'Share This' shares. For more documentation see: http://support.sharethis.com/customer/portal/articles/475079-share-properties-and-sharing-custom-information#Open_Graph_Tags
|
|
12
12
|
|
|
13
|
-
You will need to add an absolute URL for og:image tag. This should point to the poster thumb image that lives in the images folder on your server.
|
|
13
|
+
You will need to add an absolute URL for **og:image** tag. This should point to the poster thumb image that lives in the images folder on your server.
|
|
14
|
+
|
|
15
|
+
Also please change the **og:url** tag with the URL of the page that the video resides in. If your are pulling the video into the page via an iFrame, please use the Parent Page URL.
|
|
14
16
|
|
|
15
17
|
```
|
|
16
18
|
<meta property="og:title" content="Cybertap Recon" />
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
|
|
113
113
|
<script type="text/javascript">
|
|
114
114
|
stLight.options({
|
|
115
|
+
// replace this generic publisher ID with your own. If you do not have an account, leave as is.
|
|
115
116
|
publisher:'<%= meta["share-pub-id"]%>',
|
|
116
117
|
onhover:false
|
|
117
118
|
});
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
|
|
113
113
|
<script type="text/javascript">
|
|
114
114
|
stLight.options({
|
|
115
|
+
// replace this generic publisher ID with your own. If you do not have an account, leave as is.
|
|
115
116
|
publisher:'<%= meta["share-pub-id"]%>',
|
|
116
117
|
onhover:false
|
|
117
118
|
});
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rocketwheel-command
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|