Theme OL

Detailed usage method of Zblog timing plug-in themeolds

ZTOL ZBlog Help 2022-07-27 5 thousand and 500 zero

1、 Basic instructions for Zblog timing plug-in

1. Purchase ->download and install ->open plug-ins.

2. First, push address: open https://ziyuan.baidu.com/linksubmit/index This website gets your push interface address from Baidu webmaster platform. If you don't bind the website, you can bind it. I won't say anything about the binding process, but you can do it yourself.

3. The following explains the meaning of these settings in the plug-in

① Number of articles published: that is, the number of articles you plan to publish in a day. This number includes the number of articles you manually publish. For example, you plan to publish 10 articles a day, but you have manually published 5 articles. No matter how many drafts your website has, the number of articles you publish using plug-ins can only be 5! That is, 5+5=10.

② Start time: that is, when you specify to start publishing draft articles today. The end time is the same. Before the start time, the plug-in will not publish any draft, and after the end time, the plug-in will not publish any draft. The plug-in will only publish within the start and end time.

③ Time interval: that is, the time interval between your two articles when they are published, in minutes. If you want to change the time interval to seconds or hours, you can directly change it in the plug-in include.php (line 33 of the ordinary version).

2、 What if the website traffic is low when using regular publishing plug-ins?

As we all know, the timing plug-in can automatically publish articles only when someone visits the front page of the website. What if the website has too little traffic, or even no traffic, and it is a new site?

Method 1: In fact, this is a simple solution. The next line of js code is enough. Let me show you.

 <script language="JavaScript">     function myrefresh(){         window.location.reload();     }     setTimeout('myrefresh()',1000); //Refresh once every 1 second </script>

setTimeout('myrefresh()',1000); // Specify one second to refresh, and write a data reference for everyone below, so as to avoid making mistakes sometimes

1s=1000

1min=60000

1h=3600000

First, create a new page in the background page management, and then put the above code into your new page. Of course, this time is to be specified by everyone. For example, if you publish an article every minute, it is recommended that you set the time to one minute, that is, 60000. You can see the video tutorial for detailed setting methods.

Download the video tutorial at: https://n459.com/file/16168294-468847209

Method 2: In addition to the above method, if you use the pagoda panel, you can also set a URL access task in the pagoda panel, and you can set the execution cycle to use your cycle, as follows:

Comment

 User profile tourist
There should be applause here~

Comment List

No comments yet, please say something~

QQ Online Customer Service

customer service

Online time Morning: 09:00-12:00 Afternoon: 14:00-21:00