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.
darkfate
Member
Posted 6 years ago #
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.
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
darkfate
Member
Posted 6 years ago #
Well, the feedburner feed is getting it from the wordpress feed.