Hi Siva, I have three questions...
1. Can this be places into a product.xml file so it can be added as a plugin?
2. How can we get this to work on the mobile style as well?
3. Does this remember that a person has liked the forum? If so for how long? 30 days, etc?
4. How do I make the domain urls relative so that this can be viewed in https (secure) form as well? Don't want unsecure warnings...
Code:
<link rel='stylesheet' href='http://DOMAIN.COM/fancybox/scs.css' type='text/css' media='all' />
<script type='text/javascript' src='http://DOMAIN.COM/fancybox/jquery.js'></script>
<script type='text/javascript' src='http://DOMAIN.COM/fancybox/scs.js'></script>
<script type='text/javascript' src='http://DOMAIN.COM/fancybox/launch.js'></script>
Hope I didn't ask too many questions. thanks a bunch.