Posts

Create Custom robot.txt in Blogger - Most important blogger settings

  These are the custom robot.txt , just copy the codes and paste it in the blog (settings-index and crawler - custom robot.txt) User-agent: * Disallow: /search Allow: / Sitemap: your website link /atom.xml?redirect=false&start-index=1&max-results=500 In -  Your website link - paste your website URL. Example: User-agent: * Disallow: /search Allow: / Sitemap: https://www.ourearth180.traditionalfoods.online /atom.xml?redirect=false&start-index=1&max-results=500 Thank you..

Copyright Policy / Notification of Infringement

 Copyright Policy / Notification of Infringement Copyright Policy / Notification of Infringement It is our policy to respond to clear notices of alleged copyright infringement. If you are a copyright owner or an agent thereof, and you believe that any content hosted on our web site (tvhub.in) infringes your copyrights, then you may submit a notification with the following information in writing to confirm these requirements : Physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed. Identification of the copyrighted work claimed to have been infringed, or if multiple copyrighted works on the tvhub.in website are covered by a single notification, a representative list of such works at that site. Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to perm

Fluid player vast code

 Code ; <link rel="stylesheet" href="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css" type="text/css"> <script src="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js"></script> <video id="my-video" controls="" style="width: 640px; height: 360px;">     <source src="https://drive.google.com/uc?export=download&id=1HVCWt4rSb4-qxMZHqr6zFcdF0nHQq8Pm" type="video/mp4"> </video> <script type="application/javascript">     var testVideo = fluidPlayer(         "my-video",         {   vastOptions: {                 "adList": [ {                         "roll": "preRoll",                         "vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=8ea946998cd9da76da3995e9a6e9fcf1"},                     {"roll": "midRoll",                         &qu

How to add Video into website with Google drive (any videos)

 Code : https://drive.google.com/uc?export=download&id= paste the video id Example : Google drive link : https://drive.google.com/file/d/ 1HVCWt4rSb4-qxMZHqr6zFcdF0nHQq8Pm /view?usp=drivesdk Video id :  1HVCWt4rSb4-qxMZHqr6zFcdF0nHQq8Pm Video link : https://drive.google.com/uc?export=download&id= 1HVCWt4rSb4-qxMZHqr6zFcdF0nHQq8Pm Thank you...

How to add YouTube videos on video.js player in Blogger (embed)

 Hloo, everyone in this article we are going to see how to add (embed) YouTube videos on  Video.js player in a Blogger website. You can simply copy paste the codes and YouTube links. You can also make money with publisher monetisation in Ad Networks. Best thing in this is, you can copy any video in YouTube,unless the video owner does not enabled copyright. Steps: 1. Copy the below code and paste it just above   </head> tag : <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.0/video-js.min.css" /> 2. copy the code and paste it above the </body> tag : <script  src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.0/video.min.js"></script> <script  src="https://cdnjs.cloudflare.com/ajax/libs/videojs-youtube/2.6.1/Youtube.min.js"></script> 3. In the blogger posts switch to HTML view and paste the following code : <video    id="my-video"    class="video-js

Script for vast

 Code: <link rel="stylesheet" href="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css" type="text/css"> <script src="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js"></script> <video id="my-video" controls="" style="width: 340px; height: 260px;">     <source src=" video.mp4 " type="video/mp4"> </video> <script type="application/javascript"> var testVideo = fluidPlayer(     "my-video",     {         vastOptions : {             "adList" : [{                "vAlign" : "bottom",                 "roll" : "preRoll",                 "vastTag" : " your url "             }]         }     } ); </script> Put the video link and vast URL... Thank you....

How to add direct download link from Google drive (pdf, video ,etc.,)

 How to create Direct Download link from Google drive : Code : https://drive.google.com/uc?export=download&id= your file id Example; HTTPS://drive.google.com/uc?export=download&I'd= 133lelRFFKoS3pyBIDthbGwH4uPqBYlbO My file link in Google drive: https://drive.google.com/file/d/ 133lelRFFKoS3pyBIDthbGwH4uPqBYlbO /view?usp=drivesdk Steps: 1. Upload the file/video into your Google drive account. 2. After completing upload, click on share option ➡️ click the " share anyone with the link" 3. Then copy the link 4. Copy the video id 5. Paste the code before the id 6. This is the link for your file Example :