Linux 软件免费装
Banner图

Head and Footer Scripts Inserter

开发者 Arthur Gareginyan
更新时间 2022年1月25日 05:32
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.9
版权: GPL3
版权网址: 版权信息

标签

html css meta javascript script header meta tags code js head footer scripts insert code insert html insert scripts inject code inject scripts inject javascript inject js inject html inject css insert javascript insert js insert css inject custom code inject custom scripts inject custom snippet insert custom code insert custom scripts insert custom snippet custom code custom scripts head section head area footer section footer area

下载

1.2 2.0 3.0 3.0.1 3.0.2 3.1 3.2 4.0 4.0.1 4.1 4.1.1 4.10 4.11 4.12 4.13 4.14 4.15 4.17 4.18 4.19 4.2 4.20 4.21 4.22 4.23 4.24 4.25 4.27 4.28 4.29 4.3 4.30 4.31 4.32 4.33 4.34 4.35 4.37 1.1 3.3 1.0 4.16 4.26 4.36 4.39 4.4 4.4.1 4.40 4.40.1 4.41 4.42 4.43 4.44 4.45 4.47 4.48 4.49 4.5 4.50 4.51 4.6 4.7 4.8 4.9 4.38 4.46 4.52

详情介绍:

An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor. This is a must have tool for authors and website's owners. Its purpose is to provide a familiar experience to WordPress users. There is no need for any more editing of the files of your theme or plugins for to add custom HTML code (plus JavaScript, CSS, etc.). Just add your custom HTML code in the field on the plugin page and this plugin will do the rest for you. It will automatically add your HTML code to the desired section of your website, without changing any of your theme files and without slowing down your website. The plugin works completely independently of the theme, so you can use it with any theme. The code you place on the plugin page will be entirely unaffected if you edit the contents of the theme’s files, or even completely change the theme. This is really useful in case of updating theme or plugins, because your custom HTML code would never be overwritten. Your custom HTML code will keep on working, no matter how many times you upgrade or switch your theme and plugins. On the plugin page you find the code editor powered by CodeMirror. This code editor has options such as syntax highlighting, line numbering, and more. And if you want more options, let us know and we will be happy to add them. Features Key features include PRO features include Get the PRO version now! Supported languages Translation This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution! If you want to help translate this plugin, please visit the translation page. Minimum system requirements: Recommended system requirements: Contribution Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:

安装:

Install "Head and Footer Scripts Inserter" just as you would any other WordPress Plugin. Automatically via WordPress Admin Area:
  1. Log in to Admin Area of your WordPress website.
  2. Go to "Plugins" -> "Add New".
  3. Find this plugin and click install.
  4. Activate this plugin through the "Plugins" tab.
Manually via FTP access:
  1. Download a copy (ZIP file) of this plugin from WordPress.org.
  2. Unzip the ZIP file.
  3. Upload the unzipped catalog to your website's plugin directory (/wp-content/plugins/).
  4. Log in to Admin Area of your WordPress website.
  5. Activate this plugin through the "Plugins" tab.
After installation and activation, the "Scripts Inserter" menu item will appear in the "Settings" section of Admin Area. Click on it in order to view the plugin settings page. More help installing plugins

屏幕截图:

  • Plugin page.
  • Plugin page with Google Tag Manager code added.
  • Plugin page with Google Analytics tracking code added.

升级注意事项:

4.0 Please update to new release! 3.0 Please update to new release! 2.0 Please update to new release! 1.0 Please update to first stable release!

其他记录:

"Head and Footer Scripts Inserter" is one of the own software projects of Space X-Chimp. Earlier the project was called "Header and Footer Scripts Inserter". License This plugin is licensed under the GNU General Public License, version 3 (GPLv3) and is distributed free of charge. Commercial licensing (e.g. for projects that can’t use an open-source license) is available upon request. Credits Links

常见问题:

Q. Will this plugin work on my wordpress.COM website?

A. Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.

Q. Can I use this plugin on my language?

A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution! If you want to help translate this plugin, please use the POT file that is included and placed in the languages folder to create a translation PO file. Just send the PO file to us and we will include this translation within the next plugin update.

Q. How does it work?

A. Simply go to the plugin settings page, place your custom HTML code in the code editor field and click the "Save changes" button. Enjoy the result of applying your custom HTML code. It's that simple! You can find the plugin settings page at "WordPress Admin Area" -> "Settings" -> "Scripts Inserter".

