Linux 软件免费装
Banner图

JavaScript Inserter

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

标签

javascript script header code js head footer scripts insert code insert scripts inject code inject scripts inject javascript inject js insert javascript insert js 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.11 1.13 1.14 1.15 1.16 1.16.1 1.17 1.18 1.19 1.2 1.20 1.22 1.23 1.24 1.25 1.26 1.27 1.3 1.4 1.5 1.6 1.8 1.9 1.12 1.1 1.10 1.21 1.28 1.7

详情介绍:

An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom JavaScript code 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 JavaScript code. Just add your custom JavaScript code in the field on the plugin page and this plugin will do the rest for you. It will automatically add your JavaScript 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 JavaScript code would never be overwritten. Your custom JavaScript 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 "JavaScript 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 "JS 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 Analytics tracking code added.

升级注意事项:

1.0 Please update to first stable release!

其他记录:

"JavaScript Inserter" is one of the own software projects of Space X-Chimp. 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 JavaScript code in the code editor field and click the "Save changes" button. Enjoy the result of applying your custom JavaScript code. It's that simple! You can find the plugin settings page at "WordPress Admin Area" -> "Settings" -> "JS Inserter".

Q. How much of JavaScript 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. Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.

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

A. For now, this plugin does not have an option to apply the custom JavaScript code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom JavaScript code only on specific pages of your website, you need to wrap your custom JavaScript code in a PHP code that will determine the page you want. You need something like this: `function my_custom_js_code() { // Stop the function if this is not the Home page of website if ( !is_home() ) { return; } // Print the custom JavaScript code echo 'YOUR CUSTOM JAVASCRIPT CODE HERE'; } add_action( 'wp_head', 'my_custom_js_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 JavaScript code is not working. What could be wrong?

A. It happens that your custom JavaScript 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 JavaScript code.
  2. Your custom JavaScript code has a syntax error.
  3. Your custom JavaScript 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!

更新日志:

1.28 - Jul 19, 2021 1.27 - Mar 8, 2021 1.26 - Jan 1, 2021 1.25 - Dec 8, 2020 1.24 - Oct 23, 2020 1.23 - Oct 12, 2020 1.22 - Oct 3, 2020 1.21 - Aug 10, 2020 1.20 - Mar 20, 2020 1.19 - Jan 20, 2020 1.18 - Nov 11, 2019 1.17 - Oct 2, 2019 1.16.1 - Jul 16, 2019 1.16 - Mar 31, 2019 1.15 - Mar 24, 2019 1.14 - Mar 18, 2019 1.13 - Mar 1, 2019 1.12 - Feb 24, 2019 1.11 - Feb 21, 2019 1.10 - Jan 11, 2019 1.9 - Nov 2, 2018 1.8 - Oct 23, 2018 1.7 - Oct 8, 2018 1.6 - Sep 22, 2018 1.5 - Sep 12, 2018 1.4 - Aug 19, 2018 1.3 - Aug 7, 2018 1.2 - Jul 24, 2018 1.1 - Jul 12, 2018 1.0 0.3 0.2 0.1