check
This commit is contained in:
parent
49ab06180d
commit
421e335315
|
|
@ -90,9 +90,15 @@ if accessOpener
|
|||
{instructions}
|
||||
<div className="control-holder">
|
||||
{action}
|
||||
<div className="video-terms"><a href="https://www.jamkazam.com/corp/privacy" onClick={this.openPrivacyPolicy}>JamKazam Privacy Policy</a></div>
|
||||
</div>
|
||||
</div>`
|
||||
|
||||
openPrivacyPolicy: () ->
|
||||
e.preventDefault()
|
||||
$link = $(e.target)
|
||||
AppActions.openExternalUrl($link.attr('href'))
|
||||
|
||||
getInitialState: () ->
|
||||
{auth: null, uploadState: VideoUploaderStore.getState(), deleteMe: false}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ body.video-upload {
|
|||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
.video-terms {
|
||||
margin:10px 0 0 0;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color:#ED3618;
|
||||
|
|
|
|||
|
|
@ -216,6 +216,12 @@
|
|||
Facebook to suggest users that you may wish to connect with as a friend or follow on the Platform. It will be up to you
|
||||
if you choose to connect with or follow these users and you can disconnect or unfollow them at any time.
|
||||
</li>
|
||||
<li>If you are a YouTube user and upload a video to YouTube with JamKazam Apps, we then store an authorization token
|
||||
provided by YouTube API Services to make login on your behalf. We also record the link of the uploaded video, and if you indicated
|
||||
that the recorded video should be public, then this link will show up in the JamKazam Apps for other users to potentially
|
||||
view. We do not share any information obtained by YouTube APIs with any third party. You may at any time revoke
|
||||
JamKazam Apps ability to login on your behalf by revoking permission via Google security settings (<a href="https://security.google.com/settings/security/permissions">https://security.google.com/settings/security/permissions</a>). Please
|
||||
also refer to the Google Privacy Policy (<a href="http://www.google.com/policies/privacy">http://www.google.com/policies/privacy</a>).</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -578,6 +578,7 @@
|
|||
<p>JamKazam disclaims any and all responsibility or liability for any harm or liability resulting from your use of External Services,
|
||||
and you hereby irrevocably waive any claim against JamKazam with respect to your use of any External
|
||||
Services. </p>
|
||||
<p>JamKazam integrates with YouTube via YouTube API Services. By using JamKazam, you are also bound to the YouTube Terms of Service: <a href="https://www.youtube.com/t/terms">https://www.youtube.com/t/terms</a>.</p>
|
||||
|
||||
<h2 id="blocking-and-removal-of-content">Blocking and Removal of Content</h2>
|
||||
<p>Notwithstanding the fact that JamKazam has no legal obligation to monitor the Content on the Platform, JamKazam
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
=== Plugin Name ===
|
||||
oh === Plugin Name ===
|
||||
Contributors: (this should be a list of wordpress.org userid's)
|
||||
Donate link: http://example.com/
|
||||
Tags: comments, spam
|
||||
|
|
|
|||
Loading…
Reference in New Issue