Page 1 of 1
CC Widget for WordPress
Posted: Wed Dec 22, 2010 12:08 pm
by MSO
I installed the CC Widget for Wordpress on my website, but it does not link to my material; only to the generic CC list of articles for sale. Can anyone suggest how I can modify it so that it will show my articles.
It would be much easier to run sales through CC than to hassle with them myself.
M
Re: CC Widget for WordPress
Posted: Wed Jan 05, 2011 5:48 pm
by MSO
Well I've tried two emails to CC and posting a question here! Still no luck.
Did I say Please earlier?
Please.
Re: CC Widget for WordPress
Posted: Wed Jan 05, 2011 7:33 pm
by jadedragon
Did you get the code when you were logged in as an author? Beyond that I don't know.
Re: CC Widget for WordPress
Posted: Wed Jan 05, 2011 8:11 pm
by Celeste Stewart
It's been a long time since I set up my widget. You may have to edit the code to include your author number though it should be there by default. For example, my author # is 3664. Here's how the code for mine looks (with the section where the author# goes separated so you can see it):
Code: Select all
<div id="ccTank" style="width:200px; font-family:Arial, Helvetica, sans-serif; font-size:10px;background:url(http://www.constant-content.com/images/widget/bg-header.png) repeat-x top left #0067a2;">
<div id="ccView"><script src="http://www.constant-content.com/library/js/widget.js.php?
author=3664"
Code: Select all
type="text/javascript"></script></div>
<div id="ccFoot" style="background:#0067a2;padding:0px;"><a alt="Original Articles. Constant-Content" style="color:#fff;text-decoration: none;padding:0px;" href="http://www.constant-content.com/"><img alt="Buy Articles at Constant-Content" style="border:none; vertical-align:middle; padding:0px;" src="http://www.constant-content.com/images/widget/buy-articles.png" />Original Articles. Constant-Content.</a></div>
</div>
Also, there's a different version for WordPress blogs. Where are you trying to place the widget?