• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Adding Images to My Hostgator Plesk Sitebuilder Site

J

JessicaS

Guest
Hello,

I'm trying to set up a new template using Hostgator's version of your product: Plesk Sitebuilder 4.5.0 for Linux/Unix.

I need to add images of that I created using code from PopShops, which is designed for affiliate marketing, which is what I am doing. My previous web host was not set up this way, so I'm relearning how to do this all over again.

Where and how would I add the code that I generate using PopShops to my site?

The code is as follows:

<!-- PopShops store code starts here -->
<script type="text/javascript" src="http://shops.popshops.com/shops/bvje7z0af95vra9rayp0fz32u"></script>
<!-- PopShops store code ends here -->

Thank you for your help!
 
If you need to add some code into site page you can use Script module for it:

http://download1.parallels.com/Site..._US/html/inserting_scripts_into_web_pages.htm
Plesk Sitebuilder allows you to add any code written in any scripting or other language into the Script module: HTML, DHTML, XML, PHP, ASP, SSI, Perl/CGI, JavaScript, Java applets, and many more. You can find all kinds of third party scripts on popular webmaster's resources available on the Internet.

If you need to add these code into created template it is better to refer to custom template developer's guide:
http://download1.parallels.com/SiteBuilder/4.5.0/doc/templates/en_US/html/
Try to add it into page itself together with content and check it after that.
 
Back
Top