Overview
Choose which scripts and iframes should be kept from the original site and set the contents of the entire site's head section.
Getting to the Advanced tab
- In the DudaMobile site editor, click the settings gear in the upper-right.
- Click Site Settings
- Click Advanced
Options
List Of Scripts To Keep | List which JavaScript scripts from your desktop site are included in the mobile site. Enter the name of a function and the entire script will be included (from opening to closing script tags). If you would like to include an external file, just enter the name of the file (e.g. script.js) and duda will take care of the rest. We load the JQuery library by default, so there's no need to include it in your scripts. However, you can setup a noconflict(). The Add all scripts from original site checkbox globally adds all scripts from the site. Depending on the scripts imported, this can cause the editor to stop functioning; use with caution. |
List Of Iframes To Keep | List which iframes from your desktop site are included in the mobile site. Enter the name of the source file (e.g. source.html), or the ID/class of the iFrame. The Add all iframes from original site checkbox globally adds all iframes from the site. These frames can be larger than the mobile site width; use with caution. |
Head Section | Change the HTML in the head section of the website. Adding some jQuery or JavaScript can cause the editor to stop functioning; use with caution. |