8/28/11

How-To: Adding any of 300+ Custom Sharing Services to WordPress.com, Sharedaddy, Jetpack Made Super Easy


Adding More Sharing Services to Your WordPress.com Blog

Use the Share API to make adding any sharing service that is not supported by WordPress.com (or Jetpack) really easy!

What You Need to Know

If you would like to add a sharing service to your blog that is not available in the standard set that WordPress.com/Jetpack provides, you can add it using the “Add a new service” link in the “Available Services” section.

The three things you need to define a sharing service are:

  • Service name – used for the text label. It will appear in the link to the service in the share bar and in the blog sharing stats. ex. Google Buzz
  • Sharing URL – is the URL address to the sharing service submission page. No need to go hunting for the correct URL. All you have to do here is use the Shareaholic URL below, and replace the “service=” value with the one for the service you’d like to add. A complete list of 250+ available service codes are listed here.

    For example:

    http://www.shareaholic.com/api/share/?v=1&apitype=1&apikey=8943b7fd64cd8b1770ff5affa9a9437b&service=257
    &title=%post_title%&link=%post_url%&notes=%post_excerpt%
    &shortener=google&source=Shareaholic

    If you’d like to get fancy by specifying your own bit.ly url shortener keys, etc – you can. Read up on documentation of lots more advanced settings for the Share API.

  • Icon URL – URL of a 16×16 icon that can be used for the service. ex.

    An easy/fast way to get the service icon for the service you’d like to add is to use the following favicon API:

    http://www.google.com/s2/favicons?domain=evernote.com
    (just replace evernote.com with the domain of your choice)

Save the service and the new service will appear in the Available Services section. And you’re done! Fast, easy, safe.

Useful Resources:


Posted via email from Bit Hacker