4
6 Comments

What is the best time to post on IH

I have found some post on top in IH page. I have shared valuable content on IH daily but not get rank in IH. Can someone suggest me how to do?

on November 23, 2022
  1. 2

    If you hover over the date that something was posted, your browser will display a tooltip showing the exact time of the posting. For example, your question was posted at 6:38pm my time / 9:38am your time.

    Do that for a bunch of these posts and see if you find a pattern!

    1. 1

      Can someone write a scraper to analyse this? :D

      1. 1

        Here you go:
        Go on the IH frontpage, open your DevTools and go to "Console", then paste this into the console:

        Array.from(document.querySelectorAll(".feed-item__date")).map(x => x.getAttribute("title"))
        
        1. 1

          I have a question
          can we use this script for all type social channels like IH?
          I run this script I suggest found the time but I am consufe about the time zone

          1. 1

            Looks like the IH servers are based out of North Dakota so are probably set to that timezone