Difference between revisions of "Adding a CC mark to a WordPress blog"

From Creative Commons
Jump to: navigation, search
(clarify a little)
(Text Widget (easy))
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
Adding a Creative Commons mark ([[marking]]) allows people to easily see how your work is licensed, and allows search engines to index your page by license.  
 
Adding a Creative Commons mark ([[marking]]) allows people to easily see how your work is licensed, and allows search engines to index your page by license.  
  
If you have a WordPress blog on your own domain, there are at least two ways to add a CC mark:  
+
 
* By editing the theme's footer.php or sidebar.php file. Get your license button HTML from http://creativecommons.org/license and paste it into your footer.php (or sidebar.php or wherever you want it to appear).
+
== Наслов ==
* Use a plugin (this is probably the easiest way). If you have a WordPress blog, there's an easy way to add a Creative Commons mark in the footer: the [http://wordpress.org/extend/plugins/creative-commons-license-widget/ Creative Commons license widget]. (That page says it's only tested up to WordPress 2.5, but it seems to be working on [http://blogs.appropedia.org/ our version 2.71 blog] without problems. --[[User:Chriswaterguy|Chriswaterguy]] 04:02, 16 May 2009 (UTC)) Note: it's easier to install from the admin interface (click Plugins, then Install) rather than downloading from the link given here.
+
== Text Widget (easy) ==
 +
 
 +
'''This works on Wordpress.com as well as self-hosted WordPress installations.'''
 +
 
 +
* Step 1: In your dashboard, go to the menu item "Widgets", under "Appearance".
 +
* Step 2: Find the widget labeled "Text", and drag it to your sidebar or footer. Location is entirely up to you. (yeah, that too!)
 +
* Step 3: Paste the code provided by the [http://creativecommons.org/choose CC license chooser] in the widget's text box, and click "Save".
 +
 
 +
This should now display the CC mark. You may style the blog as you wish. If on WordPress.com, you have to use inline styles, unless you have a paid subscription and can change all the CSS of your theme.
 +
 
 +
Use this method unless you strongly prefer editing source files or installing plugins and have good reason to do so!
 +
 
 +
''TO-DO: visual guide for this method.''
 +
 
 +
== Theme PHP files (more difficult) ==
 +
 
 +
Edit the theme's footer.php or sidebar.php file. Get your license button HTML from http://creativecommons.org/license and paste it into your footer.php (or sidebar.php or wherever you want it to appear).
 +
 
 +
== Plugin ==
 +
 
 +
Use a plugin. This ''might'' be the easiest way, but has some potential for problems if the plugin breaks when you upgrade, or it clashes with another plugin. The widget above is usually a better option.
 +
 
 +
To do this, use the [http://wordpress.org/extend/plugins/creative-commons-license-widget/ Creative Commons license widget]. (That page says it's only tested up to WordPress 2.5, but it seems to be working on [http://blogs.appropedia.org/ our version 2.71 blog] without problems. --[[User:Chriswaterguy|Chriswaterguy]] 04:02, 16 May 2009 (UTC)) Note: it's easier to install from the admin interface (click Plugins, then Install) rather than downloading from the link given here.
  
  
If you have a blog on Wordpress.com:
 
* (PLEASE ADD INSTRUCTIONS HERE)
 
  
 
== See also ==
 
== See also ==

Latest revision as of 21:16, 20 November 2010

Adding a Creative Commons mark (marking) allows people to easily see how your work is licensed, and allows search engines to index your page by license.


Наслов

Text Widget (easy)

This works on Wordpress.com as well as self-hosted WordPress installations.

  • Step 1: In your dashboard, go to the menu item "Widgets", under "Appearance".
  • Step 2: Find the widget labeled "Text", and drag it to your sidebar or footer. Location is entirely up to you. (yeah, that too!)
  • Step 3: Paste the code provided by the CC license chooser in the widget's text box, and click "Save".

This should now display the CC mark. You may style the blog as you wish. If on WordPress.com, you have to use inline styles, unless you have a paid subscription and can change all the CSS of your theme.

Use this method unless you strongly prefer editing source files or installing plugins and have good reason to do so!

TO-DO: visual guide for this method.

Theme PHP files (more difficult)

Edit the theme's footer.php or sidebar.php file. Get your license button HTML from http://creativecommons.org/license and paste it into your footer.php (or sidebar.php or wherever you want it to appear).

Plugin

Use a plugin. This might be the easiest way, but has some potential for problems if the plugin breaks when you upgrade, or it clashes with another plugin. The widget above is usually a better option.

To do this, use the Creative Commons license widget. (That page says it's only tested up to WordPress 2.5, but it seems to be working on our version 2.71 blog without problems. --Chriswaterguy 04:02, 16 May 2009 (UTC)) Note: it's easier to install from the admin interface (click Plugins, then Install) rather than downloading from the link given here.


See also