Author Topic: Adding 'Juice It' Buttons To Your Blog  (Read 5026 times)

rawvoicemarketing

  • Full Member
  • ***
  • Posts: 133
    • Raw Voice
Adding 'Juice It' Buttons To Your Blog
« on: June 30, 2007, 04:39:08 pm »
You can add the Juice It [ ] buttons found on your Blubrry episode pages to your primary blog by following these instructions.

Add the code snippet below to the theme of your blog.

<script language="JavaScript" src="http://juiceit.blubrry.com/rating/LINK"></script>

Note: Replace LINK with the actual code required to print the episode permalink in this location of your blog.

Wordpress link example:

<script language="JavaScript" src="http://juiceit.blubrry.com/rating/<?php the_permalink(); ?>"></script>

Blogger link example:

<script language="JavaScript" src="http://juiceit.blubrry.com/rating/<$BlogItemUrl$>"></script>

Movable Type link example:

<script language="JavaScript" src="http://juiceit.blubrry.com/rating/<$MTEntryPermalink$>"></script>

Usage

Users who click on the image on your blog will be directed to the Blubrry website. The user will need to sign in for the vote to be recorded. Once the user signs in they should be directed to the episode profile page and the number of 'juices' on your episode will be incremented accordingly. The image on your blog should also be updated with the number of 'juices' on the episode.

Known Issues

If you are using FeedBurner's 'clickthrough tracking' on your RSS feed then the widget will not operate. Clickthrough tracking redirects your post permalink through FeedBurner to provide stats on what items people clicked on.

Examples

www.newyorkmetspodcast.com
www.compiledweekly.com/podcast/
www.newyorkminuteshow.com/2007/06/19/video-javits-convention-center/
« Last Edit: July 10, 2007, 12:46:28 pm by rawvoicemarketing »