<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>donate &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/donate/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Sat, 24 Aug 2024 13:49:44 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>donate &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Charity QR Codes - A Missed Opportunity?]]></title>
		<link>https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/</link>
					<comments>https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 11 May 2011 11:07:54 +0000</pubDate>
				<category><![CDATA[qr]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[QR Codes]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=4056</guid>

					<description><![CDATA[QR codes are an awesome free resource for charities.  Sadly, they are often misused.  Charities can use them to drive SMS donations - here&#039;s a quick example of how this works.  Sightsavers  Sightsavers is an incredible charity, working hard to combat blindness in developing countries.  I&#039;m picking on them only because their poster caught my eye this morning.  It&#039;s an effective poster with a…]]></description>
										<content:encoded><![CDATA[<p>QR codes are an awesome free resource for charities.  Sadly, they are often misused.  Charities can use them to drive SMS donations - here's a quick example of how this works.</p>

<h2 id="sightsavers"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#sightsavers">Sightsavers</a></h2>

<p><a href="http://www.sightsavers.org/">Sightsavers is an incredible charity</a>, working hard to combat blindness in developing countries.  I'm picking on them only because their poster caught my eye this morning.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Sightsavers-Poster.jpg" alt="Sightsavers Poster" title="Sightsavers Poster" width="502" height="568" class="aligncenter size-full wp-image-4059">
It's an effective poster with a strong call-to-action; "Text now".  They've even included a QR code with it.</p>

<p>Due to the proximity of the code to the text, I thought scanning the code would allow me to donate to them.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Sightsavers-close-up.jpg" alt="Sightsavers close up" title="Sightsavers close up" width="640" height="480" class="aligncenter size-full wp-image-4058"></p>

<h3 id="the-code"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#the-code">The Code</a></h3>

<p>The code is well sized and uses a small URL, so it's easily scannable.
The only problem is - you guessed it - it redirects to a non-mobile-friendly page.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Sighsavers-non-mobile-page.jpg" alt="Sighsavers non-mobile page" title="Sighsavers non-mobile page" width="320" height="505" class="aligncenter size-full wp-image-4062">
This isn't particularly easy to use, and there's no simple way for a visitor on a mobile to quickly donate to the charity.</p>

<p>It doesn't have to be this way.</p>

<h2 id="sending-sms-via-qr-code"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#sending-sms-via-qr-code">Sending SMS via QR Code</a></h2>

<p>The QR specification allows us to request that the scanning phone sends an SMS.
The syntax is really simple.</p>

<pre>smsto:70800:TALLA</pre>

<p>That tell the phone to send the message "TALLA" to the number 70800.</p>

<h3 id="what-it-looks-like"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#what-it-looks-like">What It Looks Like</a></h3>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Sightsavers-Donate-By-SMS-QR-Code.png" alt="Sightsavers Donate By SMS QR Code" title="Sightsavers Donate By SMS QR Code" width="264" height="264" class="aligncenter size-full wp-image-4061">
Scan the code above.  Your phone will ask you if you want to send the message.  Hey presto - instant donation.  No mistyped keywords, no confusion over what number to send to, no hassle.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Scanned-Code.jpg" alt="Scanned Code" title="Scanned Code" width="480" height="288" class="aligncenter size-full wp-image-4068"></p>

<h2 id="find-out-more"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#find-out-more">Find Out More</a></h2>

<p>I'll be running a workshop at <a href="http://www.ukuug.org/events/opentech2011/">OpenTech</a> about QR Codes and how charities and government can make the best use of them.  Tickets for the conference are only £5 - so <a href="http://www.ukuug.org/events/opentech2011/registration/">register now</a>!</p>

<h2 id="update"><a href="https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/#update">Update!</a></h2>

<p>Douglas McDonald made this excellent observation.</p>

<blockquote class="social-embed" id="social-embed-68275655053295616" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/DMcDonald01" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRi4CAABXRUJQVlA4ICICAADwCgCdASowADAAPrVWok0nJKMiJzgKSOAWiUAW/XOZprQC4BOoGuFWg8+a4ZLroxTMwmUhBQtjgq+MwDa1rnK4vqvdXXRaZVzJkBxL9nITGBUqiP3PM805uVqFwfT/j4AA/psHaq7zPdc/u3+TLUPF010IcSJgq/uY/uxRbdoGKf1I2ZlrELPUU6LexLNrFGlpidMYOJtnAIPBznjK1rzxuUDRbTsF5Fg4/iybfrcWiyXGikX2BQwd8VZ0VAtY5VGc9WB6V5W9HYgGK/GFfOXD0p/UZPsuXh5clbkbzn08/SuhTuZoSRIaVxVwTwt9pIjubv123wIPeelom0Exe+MWTaULtIiTJa+c3EaacPogpyI2deHDKmvWlW6oIh3oGjXj7ZlVVwC/Q6NibShnDHGeSCkcW2MGK/chnCJ1DiJ05uMW4uQhDh56YXKPETBrwNGSPaz40FlPrmHG0V39QpBZukEeE99zieRlBgol+9BzUDwQQPoz7BGZOrNxeeNZu+/pnBzrlsqIyqI+26S6Qhpd8Wus4shx1ZoTaOrAYq+gtEQamzEFtJU5mRqLvUS0bznzsMmkCY1nRPYUn7dBRVAkkPg1yzOGPddpy5iUDHUDx9huA9d367HO2SmSuGPBWG9buzQfDYa0f9PS743m/V0sgUFHDVcGm8225Dwl3FFmqafwfYXECc0vOrcfajWe9lzQTRKF9I/nRAe74towleDgAAA=" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Douglas McDonald</p>@DMcDonald01</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody"><small class="social-embed-reply"><a href="https://twitter.com/edent/status/68271395242651648">Replying to @edent</a></small><a href="https://twitter.com/edent">@edent</a> <a href="https://twitter.com/Sightsavers">@Sightsavers</a> And why not use an sms with a url in the reply? loads more response than qr</section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/DMcDonald01/status/68275655053295616"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2011-05-11T11:25:59.000Z" itemprop="datePublished">11:25 - Wed 11 May 2011</time></a></footer></blockquote>

<p>As it happens, Sightsavers <em>do</em> send back a mobile friendly URL.  In this case, it's to <a href="http://www.hmrc.gov.uk/individuals/giving/gift-aid.htm">Gift-Aid</a>.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Gift-Aid-sms.jpg" alt="Gift Aid sms" title="Gift Aid sms" width="320" height="533" class="alignleft size-full wp-image-4074"><img src="https://shkspr.mobi/blog/wp-content/uploads/2011/05/Gift-Aid-mobile-site.jpg" alt="Gift Aid mobile site" title="Gift Aid mobile site" width="320" height="533" class="alignright size-full wp-image-4075"></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=4056&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/05/charity-qr-codes-a-missed-opportunity/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