Q. How much of HTML code (characters) I can enter in the code editor?

A. We don't limit the number of characters.

Q. Does this plugin requires any modification of the theme?

A. Absolutely not. This plugin is configurable entirely from the plugin settings page that you can find in the Admin Area of your WordPress website.

Q. Does this require any knowledge of HTML or CSS?

A. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.

Q. Can I add my custom HTML code to a specific page of my website?

A. For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this: `function my_custom_html_code() { // Stop the function if this is not the Home page of website if ( !is_home() ) { return; } // Print the custom HTML code echo 'YOUR CUSTOM HTML CODE HERE'; } add_action( 'wp_head', 'my_custom_html_code' );` To apply the PHP code on a website, we can recommend you to use another our plugin called My Custom Functions.

Q. My custom HTML code is not working. What could be wrong?

A. It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:

  1. You have a typo during the insertion of your custom HTML code.
  2. Your custom HTML code has a syntax error.
  3. Your custom HTML code is incorrect and may not work.

Q. It's not working. What could be wrong?

A. As with every plugin, it's possible that things don't work. It's impossible to tell what could be wrong exactly. The most common reason for this is a web browser’s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser’s cache. Clearing your browser’s cache may solve the problem. If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.

Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?

A. This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.

Q. Where to report bug if found?

A. Bug reports are very welcome! Please visit our contact page and report. Thank you!

Q. Where to share any ideas or suggestions to make the plugin better?

A. Any suggestions are very welcome! Please visit our contact page and share. Thank you!

Q. I love this plugin! Can I help somehow?

A. Yes, any contributions are very welcome! Please visit our donation page. Thank you!

更新日志:

4.52 - Jul 19, 2021 4.51 - Mar 8, 2021 4.50 - Jan 1, 2021 4.49 - Dec 8, 2020 4.48 - Oct 23, 2020 4.47 - Oct 12, 2020 4.46 - Oct 3, 2020 4.45 - Aug 10, 2020 4.44 - Mar 20, 2020 4.43 - Jan 20, 2020 4.42 - Nov 11, 2019 4.41 - Oct 2, 2019 4.40.1 - Jul 16, 2019 4.40 - Mar 31, 2019 4.39 - Mar 24, 2019 4.38 - Mar 18, 2019 4.37 - Mar 1, 2019 4.36 - Feb 24, 2019 4.35 - Feb 21, 2019 4.34 - Jan 11, 2019 4.33 - Nov 2, 2018 4.32 - Oct 23, 2018 4.31 - Oct 8, 2018 4.30 - Sep 22, 2018 4.29 - Sep 12, 2018 4.28 - Aug 19, 2018 4.27 - Aug 7, 2018 4.26 - Jul 24, 2018 4.25 - Jul 13, 2018 4.24 - Jul 1, 2018 4.23 - Jun 30, 2018 4.22 - Jun 26, 2018 4.21 - Jun 12, 2018 4.20 - Jun 4, 2018 4.19 - May 20, 2018 4.18 - May 6, 2018 4.17 - Apr 25, 2018 4.16 - Apr 20, 2018 4.15 - Jan 22, 2018 4.14 - Nov 13, 2017 4.13 - Oct 28, 2017 4.12 - Sep 23, 2017 4.11 - Sep 19, 2017 4.10 - Sep 17, 2017 4.9 - Sep 15, 2017 4.8 - Sep 8, 2017 4.7 - Aug 31, 2017 4.6 - Aug 10, 2017 4.5 - Aug 8, 2017 4.4.1 - Jun 21, 2017 4.4 - Jun 16, 2017 4.3 - Jun 4, 2017 4.2 - May 26, 2017 4.1.1 4.1 - May 24, 2017 4.0.1 - May 12, 2017 4.0 - May 8, 2017 3.3 - Nov 1, 2016 3.2 - Sep 3, 2016 3.1 - Aug 30, 2016 3.0.2 - Aug 28, 2016 3.0.1 - Aug 23, 2016 3.0 - Jul 30, 2016 2.0 - Apr 9, 2016 1.2 - Mar 6, 2016 1.1 - Mar 6, 2016 1.0 - Mar 6, 2016 0.3 0.2 0.1