Godaddy Security Site Seal
Last Post 10/25/2012 8:42 PM by Wazoo. 2 Replies.
Author Messages Not Resolved
Wazoo
Nuker
Nuker
Posts:17


--
10/25/2012 6:45 AM  
Hi,

I have received a snippet code from Godaddy.com as following:

<script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=c6OBVbXzxxRGeh1TM7ULxcgcesHOViSa2MMWo9o7iArdRIelgIugbocOqPU"></script></span> <br /> <br /> and this should work well with static HTML. <br /> <br /> Please assist me on how to implement this snippet (security seal image) in DotNetNuke for all the pages. <br /> <br /> Thank you for your time and expertise. <br /> <br /> Wazoo
Joseph Craig
DNN MVP
Posts:11667


--
10/25/2012 8:29 AM  
The easiest way to get this on all pages is to put the script:

<script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=c6OBVbXzxxRGeh1TM7ULxcgcesHOViSa2MMWo9o7iArdRIelgIugbocOqPU"></script> <br /> <br /> in your skin file at the point where you would like the seal to appear. <br /> <br /> The other way to do it is to put the script in a module (best to use the module header setting) and set the module to appear on every page. These days, though, I'm trying to avoid using the "appear on every page" feature as it can be problematic. If you go the module route, it's better to copy an existing module to other pages. The downside is this is tedious for sites with lots of pages and you have to remember to do it with new pages.

Joe Craig, Patapsco Research Group
Complete DNN Support
Wazoo
Nuker
Nuker
Posts:17


--
10/25/2012 8:42 PM  
Thank you for your time and expertise. I have tried your method and worked out great.


---