2 reviews for Keep2Share, 3.0 stars: 'The ease of using and how fast they are is what made me give 5 stars for them. The download speed is quite fast when compared to the other sites and it.
Before adding a video preview to your site, make sure that it is added to the My Sites list
There are two versions of General-Search which are found at the.com and.net domains, each with a different web design, but they are actually the same because the search results are identical. The.com version of General-Search allows you to select the file types, size filter, sorting preferences and the file hosting website. Go to k2s.cc and create Premium Account. Choose the Best Keep2Share Account for You. There are 3 types of Keep2Share Account. This table gives you the lowdown on what each different account offers. Read on for more details on the pros and cons of each type of membership and to find out which one works best for you. LUDACRIS - PUSSY POPPIN (Pussy Poppin) Film Producer: Jennifer Walker, Terry Heller, Heather Heller Film Director: Fat Cats Producer: Zukhan Bey Composer Lyricist: Chad Hugo, Michael Lawrence Tyler, Arbie Wilson, Rashawna Guy, Pharrell Williams, Chris Bridges© 2005 The Island Def Jam Music Group. Online video search engine - Huge archive of movies in different thematic areas.
If the user has a Premium PRO on k2s, he will be able to watch the full video on your site.
Method 1 (recommended):
You can use the script to have under (or above) all links k2s on the page automatically added video previews if possible (the file is not deleted, the preview is available, etc.)
To do this, you need to insert in the page code before the </ head> tag:
<script src = “https://k2s.cc/js/links-to-preview.js” data-cfasync=”false”> </ script>
You can also set the width, height of the video, indents and position of the video relative to the link.
Method 1. The settings of the player when automatically added to the site.
The default size of the player will be is 400: 225px.
You can also set the width, height of the video, indents and position of the video relative to the link.
Example: <script data-padding = “2px 5px” data-align=”left” data-width = “500px” data-height = “56.25%” src = “https://k2s.cc/js/links-to-preview.js” data-content-order=”preview,link” data-cfasync=”false”> < / script>
Where:
data-padding = “2px 5px” – padding at the top and bottom of 2px, right and left 5px
data-align=”left” – position of the video on the left of the page (if you do not add this parameter to the script, the video is aligned depending on the parent <div>)
data-width – the maximum width of the video
data-height – the ratio of the video height to the width (56.25% value for the ratio 16: 9)
data-content-order – the parameter that specifies the position of the video relative to the link. If you do not use this parameter, the preview will be added under the link. If you set it to “preview, link”, then the video will be above the link.
Method 2
Previews to the site can also be manually added individually:
To do this, add the player code in the page code to the place where you want to place the video preview:
To add a video preview to your site (post or topic), you need to insert player code to the place were you wish the video preview should be added.
<script data-url=”{url}” data-width=”500px” data-height=”56.25%” src=”https://k2s.cc/js/preview.js”></script>
Where {url} is a file url, e.g. https://k2s.cc/file/540758dfcd920
data-width – maximum video width
data-height – the ratio of the height of the video to the width (56.25% value for the ratio 16: 9)
Thus, the size of the displayed video preview will be adaptive and adjust to the width of the screen.
And if the preview is not available, it simply will not be displayed on the page.
To position the preview on the site page, use HTML and CSS
To automatically generate code for each file, you can add a template.
To do this, go to the ” LinkSettings” and add the necessary code to the new line of the “Template” field.
Then click “Save”.
Next, go to “My files”, find the desired file, open it. Below is the code to insert on your site
File url inside the code was automatically substituted.
It remains to copy the code and insert it to your page code.