If you can’t find the answer to your question, please post it in the Support Group and it will be considered for inclusion. Thank you.
JapanSoc FAQ »

How can people soc my blog posts?

There are a few ways to help your readers soc your blog posts. One way is with the JapanSoc Voting Button, another way is with the FeedBurner FeedFlare, and also with a “JapanSoc It!” style link at the foot of each of your posts, as in this screenshot:

To do that, the code you need depends on the blogging platform you’re using. Here are some examples (ignore any linebreaks):

Blogger (old, before 2006):
<a href="http://www.japansoc.com/submit.php?url=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>">JapanSoc</a>

Blogger (new):
<a href='"http://www.japansoc.com/submit.php?url=" + data:post.url + "&title=" + data:post.title'>JapanSoc</a>

Wordpress.org:
<a href="http://www.japansoc.com/submit.php?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">JapanSoc</a>
- Watch the JapanSoc Social Bookmarking Button Video Tutorial for guidance.

Alternatively, read How do I add JapanSoc to the Wordpress Sociable plugin?

Typepad/MovableType:
<a href="http://www.japansoc.com/submit.php?url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>">JapanSoc</a>

Put the code in your post template (not the post itself), and cross your fingers. If you’d rather use an image, please right-click and download    or    and upload it to your own server. Then replace the text “JapanSoc” in the code above with an <img> tag, linking to the image.

Alternatively:

If you’re not using one of the blogging platforms above (or you just can’t get them to work), try this javascript link (ignore any linebreaks):

<a href="javascript:location.href='http://www.japansoc.com/submit?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+' '">JapanSoc</a>

Possibly Related:

» How do I embed a voting button in my blog?
» How do I add JapanSoc to the Sociable Wordpress plugin?
» Tools
» Japan Blogger Conference
» How can I use my own avatar?
» Why doesn’t the trackback work!?
» Can I use weird characters in story titles?
» Is there an RSS feed for my JapanSoc activity?
» How do I delete a story?
» How can I put a YouTube video in my profile?