Posts

Showing posts from July, 2021

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 ...

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"},    ...

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...