Creative Commons Configurator Plug-in

, ,

From a post on Alan Levin’s blog, I found out about the Creative Commons Configurator Plug-in.

So I added it to all of the sites I’m maintaining (though you’ll only see it on the single post page, in each page’s <head>, and in the RSS feeds).

[fusion_builder_container hundred_percent=”yes” overflow=”visible”][fusion_builder_row][fusion_builder_column type=”1_1″ background_position=”left top” background_color=”” border_size=”” border_color=”” border_style=”solid” spacing=”yes” background_image=”” background_repeat=”no-repeat” padding=”” margin_top=”0px” margin_bottom=”0px” class=”” id=”” animation_type=”” animation_speed=”0.3″ animation_direction=”left” hide_on_mobile=”no” center_content=”no” min_height=”none”]

License Sample

Source: Brandon

License Sample

For Tom: This is the css I’m using with the iNove Theme. I enable all of the options from the plugins configuration page, but I chose to not display the CC logo in the license block on each post (it’s in the page footer in any event). Also, you can change which of the CC logos the plugin uses–but you have to edit the php file directly–0=no logo (which you can set via the configuration screen), 1=31 pixel high logo, 2=15 pixel high logo. If I were to use a logo, I’m more partial to the 15 pixel high logo for this application.

.cc-block {
  width: 95%;
   font-size:10px;
   text-align: center;
   line-height:110%;
   padding:4px;
   border: 1px solid #cccccc;
   color: #aaaaaa;
   background-color: #ffffff;
}

[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]