A blog for Dynamicweb CMS and Dynamicweb eCommers users and developers

Tag Archives: templates

Quick and dirty: Add a Facebook “I like” to your page

This is a quick and dirty way to add the Facebook “I like” functionality to any Dynamicweb page. Simply copy and paste the code below into your layout or HTML page template. <div id=”fb-root”></div><script src=”http://connect.facebook.net/da_DK/all.js#xfbml=1″></script><script type=”text/javascript”>var sURIEncoded = encodeURIComponent(‘<!–@Global:Request.AbsoluteUri–>’); document.write(‘<fb:like … Continue reading

Share

A few simple tips for getting more out of Dynamicweb –CodeSnippets

When you work with Dynamicweb CMS implementing layouts there are many things which you learn, do you remember to make your templates, css, javascript reusable? Do you still write your loops manually? How about trying to work smarter, not harder? … Continue reading

Share