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
CC Widget for WordPress
Moderators: Celeste Stewart, Ed
Re: CC Widget for WordPress
Well I've tried two emails to CC and posting a question here! Still no luck.
Did I say Please earlier?
Please.
Did I say Please earlier?
Please.
-
- Posts: 699
- Joined: Sun Dec 06, 2009 3:00 am
- Location: in Cyberspace
- Contact:
Re: CC Widget for WordPress
Did you get the code when you were logged in as an author? Beyond that I don't know.
-
- Posts: 3528
- Joined: Sun Jan 08, 2006 5:28 pm
- Location: California
- Contact:
Re: CC Widget for WordPress
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):
author=3664"
Also, there's a different version for WordPress blogs. Where are you trying to place the widget?
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?
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>