Open Source

Add SEO Friendly Social Media Links To WordPress

Wednesday, December 3rd, 2008 | Blogging, Hack, Open Source, Promotion, SEM, Tools, Twitter | No Comments

Add SEO Friendly Links To WordPress Pages and Posts

Jeff from over at Perishable Press has just posted a handy guide to adding code to your WordPress theme that will enable you to offer SEO-Friendly, fully validating social media links for each of your pages or posts. If you want the easy way of adding social media links to your blog, there are countless WordPress plugins that will do just that, this method is for those of you who want to use as few plugins as possible (a real lean mean blogging machine!)

He gives the code for Delicious, Digg, Twitter, StumbleUpon, Technorati, Blinklist, Furl, Reddit and AddThis (with more sites provided in the comments).

Here’s an example for Digg.com:

<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=<?php the_permalink(); ?>" title="Submit this post to Digg">Digg this!</a>

In order to add the code to each post, edit the single.php and paste in the appropriate code before the comments PHP tag. So you’d paste it before:

< ?php comments_template(); ?>

To add the code to your pages, edit page.php and paste the appropriate code after the PHP tag for your page content. So depending on your theme you’d paste it after:

< ?php the_content(); ?>

To have the links appear on the homepage after the end of each post, edit index.php and paste the appropriate code after the content PHP tag, though it might differ depending on your theme. So you’d paste the code this time after:

< ?php the_content(__('Read more'));?>

Go check out the full post for more examples.

Share with your friends: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • StumbleUpon
  • Slashdot
  • DZone
  • BlinkList
  • Furl
  • MisterWong
  • Spurl
  • Propeller
  • Folkd
  • Sphinn

Tags: , , , , ,

Opentape – The Free, OpenSource Alternative to Muxtape

Tuesday, August 26th, 2008 | Hack, Music, New Beginnings, Open Source, Twitter, WebApps | No Comments

Opentape

With the recent demise of Muxtape, a group of developers have gotten together to release an open-source online mixtape package named Opentape.

Personally I think this application is far superior to Muxtape, which recently had been forced offline by the RIAA for copyright infringement. You can upload songs to your Opentape server via web or FTP, rename, reorder, customize the style and then share the mix on any website through an embedded player.

They’ve even set up a twitter account so you can stay updated on their progress/new releases via tweets. Find them at @opentape.

Visit opentape.fm to read more about the project, or click here to go to the direct download page.

Requirements
Apache 1.x, 2.x with PHP 5. Many other webservers will do fine as well.
PHP 5 curl extension is required for update notification and publishing to the Opentape Discovery Network.

Supported/Tested Browsers
Firefox 3.0.1/OS X
Opera 9.52/OS X
Safari 3/OS X

Firefox 2.0.0.11/Win
Opera 9.52/Win
Safari 3/Win
IE 7/Win
IE 6/Win (styles have errors)

Share with your friends: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • StumbleUpon
  • Slashdot
  • DZone
  • BlinkList
  • Furl
  • MisterWong
  • Spurl
  • Propeller
  • Folkd
  • Sphinn

Tags: , , ,

Other Places You Can Find Me: