Posting a reading list to a blog?
is there a way to post your reading list to a blog?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?There is a 'A' way but perhaps not a super easy way. On your reading list page there is an RSS feed for book you are reading, books you want to read, and books you have finished. Any of those rss feeds can be use to add the list to your blog (if you know what to do with an RSS feed)
If you have wordpress I can give you the code you need for your theme as I'm using that code now. If you have something like blogger it might be more work but I'm happy to help you.
What kind of blog do you have?
I’m happy
-
Inappropriate?Here is the code for a Wordpress blog. Change out my username with your own user name in the URL.
<?php // Get RSS Feed(s)
include_once(ABSPATH . WPINC . '/rss.php');
$rss = fetch_rss('http://booksiamreading.com/rss/stefanhayden/finished');
$maxitems = 5;
$items = array_slice($rss?>items, 0, $maxitems);
?>
you can use any of your RSS feeds from your reading list. Here are examples of the ones you have available:
Recent Activity http://www.booksiamreading.com/rss/st...
Currently Reading http://www.booksiamreading.com/rss/st...
Want to Read http://www.booksiamreading.com/rss/st...
Have Finished http://www.booksiamreading.com/rss/st... -
Inappropriate?if you check your account section there are now javascript embeds to show your books on you website
I’m excited
Loading Profile...



EMPLOYEE