{"id":1416,"date":"2023-02-16T14:31:24","date_gmt":"2023-02-16T14:31:24","guid":{"rendered":"https:\/\/www.tools.keywordfinder.us\/?page_id=1416"},"modified":"2023-02-16T14:31:24","modified_gmt":"2023-02-16T14:31:24","slug":"youtube-timestamp","status":"publish","type":"page","link":"https:\/\/tools.billionsideas.com\/hi\/youtube-timestamp\/","title":{"rendered":"YouTube Timestamp"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-white-background-color has-background is-layout-flow wp-block-column-is-layout-flow\">\n<section><div class=\"card\">\n        <div class=\"card-body\">\n<h1>YouTube Timestamp<\/h1>\n            <form action=\"\" method=\"post\" role=\"form\" enctype=\"multipart\/form-data\" data-trp-original-action=\"\">\n                <input type=\"hidden\" name=\"token\" value=\"d5e94d901c67dafe58854dfda5532eaa\">\n\n                <div class=\"form-group\">\n                    <label for=\"url\"><i class=\"fa fa-fw fa-link fa-sm text-muted mr-1\"><\/i> <b>Paste YouTube Video URL Below:<\/b><\/label><br><br>\n                    <input type=\"url\" id=\"url\" name=\"url\" class=\"form-control\">\n                                    <\/div>\n<br><br>\n                <div class=\"row\">\n                    <div class=\"col-6\">\n                        <div class=\"form-group\">\n                            <label for=\"start_minute\"><b>Minute:<\/b>&nbsp;<\/label>\n                            <input type=\"number\" min=\"0\" id=\"start_minute\" name=\"start_minute\" class=\"form-control\" max=\"15\">\n                                                    <\/div>\n                    <\/div>\n\n                    <div class=\"col-6\">\n                        <div class=\"form-group\">\n                            <label for=\"start_second\"><b>Second:<\/b><\/label>\n                            <input type=\"number\" min=\"0\" id=\"start_second\" name=\"start_second\" class=\"form-control\" max=\"15\">\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"hi\"\/><\/form>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"mt-4\">\n        <div class=\"card\">\n            <div class=\"card-body\">\n\n                <div class=\"form-group\">\n                    <div class=\"d-flex justify-content-between align-items-center\">\n                        <center><label for=\"result\"><h3>RESULT<\/h3><\/label><\/center><hr><br>\n                        <div>\n                           <center> <button type=\"button\" class=\"btn btn-link text-muted\" data-toggle=\"tooltip\" title=\"Copy to clipboard\" aria-label=\"Copy to clipboard\" data-copy=\"Copy to clipboard\" data-copied=\"Copied!\" data-clipboard-target=\"#result\" data-clipboard-text=\"\">\n                               <b> <i class=\"fa fa-fw fa-sm fa-copy\"><\/i> Click To Copy<\/b>\n                            <\/button><\/center>\n                        <\/div>\n                    <\/div>\n                    <textarea id=\"result\" class=\"form-control\"><\/textarea><br><hr>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    \n        <\/section>\n        \n\n<script>\n    \/* Some global variables *\/\n    window.altum = {};\n    let global_token = document.querySelector('input[name=\"global_token\"]').value;\n    let site_url = document.querySelector('input[name=\"global_site_url\"]').value;\n    let url = document.querySelector('input[name=\"global_url\"]').value;\n    let decimal_point = document.querySelector('[name=\"global_number_decimal_point\"]').value;\n    let thousands_separator = document.querySelector('[name=\"global_number_thousands_separator\"]').value;\n<\/script>\n\n                    \n                    \n                    \n                    \n        \n        <script src=\"https:\/\/66toolkit.com\/demo\/themes\/altum\/assets\/js\/libraries\/clipboard.min.js\"><\/script>\n\n<script>\n    'use strict';\n\n    let clipboard = new ClipboardJS('[data-clipboard-text]');\n\n    \/* Copy full url handler *\/\n    $('[data-clipboard-text]').on('click', event => {\n        let copy = event.currentTarget.dataset.copy;\n        let copied = event.currentTarget.dataset.copied;\n\n        $(event.currentTarget).attr('data-original-title', copied).tooltip('show');\n\n        setTimeout(() => {\n            $(event.currentTarget).attr('data-original-title', copy);\n        }, 500);\n    });\n<\/script>\n<script>\n    'use strict';\n\n    let generate = () => {\n        let link = null;\n        let url = document.querySelector('#url').value;\n        let start_minute = parseInt(document.querySelector('#start_minute').value) ?? 0;\n        let start_second = parseInt(document.querySelector('#start_second').value) ?? 0;\n\n        if(url && (start_minute || start_second)) {\n            link = new URL(url);\n            let seconds = start_minute * 60 + start_second;\n            link.searchParams.set('t', seconds);\n            link = link.toString();\n        }\n\n        document.querySelector('#result').value = link;\n    }\n\n    ['#url', '#start_minute', '#start_second'].forEach(selector => document.querySelector(selector).addEventListener('change', generate));\n<\/script>\n<script src=\"https:\/\/66toolkit.com\/demo\/themes\/altum\/assets\/js\/libraries\/clipboard.min.js\"><\/script>\n\n<script>\n    'use strict';\n\n    let clipboard = new ClipboardJS('[data-clipboard-text]');\n\n    \/* Copy full url handler *\/\n    $('[data-clipboard-text]').on('click', event => {\n        let copy = event.currentTarget.dataset.copy;\n        let copied = event.currentTarget.dataset.copied;\n\n        $(event.currentTarget).attr('data-original-title', copied).tooltip('show');\n\n        setTimeout(() => {\n            $(event.currentTarget).attr('data-original-title', copy);\n        }, 500);\n    });\n<\/script>\n<script>\n    document.querySelector('#switch_theme_style').addEventListener('click', event => {\n        let theme_style = document.querySelector('body[data-theme-style]').getAttribute('data-theme-style');\n        let new_theme_style = theme_style == 'light' ? 'dark' : 'light';\n\n        \/* Set a cookie with the new theme style *\/\n        set_cookie('theme_style', new_theme_style, 30, \"\\\/demo\\\/\");\n\n        \/* Change the css and button on the page *\/\n        let css = document.querySelector(`#css_theme_style`);\n\n        document.querySelector(`body[data-theme-style]`).setAttribute('data-theme-style', new_theme_style);\n\n        switch(new_theme_style) {\n            case 'dark':\n                css.setAttribute('href', \"https:\\\/\\\/66toolkit.com\\\/demo\\\/themes\\\/altum\\\/assets\\\/css\\\/bootstrap-dark.min.css?v=1100\");\n                document.body.classList.add('c_darkmode');\n                break;\n\n            case 'light':\n                css.setAttribute('href', \"https:\\\/\\\/66toolkit.com\\\/demo\\\/themes\\\/altum\\\/assets\\\/css\\\/bootstrap.min.css?v=1100\");\n                document.body.classList.remove('c_darkmode');\n                break;\n        }\n\n        \/* Refresh the logo\/title *\/\n        document.querySelectorAll('[data-logo]').forEach(element => {\n            let new_brand_value = element.getAttribute(`data-${new_theme_style}-value`);\n            let new_brand_class = element.getAttribute(`data-${new_theme_style}-class`);\n            let new_brand_html = (new_brand_value.includes('http:\/\/') || new_brand_value.includes('https:\/\/')) ? `<img decoding=\"async\" src=\"${new_brand_value}\" class=\"${new_brand_class}\" alt=\"Website Logo\" \/>` : `<span class=\"${new_brand_class}\">${new_brand_value}<\/span>`;\n            element.innerHTML = new_brand_html;\n        });\n\n\n        document.querySelector(`#switch_theme_style`).setAttribute('data-original-title', document.querySelector(`#switch_theme_style`).getAttribute(`data-title-theme-style-${theme_style}`));\n        document.querySelector(`#switch_theme_style [data-theme-style=\"${new_theme_style}\"]`).classList.remove('d-none');\n        document.querySelector(`#switch_theme_style [data-theme-style=\"${theme_style}\"]`).classList.add('d-none');\n        $(`#switch_theme_style`).tooltip('hide').tooltip('show');\n\n        event.preventDefault();\n    });\n<\/script>\n   \n<style>\nsection{\n         margin-top:60px;\n        width: 100%;\n        max-width: 970px;\n        background-color: #fff;\n        border: 1px solid #ddd;\n        padding: 25px;\n      }\ninput[type=\"text\"], input[type=\"email\"], input[type=\"url\"], input[type=\"password\"], input[type=\"search\"], input[type=\"tel\"], input[type=\"number\"], textarea, select {\n    color: var(--contrast);\n    background-color: var(--base-2);\n    border-color: var(--base);\nwidth:100%;\n}\n<\/style>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>YouTube Timestamp Paste YouTube Video URL Below: Minute:&nbsp; Second: RESULT Click To Copy<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"class_list":["post-1416","page","type-page","status-publish"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Billions Ideas","author_link":"https:\/\/tools.billionsideas.com\/hi\/author\/loginbillionsideas-com\/"},"comment_info":0,"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/pages\/1416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/comments?post=1416"}],"version-history":[{"count":0,"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/pages\/1416\/revisions"}],"wp:attachment":[{"href":"https:\/\/tools.billionsideas.com\/hi\/wp-json\/wp\/v2\/media?parent=1416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}