How to implement Shop Widgets from Shopping.com
After your site is approved, you can easily add it to blogger. You can sign up at Shopping Partners site. To automatically populate the keyword section. Make your code look like this.
// Test Blog
var sw = new ShopWidget();
sw.mode = "kw";
sw.width = 120;
sw.height = 600;
sw.linkColor = "#0033cc";
sw.borderColor = "#ffffff";
sw.fontColor = "#000000";
sw.font = "arial";
sw.linkin = "8003879";
sw.categoryId = "0";
sw.keyword = "<$BlogItemTitle$>";
sw.render();
It's that easy, you can add it to your header, side navigation or footer. You can see the ads in the header of this blog. If you just created the ad it can take about a day before the ads appear, otherwise you will get a generic ad.
Labels: shopping.com




2 Comments:
This post has been removed by a blog administrator.
If you want Digg to show you the love, your title must accurately reflect your content. Here is my recommendation, write the article, then write the title. If your title does not EXACTLY reflect the content and what Diggers expect to find in the content, you’ll never make it to the front page because you’ll get buried.I’ve learned a few things about getting a blog to the Digg front page, even a SEO/SEM blog.
Read more How To: Get a SEO Blog to Digg’s Front Page - The 6 C’s
Post a Comment
<< Home