Hi there
I have used the Giveaway Feed Service to place GOTD Giveaways on my site(s) for many years.
Originally I was usng the PHP scripts method, but because of complications caused by some php functions limitations by some webhosts, I was able to navigate around these issues, with the help of your support.
About a year ago, though something happened that made it impossible for the script to print Giveaway information and only showed on an empty page, just "Sample Giveaway of the day index page generated from imported XML data" OR in some cases an empty table with some text like I think giveaway date 1 Jan 1970 and never updated. I requested for help, but was told the script functioned normally on your side. I actually gave up on this, although this had been the most visited page on my site.
The other day, I decided to try out the Javascript method and asked myself why I had not thought about this at all.
Like GOTD, the website is also wordpress-based.
I followed the instructions and used the Wordpress "SOGO Add Script Header Footer" plugin to insert <script src="http://export.giveawayoftheday.com/index.js"></script>
in the page header of the page I want the Giveaway. I then placed the rest of the code BETWEEN THE body tags on the Wordpress post page.
I did NOT include the style script in the headers as I wanted to maintain the existing site formatting.
This prints the Giveaway, however only up to the table but omits all the information below, i.e. NOT the download links and terms => as seen here.
If you view the page source code, you will note that ALL the code in the sample js script between the body tags is included, i.e. that which should generate the missing items + download links.
I tried creating a page OUTSIDE Wordpress and included ALL the code in "/gfs/sample-js" which is at this link. As you note, it prints everything.
So my question is what can I do, so the missing elements below the table, i.e. the download links and terms are printed WITHIN a Wordpress page, something which I think you do as noted because GOTD also uses Wordpress?
Thank you in advance.