Insert jQuery slider to Drupal page

Question:

I am using your Amazing Slider. I am able to use the jQuery slider in the theme of my website now, but that’s not what I really want. I want to put sliders in articles. Is this possible?

Answer:

Yes. You can view Step 4 “Insert the jQuery slider to your Drupal page” of this tutorial:  https://amazingslider.com/how-to-insert-jquery-slider-to-drupal/

Basically there are three steps:

1. In the Dashboard, click Modules from the top menu, then enable “PHP filter” module.

2. In the page editor, find the dropbox menu “Text format” and change its value to “PHP code”.

3. You can then enter the PHP code to embed the slider to your Drupal page:

<?php echo amazingslider1_output(); ?>