• Alright I have the Sociable plugin working on my blog, every single post page is displaying the “Digg this”, “Reddit this” and “Add to Delicious” buttons at the end of the page.

    My questions is: how can I add those buttons to my feed?

    I opened the single.php file but i could not find any code related to the sociable buttons, otherwise i would have tried to copy the code on my rss files.

    Any help is welcomed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can use something like this:
    <?php print sociable_html(); ?>

    Use that in the rss generation.

    Depending on what feed your using, is what file you edit. So if you’re using RSS, then edit wp-rss.php, if you’re using RSS2, then edit wp-rss2.php, etc.

    Thread Starter envec

    (@envec)

    i am using feedburner to deliver my feed, do you know upon what feed it is based (like wp-feed.php, wp-rss.php or wp-rss2.php?)

    thanks a lot for the help

    Well, the feedburner feed is getting it from the wordpress feed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add social bookmarks to my feed?’ is closed to new replies.