-
00:00:00In this video, I'm going to be discussing the code script widget
-
00:00:04The code script widget is a widget that will allow you to input your own code and display it on your website
-
00:00:13This code can be HTML, CSS, or JavaScript
-
00:00:18And you can input that in the code script widget to be displayed
-
00:00:23To use a code script widget, simply add the code script widget to your site
-
00:00:28Once you add that to your site, you can then paste the code right in the script code
-
00:00:35If you'd like, you can put an intro right here, any titles you'd like
-
00:00:41And the script can be, as I said, it can be in HTML, it can be CSS, or it can even be JavaScript
-
00:00:50And depending on how that code works, you can display it in the code script widget
-
00:00:55Here I have just a sample code that I copied from the internet
-
00:00:59This is just a very simple program that will tell you if a number is greater than 10
-
00:01:04Very basic code, all you have to do is enter a number here, like, let's say, five
-
00:01:10This will tell you this is less than 10
-
00:01:12However, if I add 55, this is greater than 10
-
00:01:16So my code is indeed working, and that's all you need to do for the code script widget
-
00:01:22Simply input the code here, and if it's working code that can be displayed on the platform and on the site, it should display wherever you'd put that code script widget
-
00:01:33If you want to move the code, you can move the positioning of that code script widget in the site, and that should move the position of that code
-
00:01:40And that's how easy it is to use the code script widget
-
00:01:46Thank you