A shortcode for Creative Commons licenses

Hi there,

I built a shortcode to display Creative Commons icons depending on the license options I selected:

{{< cc "by" >}}  
{{< cc "by nc" >}}
{{< cc "by-nc-sa" >}}

Will output:

screenshot

The icons point to specific URLs on creativecommons.org depending on the given License options.

See the code source and the (basic) documentation

Related topic: A quick Creative Commons Licence with options

6 Likes