This simple add-on provides a way to define a link to your photographs for sale on RedBubble. This includes an input text box on the Image Edit screen for inserting the RedBubble URL for the image and new tokens for templates to display the link. I've used this on the
ACM Photography Photoblog if you would like to see it in action.
INSTRUCTIONS:
- Download Zip file
- Unzip contents into the 'addons' directory
- Add a value for '$admin_lang_imgedit_redbubble' to the admin language file(s) (e.g. 'language/admin-lang-english.php')
$admin_lang_imgedit_redbubble = 'RedBubble Link';
- Add a value for '$lang_redbubble_text' to the appropriate language file(s) (e.g. 'language/lang-english.php')
$lang_redbubble_text = 'Buy Now @ RedBubble';
- Enable the Addon
- Apply the template tags (<REDBUBBLE> or <REDBUBBLE_LOGO>) to your image page
Enjoy!