1 . Well there is provision to set the preview :
[wplms_s3 link='wplms/video.mp4' duration='5' parameter='60' poster='http://your-site/wp-content/uploads/2018/01/cat6.jpg']
set the poster param in shortcode .
2 . to make it a download link add the embed='1' in it :
[wplms_s3 link='wplms/video.mp4' duration='5' parameter='60' embed='1' ]
@Alex.
Thank you. But embed='1' not working.
Any clues?
Well its works fine at my end :
http://prntscr.com/lg7tba
@Alex
Yes, the similar link also shows at my end. But I tought it was a short code for button with link.
So should I put the generated link or the shortcode to button link?
Im sorry it does not shows any button , if you want that then you need to add it in a a href tag .
<a href="[wplms_s3 .......]"></a>
@Alex,
I have tried several times the code above and no luck. Let's make it clear.
This is my S3 shortcode:
[wplms_s3 duration='15' parameter='60' link='arkademi/Menggali Peluang/21 - Membuat Purwarupa Software.mp4' embed='1'][/wplms_s3]
How should I put it to button shortcode below:
[button url=".............." class="" bg="" hover_bg="" size="0px" color="" radius="0px" width="0px" height="0px" target="_blank"] Download [/button]
Edit course or unit .
in content editor switch to text mode and then add the following code :
<a href="[wplms_s3 duration='15' parameter='60' link='arkademi/Menggali Peluang/21 - Membuat Purwarupa Software.mp4' embed='1'][/wplms_s3]" class="button full button-primary">Download</a>
then switch back to visual mode and save the changes .