<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wayne Smallman &#187; Goodreads</title>
	<atom:link href="http://www.waynesmallman.co.uk/tag/goodreads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waynesmallman.co.uk</link>
	<description>Author, thinker, and designer of things.</description>
	<lastBuildDate>Fri, 07 Aug 2020 13:51:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Post a book announcement to Goodreads Groups</title>
		<link>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=post-a-book-announcement-to-goodreads-groups</link>
		<comments>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 11:31:28 +0000</pubDate>
		<dc:creator>Wayne Smallman</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Goodreads]]></category>

		<guid isPermaLink="false">http://www.waynesmallman.co.uk/?p=389</guid>
		<description><![CDATA[I know most other authors won't know the first thing about this HTML web programming nonsense. I wouldn't expect you to, either. Sadly, Goodreads do, which is a crying shame... <a href="http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know most other authors won&#8217;t know <em>the first thing</em> about this HTML web programming nonsense. I wouldn&#8217;t expect you to, either. Sadly, Goodreads do, which is a crying shame, because by not offering their members a better editor, people are missing a <em>huge</em> opportunity.</p>
<p>As a web designer and developer, it&#8217;s my job to understand things like HTML, and that knowledge elevates me to a privileged by sparsely populated plateau.</p>
<p>So, I&#8217;m hoping I can alleviate this problem by sharing with you some advise and a template of sorts.</p>
<h2>Editing the Goodreads Group post template</h2>
<ol>
<li>Firstly, go to the post by myself for <a title="A Darkening of Fortune on the Kindle Readers and Authors Group on Goodreads" href="http://www.goodreads.com/topic/show/944903-new-books#comment_60403533" target="_blank">A Darkening of Fortune on the Kindle Readers and Authors Group on Goodreads</a> to see how I&#8217;ve laid things out. Like it?</li>
<li>Secondly, if you&#8217;re <a title="NotePad for Windows" href="http://webdesign.about.com/od/notepad/a/aa040501a.htm" target="_blank">on a Windows PC, you&#8217;ll need to use NotePad</a>, which you can use to open HTML files. If you&#8217;re <a title="TextWrangler for Mac" href="http://www.barebones.com/products/textwrangler/" target="_blank">on a Mac, I&#8217;d recommend using TextWrangler</a>.</li>
<li>Next, download this <a href="http://www.waynesmallman.co.uk/wp-content/uploads/2012/10/goodreads-groups.html">Goodreads Group post template</a> by right-clicking on the link and choosing the option to save or download the file, which you can then open with your chosen text editor.</li>
</ol>
<h2>Editing the body copy</h2>
<p>Scared? Don&#8217;t worry! For the most part, HTML is self explanatory, at least for the simpler things. So long as you don&#8217;t disturb the code &#8220;tags&#8221;, you&#8217;ll be fine.</p>
<ol>
<li>In the first line, you&#8217;ll see a sentence inside two &#8220;strong&#8221; tags, which instruct the web browser to display the text within them as bold. You can replace the text within the tags with your own blurb.</li>
<li>Inside the &#8220;blockquote&#8221; tags is where you place your synopsis, which should also appear within the opening (<code>&amp;ldquo;</code>) and the closing (<code>&amp;rdquo;</code>) curly double quotes. If you don&#8217;t want the double quotes, you can delete them, but be sure to delete both.</li>
<li>Okay, see the two Amazon links? Don&#8217;t worry about the code they&#8217;re inside, just replace those links with your own, making sure you don&#8217;t remove any of the code, or the two containing double quotes.</li>
</ol>
<h2>Editing the book, cover illustration and author references</h2>
<p>Now, go to the Goodreads page for your book.</p>
<ol>
<li>First, copy the link for the page in the URL bar at the top of the web browser page, and then paste and replace the similar text that&#8217;s for A Darkening of Fortune.</li>
<li>Secondly, return to your book page and right-click on the cover illustration (assuming you have one, which I strongly recommend you do). You&#8217;ll see an option to copy the image URL or link. Do that and then paste and replace the similar text that&#8217;s inside the double quotes with the &#8220;img&#8221; tag, for the &#8220;src&#8221; attribute.</li>
<li>Finally, you need to include references to your book and yourself on Goodreads. So replace the references to my book and my name (by deleting them), and use the &#8220;add book/author&#8221; button just above the big text box for the post itself.</li>
</ol>
<p>Once you&#8217;re done, select everything and paste your code inside the big text box and press the hardly visible &#8220;preview&#8221; link next to the &#8220;post&#8221; button, to make sure everything works. Doing this should help you avoid making a mess.</p>
<p>If you&#8217;ve done everything correctly, you&#8217;ll have a book announcement post that looks more presentable and professional.</p>
<p>If you&#8217;re stuck, don&#8217;t panic! reply in the comments and explain where you think you&#8217;ve gone wrong. I&#8217;m sure we can fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
