You can embed third-party custom codes into your SubHub website to add more features. Acceptable codes are iframe, Javascript, HTML and CSS.
How to embed code into article & category pages
The only third-party code that can be embedded into article and category pages are iframes.
- Click the Media Manager icon in the editor toolbar.
- Select the Embed tab.
- Paste code into box and save.
How to embed Javascript, HMTL and CSS
Javascript, HTML and CSS is added in the Advanced Settings under Display Options.
- Click Settings.
- Select Display Options tab.
- Scroll to page's bottom, click Show under Advanced Settings.
- Add appropriate code to Head, Header and Body sections.
HTML Head
- Javascript and meta tags codes added here will be displayed between the <head> </head> tag.
Header HTML
- Javascript, CSS and HTML codes added in this section will be displayed right after the opening <body> tag.
Body HTML
- Javascript, CSS and HTML codes added in this section will be displayed before the closing </body> tag.