You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: The "Insert Codes - Headers And Footers Code Snippet" plugin allows you to easily add custom code to the header, body, and footer sections of your WordPress website.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "insert-codes",
3
3
"title": "Insert Codes - Headers And Footers Code Snippet",
4
-
"version": "1.0.0",
4
+
"version": "1.1.0",
5
5
"description": "The \"Insert Codes - Headers And Footers Code Snippet\" plugin allows you to easily add custom code to the header, body, and footer sections of your WordPress website.",
@@ -49,51 +49,54 @@ Install Insert Codes - Headers And Footers Code Snippet from the WordPress plugi
49
49
4. Configure the settings and start using the plugin feature!
50
50
51
51
== Frequently Asked Questions ==
52
-
= Q: How do I add a header script? =
52
+
= How do I add a header script? =
53
53
A: After activating the plugin, go to 'Settings' > 'Insert Codes', and you will find a field for 'Header Scripts'. Paste your code snippet there and save changes.
54
54
55
-
= Q: Can I add multiple scripts in each section? =
55
+
= Can I add multiple scripts in each section? =
56
56
A: Yes, you can add multiple scripts in each section. Just paste them one after the other.
57
57
58
-
= Q: Is it safe to add third-party scripts using this plugin? =
58
+
= Is it safe to add third-party scripts using this plugin? =
59
59
A: Yes, it is safe as long as you ensure the scripts are from trusted sources. The plugin itself securely inserts the code snippets into your site.
60
60
61
-
= Q: Will this plugin slow down my site? =
61
+
= Will this plugin slow down my site? =
62
62
A: The impact on performance is minimal as the plugin inserts the scripts directly into the respective sections of your site's HTML. However, excessive use of scripts can affect performance, so use them judiciously.
63
63
64
-
= Q: Can I add custom CSS using this plugin? =
64
+
= Can I add custom CSS using this plugin? =
65
65
A: Yes, you can add custom CSS to the header section using this plugin. Just paste your CSS code snippet in the 'Header Scripts' field.
66
66
67
-
= Q: Can I add Google Analytics tracking code using this plugin? =
67
+
= Can I add Google Analytics tracking code using this plugin? =
68
68
A: Yes, you can add Google Analytics tracking code to the header section using this plugin. Paste the tracking code snippet in the 'Header Scripts' field.
69
69
70
-
= Q: Can I add Facebook Pixel code using this plugin? =
70
+
= Can I add Facebook Pixel code using this plugin? =
71
71
A: Yes, you can add Facebook Pixel code to the header section using this plugin. Paste the Pixel code snippet in the 'Header Scripts' field.
72
72
73
-
= Q: Can I add custom scripts to the head section using this plugin? =
73
+
= Can I add custom scripts to the head section using this plugin? =
74
74
A: Yes, you can add custom scripts to the head section using this plugin. Paste your code snippet in the 'Header Scripts' field.
75
75
76
-
= Q: Can I add custom scripts to the body section using this plugin? =
76
+
= Can I add custom scripts to the body section using this plugin? =
77
77
A: Yes, you can add custom scripts to the body section using this plugin. Paste your code snippet in the 'Body Scripts' field.
78
78
79
-
= Q: Can I add custom scripts to the footer section using this plugin? =
79
+
= Can I add custom scripts to the footer section using this plugin? =
80
80
A: Yes, you can add custom scripts to the footer section using this plugin. Paste your code snippet in the 'Footer Scripts' field.
81
81
82
-
= Q: Can I add scripts to specific pages using this plugin? =
82
+
= Can I add scripts to specific pages using this plugin? =
83
83
A: Currently, the plugin does not support adding scripts to specific pages. The scripts added using this plugin will be displayed on all pages of your site.
84
84
85
-
= Q: Can I add scripts to specific posts using this plugin? =
85
+
= Can I add scripts to specific posts using this plugin? =
86
86
A: Currently, the plugin does not support adding scripts to specific posts. The scripts added using this plugin will be displayed on all posts of your site.
87
87
88
-
= Q: Can I add scripts to specific categories using this plugin? =
88
+
= Can I add scripts to specific categories using this plugin? =
89
89
A: Currently, the plugin does not support adding scripts to specific categories. The scripts added using this plugin will be displayed on all categories of your site.
90
90
91
-
= Q: Can I add scripts to specific tags using this plugin? =
91
+
= Can I add scripts to specific tags using this plugin? =
92
92
A: Currently, the plugin does not support adding scripts to specific tags. The scripts added using this plugin will be displayed on all tags of your site.
93
93
94
-
= Q: Can I add scripts to specific custom post types using this plugin? =
94
+
= Can I add scripts to specific custom post types using this plugin? =
95
95
A: Currently, the plugin does not support adding scripts to specific custom post types. The scripts added using this plugin will be displayed on all custom post types of your site.
96
96
97
+
= Can I add scripts to specific taxonomies using this plugin? =
98
+
A: Currently, the plugin does not support adding scripts to specific taxonomies. The scripts added using this plugin will be displayed on all taxonomies of your site.
99
+
97
100
= Minimum requirements =
98
101
* WordPress 5.0 or greater
99
102
* PHP version 5.6 or greater
@@ -105,6 +108,12 @@ A: Currently, the plugin does not support adding scripts to specific custom post
105
108
2. Settings Page: Easy and user-friendly admin panel to configure the header, body, and footer scripts options.
106
109
107
110
== Changelog ==
111
+
= 1.1.0 (19 August 2024) =
112
+
* Enhancement: Enhanced sanitization and validation of input fields.
113
+
* Enhancement: Improved user interface and settings page.
114
+
* Contact support: Add support & rating widget.
115
+
* Fix: few known issues.
116
+
108
117
= 1.0.0 (19 June 2024) =
109
118
* Initial release with support for adding header, body, and footer scripts.
0 commit comments