Hi there
I have been using this service for a number of years to embed GOTD offers on 2 sites, preferably with the PHP import script.
Unfortunately, after changing the host, they have the necessary include php function deactivated, allegedly for security reasons. It's not possible to make them change their mind on this at least in the near future.
So I tried the javascript method, but unfortunately, in spite of copying and pasting the complete script at Download template`s sample, which is supposed to result into something like => "See it in action" for some reason, all content below the table with system requirements to price, that's to say "Download .... (the days Giveaway)", the download links, up to the Terms & Conditions does not get printed!
I have no single idea why, because I'm copying & pasting and if you look at the source of this page => http://bit.ly/2FAc74r , you will not that nothing is missing from the code from that GFS javascript code.
This is part of the code from that bottom part that should print the links + terms from my Wordpress page:
<script type="text/javascript">
if(gaotdObj.active){
document.write( '<ul class="download_links"><li class="main_link">Download ' + gaotdObj.title + ' now');
if(gaotdObj.download_mirror1)
document.write('- Mirror link #1
');
if(gaotdObj.download_mirror2)
document.write('- Mirror link #1
');
document.write('<div class="instructions"><p>Unzip the package you\'ve downloaded, and carefully read the instructions which you can find in the readme.txt file. This readme.txt file is included with all our downloads. Follow the instructions carefully to install and activate the software.</p></div><div class="terms"><h3>Terms and conditions</h3><p>Please note that the software you download and install during the Giveaway period comes with the following important limitations:</p>
- No free technical support
- No free upgrades to future versions
- Strictly non-commercial usage
<p>THIS SOFTWARE PRODUCT IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT LIMITATION, TO THE FULLEST EXTENT ALLOWABLE BY LAW, END USER ASSUMES THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE DOWNLOADED SOFTWARE PRODUCT.</p></div>');
}
else{
document.write('<div class="na_notice"><p>This software was available as a giveaway on ' + gaotdObj.date + ', this giveaway is not available any more.</p></div>');
}
</script>
So what could the problem be? This is on a Wordpress site, just like GOTD.
I would appreciate some guidance to solve this.
Thank you.