<?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>chirbit blog</title>
	<atom:link href="http://blog.chirbit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chirbit.com</link>
	<description>the chirbit blog</description>
	<lastBuildDate>Thu, 30 Aug 2012 23:11:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Tutorial &#8211; How to embed chirbit audio in your Blogger.com blog</title>
		<link>http://blog.chirbit.com/chirbit/tutorial-how-to-embed-chirbit-audio-in-your-blogger-com-blog/</link>
		<comments>http://blog.chirbit.com/chirbit/tutorial-how-to-embed-chirbit-audio-in-your-blogger-com-blog/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[embedding audio]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=261</guid>
		<description><![CDATA[A Chirbit user recently asked how to embed a chirbit he created onto his blogger.com site. I didn&#8217;t have an online tutorial so I emailed him details. I put this post together to answer the question for anyone else who might need help embedding an audio clip. I will start posting more of these tutorials [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/images/blogger-logo.jpg"></p>
<p>A Chirbit user recently asked how to embed a chirbit he created onto his blogger.com site. I didn&#8217;t have an online tutorial so I emailed him details. I put this post together to answer the question for anyone else who might need help embedding an audio clip. I will start posting more of these tutorials soon.</p>
<p>Once you have uploaded or recorded your audio on chirbit you can hover over your post to view the action icons for your post. The icon shown below is the &#8220;embed this chirbit on your webpage&#8221; icon. This is what to click to get the embed code.</p>
<p><img alt="How to embed audio on your blogger.com blog - the embed icon" src="/images/how-to-embed-audio-on-blogger_01.jpg"/></p>
<p>When you&#8217;ve clicked the embed code icon you will get this popup window with the code you need to copy in your blogger post.</p>
<p><img alt="How to embed audio on your blogger.com blog - the embed code popup" src="/images/how-to-embed-audio-on-blogger_02.jpg"/></p>
<p>Copy the code into the HTML editor for your post.</p>
<p><img alt="How to embed audio on your blogger.com blog - blogger post creation form" src="/images/how-to-embed-audio-on-blogger_03.jpg"/></p>
<p>This is what it should look like on your site!</p>
<p><img alt="How to embed audio on your blogger.com blog - your chirbit post on blogger.com" src="/images/how-to-embed-audio-on-blogger_04.jpg"/></p>
<p>If you want to change the color of your embedded chirbit You can switch the style on the settings for your post. There are currently two styles you can change to, but If you have a color combination suggestion email me and i&#8217;ll see about adding it.</p>
<p><img alt="How to embed audio on your blogger.com blog - your chirbit post on blogger.com" src="/images/how-to-switch-chirbit-style-for-embeded-audio-files.jpg"/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/tutorial-how-to-embed-chirbit-audio-in-your-blogger-com-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to post to chirbit from the Linux commandline</title>
		<link>http://blog.chirbit.com/chirbit/how-to-post-to-chirbit-from-the-linux-commandline/</link>
		<comments>http://blog.chirbit.com/chirbit/how-to-post-to-chirbit-from-the-linux-commandline/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 03:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=248</guid>
		<description><![CDATA[Here is a handy script for posting audio to your chirbit account via the Linux commandline. This set of scripts is based on this article on how to post to Twitpic via the commandline by Bernhard Schulte [ @dozykraut ]. The first file you need is called creds.lib and it will live in a credentials [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a handy script for posting audio to your chirbit account via the Linux commandline.</p>
<p>This set of scripts is based on <a href="http://dozykraut.wordpress.com/2009/05/16/how-to-post-to-twitpic-from-the-commandline/" target="_blank">this article</a> on how to post to <a href="http://twitpic.com/" target="_blank">Twitpic</a> via the commandline by Bernhard Schulte [ <a href="https://twitter.com/#!/dozykraut" target="_blank">@dozykraut</a> ].</p>
<p>The first file you need is called creds.lib and it will live in a credentials folder in your HOME folder.<br />
/home/$USER/credentials/chirb.lib<br />
This is where you add your chirbit username and password.</p>
<p><b>chirb.lib</b></p>
<pre class="code">
checkcreds() {
CNAME="username"
CWORD="password"
}
</pre>
<p>Create a log file: /home/$USER/chirbit/chirbitlog<br />
To store the JSON results of your posts.</p>
<p>The following bash script can be called chirbitpost and it can live in your /usr/local/bin or /usr/bin folder but remember to make it executable with:</p>
<p>>> chmod +x /usr/local/bin/chirbitpost</p>
<p><b>chirbitpost</b></p>
<pre class="code">
#!/bin/bash
# chirbitpost Version 0.1
# script to post audio files to your chirbit account
# based on http://dozykraut.wordpress.com/2009/05/16/how-to-post-to-twitpic
# -from-the-commandline/

# store paths in variables
credsfile=/home/$USER/credentials/chirb.lib
audiodir=/home/$USER/Audio/

if [[ -O $credsfile ]]
then
. $credsfile
else
exit;
fi

checkcreds

read -e -p "Audio: " audio
read -e -p "Title: " words
read -e -p "Tags: " tags

echo "uploading your audio:"

cargo="media=@${audiodir}${audio}"
myname="username=${CNAME}"
pword="pass=${CWORD}"
title="title=${words}"
tags="tags=${tags}"
method="method=json"
filesource="filesource=user"
lat="latitude=00.000000"
lng="longitude=00.000000"

target="https://api.chirbit.com/chirbit/postChirbit"


RET=$(curl -silent \
           -F "$cargo"\
           -F "$myname"\
           -F "$pword"\
           -F "$title"\
           -F "$tags"\
           -F "$method"\
           -F "$filesource"\
           -F "$lat"\
           -F "$lng"\
            ${target})

echo -e "${RET}" | grep -Po '"shorturl":".*"' \
     | perl -pe 's/"shorturl":"//;s/"$//;s/\\//g;'

echo "${RET}" >> ~/chirbit/chirbitlog

exit;
</pre>
<p>I then set up a directory in my HOME folder called Audio and place the audio files I wish to post to chirbit into this folder.</p>
<p>When you run chirbitpost it will ask you for the filename, title and tags for your post and then return the shortURL for your post on a successful upload.</p>
<p>Uploads via this manner currently support mp3, wav, m4a, amr and ogg.</p>
<p>If you have any suggestions or improvements to this script let me know and I&#8217;ll update it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/how-to-post-to-chirbit-from-the-linux-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Audio Recorder &#8211; iOS App with Chirbit upload</title>
		<link>http://blog.chirbit.com/chirbit/instant-audio-recorder-ios-app-with-chirbit-upload/</link>
		<comments>http://blog.chirbit.com/chirbit/instant-audio-recorder-ios-app-with-chirbit-upload/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 19:07:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[iOS app]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=231</guid>
		<description><![CDATA[I am excited to present this new iOS app called Instant Audio Recorder created by Wim de Nood. IAR has some great features for capturing audio and sharing it on Chirbit and Twitter. Here is a sample recording http://chirb.it/Bmzs5n I&#8217;ll go over some of these features here as listed on the iTunes app description page: [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/images/IAR_iOS_icon.png"/></p>
<p>I am excited to present this new iOS app called <a href="http://itunes.apple.com/app/instant-audio-recorder/id417262884" target="_blank">Instant Audio Recorder</a> created by Wim de Nood.<br />
IAR has some great features for capturing audio and sharing it on Chirbit and Twitter.</p>
<p>Here is a sample recording<br />
<a href="http://chirb.it/Bmzs5n">http://chirb.it/Bmzs5n</a></p>
<p>I&#8217;ll go over some of these features here as listed on the iTunes app description page:</p>
<ol>
<li>Post audio-fragments directly to Twitter as audio-tweets</li>
<li>Keeps recording when you switch to another app</li>
<li>Auto-start recording when app is opened (can be disabled)</li>
<li>Pause and resume recording.</li>
<li>Extended playback options (pause, rewind, fast forward, etc, etc).</li>
<li>Rename your recorded audio fragments</li>
</ol>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_001.jpg"/></p>
<p>This is the recording interface. If you choose to make the app auto record then as soon as you launch the app it starts recording and brings you to this interface.<br />
You can choose to disable this function the first time you launch the app or via the settings button.</p>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_002.jpg"/></p>
<p>The settings button pull up this dialog box which give you the option to toggle a few features.</p>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_004.jpg"/></p>
<p>Once you&#8217;ve recorded your audio you can play it back in the Recorded fragments area.<br />
You will see a list of your recordings.<br />
To share and edit your recording click your entry from the list, this will bring you into the Audio Player.</p>
<p>You can also delete a recording by clicking the Edit button to enter into delete mode.</p>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_005b.jpg"/></p>
<p>The Audio Player give you the option to share your clip via Chirbit.</p>
<p>If you do not have a Chirbit account your clip will first be uploaded to the iar chirbit account, then a link will be posted to your twitter account.<br />
If you do have a chirbit account you can click the gear/settings icon to add your account login info.</p>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_003.jpg"/></p>
<p>In this dialog box you can add your chirbit username and password to upload your post to your account.</p>
<p><img src="/images/instant-audio-recorder-chirbit-ios-app_006.jpg"/></p>
<p>You can rename your recording via the Rename button.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/instant-audio-recorder-ios-app-with-chirbit-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add audio to a holiday card with chirbit using QRCodes</title>
		<link>http://blog.chirbit.com/chirbit/how-to-add-audio-to-a-holiday-card-with-chirbit-using-qrcodes/</link>
		<comments>http://blog.chirbit.com/chirbit/how-to-add-audio-to-a-holiday-card-with-chirbit-using-qrcodes/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 14:24:28 +0000</pubDate>
		<dc:creator>ivan</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[audio greeting cards]]></category>
		<category><![CDATA[holiday greetings]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[qrcodes]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=218</guid>
		<description><![CDATA[photo credit: Holiday photo by DOLCE PRESS This is a quick tutorial on how to add audio to a holiday greeting card, or any printed item. Step 1 is to create a chirbit post, which you are able to do by uploading an existing audio clip to chirbit, or recording a new one via a [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/images/qrcode-on-a-holiday-card.jpg" alt="Holiday card with audio qr code printed on it" /></p>
<div id="photocredit" style="text-align:right;font-size:8pt;">photo credit: <a href="http://www.dolcepress.com/shop/">Holiday photo by DOLCE PRESS</a></div>
<p>This is a quick tutorial on how to add audio to a holiday greeting card, or any printed item.</p>
<p>Step 1 is to create a chirbit post, which you are able to do by uploading an existing audio clip to chirbit, or recording a new one via a webcam or microphone on the site. You can also upload or email a voice memo from any smart phone with a voice recorder and email capabilites.</p>
<p>Step 2 is to hover over your chirbit post to click on the &#8220;view qrcode for this chirbit&#8221; icon.</p>
<p><img src="/images/chirbit-view-qrcode-icon.jpg" alt="qrcode icon on chirbit" /></p>
<p>after you click on the icon, the QRCode window will pop up as illustrated here.</p>
<p><img src="/images/chirbit-view-qrcode-icon-popup.jpg" alt="qrcode for audio on chirbit" /></p>
<p>You should now be able to download your qrcode to print it on your card or flyer.</p>
<p><img src="/images/holiday-audio-qrcode-chirbit-2znf4n.jpg" alt="qrcode for holiday audio" /></p>
<p>if you prefer you can also just send/print the shortURL to your audio clip in your card or flyer.</p>
<p>Share your actual voice this holiday!</p>
<p>Here are some example holiday chirbit posts.</p>
<p><a href="http://chirb.it/2znf4n">http://chirb.it/2znf4n</a></p>
<p><a href="http://chirb.it/dks097">http://chirb.it/dks097</a></p>
<p><a href="http://chirb.it/F0m8yF">http://chirb.it/F0m8yF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/how-to-add-audio-to-a-holiday-card-with-chirbit-using-qrcodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube to Chirbit Audio Tutorial by NicheProf</title>
		<link>http://blog.chirbit.com/chirbit/youtube-to-chirbit-audio-tutorial-by-nicheprof/</link>
		<comments>http://blog.chirbit.com/chirbit/youtube-to-chirbit-audio-tutorial-by-nicheprof/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 02:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=214</guid>
		<description><![CDATA[Here is a tutorial created by chirbit user NicheProf. It walks you through using the YouTube to chirbit function. Using this functionality you can add the audio of a YouTube video to your chirbit stream.]]></description>
				<content:encoded><![CDATA[<p>Here is a tutorial created by chirbit user <a href="http://www.chirbit.com/nicheprof" target="_blank">NicheProf</a>. It walks you through using the YouTube to chirbit function. Using this functionality you can add the audio of a YouTube video to your chirbit stream.</p>
<p><iframe width="560" height="345" src="http://www.youtube.com/embed/_hqU06zYQa4" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/youtube-to-chirbit-audio-tutorial-by-nicheprof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songatron App reaches 1000th post on Chirbit!</title>
		<link>http://blog.chirbit.com/chirbit/songatron-app-reaches-1000th-post-on-chirbit/</link>
		<comments>http://blog.chirbit.com/chirbit/songatron-app-reaches-1000th-post-on-chirbit/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 01:56:41 +0000</pubDate>
		<dc:creator>ivan</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[cramzy]]></category>
		<category><![CDATA[Jonathan Mann]]></category>
		<category><![CDATA[mad libs]]></category>
		<category><![CDATA[Songatron]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=206</guid>
		<description><![CDATA[It looks like this little ditty named &#8220;Tim&#8221; is the 1000th song to be uploaded to chribit by Jonathan Mann&#8216;s Songatron App. http://chirb.it/Ermb5v Songatron as you may know is the Awesome Mad Libs Song creating Robot developed by Jonathan Mann and Cramzy. With Songatron you can inject your own word into one of the many [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/images/songatron-icon.png" /><br/><br />
It looks like this little ditty named &#8220;Tim&#8221; is the 1000th song to be uploaded to chribit by <a href="http://songatron.com/" target="_blank">Jonathan Mann</a>&#8216;s <a href="http://cramzy.com/apps/songatron/" target="_blank">Songatron App</a>.<br/></p>
<p><a href="http://chirb.it/Ermb5v">http://chirb.it/Ermb5v</a></p>
<p><img src="/images/songatron-screen.png" /><br/></p>
<p>Songatron as you may know is the Awesome Mad Libs Song creating Robot developed by Jonathan Mann and <a href="http://cramzy.com/" target="_blank">Cramzy</a>. With Songatron you can inject your own word into one of the many available tunes to create a new masterpiece to share with the world.<br/><br />
Browse chirbit to listen to all songatron posts here:<br/><br />
<a href="http://www.chirbit.com/songatron" target="_blank">Songtron on Chirbit</a> </p>
<p><iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/qZ1LAVv_vVI" frameborder="0" allowfullscreen></iframe></p>
<p>You can find Jonathan Mann on Twitter here: <a href="http://www.twitter.com/songadaymann" target="_blank">@songadaymann</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/songatron-app-reaches-1000th-post-on-chirbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice Changer Plus iphone app works great with Chirbit</title>
		<link>http://blog.chirbit.com/chirbit/voice-changer-plus-iphone-app-works-great-with-chirbit/</link>
		<comments>http://blog.chirbit.com/chirbit/voice-changer-plus-iphone-app-works-great-with-chirbit/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 00:52:06 +0000</pubDate>
		<dc:creator>ivan</dc:creator>
				<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[Voice Changer]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=182</guid>
		<description><![CDATA[I&#8217;ve been playing around with this great iphone app called Voice Changer Plus and I wanted to share it with you all. I was created by the good folks at Arf Software. Voice Plus lets you record your voice and then change it to one of 42 different voices listed below. Which as you might [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/images/voice-changer-plus-for-iphone.png" / ><br/><br />
I&#8217;ve been playing around with this great iphone app called <a href="http://www.arfsoftware.com/vcp/vcp.html" target="_blank">Voice Changer Plus</a> and I wanted to share it with you all. I was created by the good folks at <a href="http://www.arfsoftware.com/" target="_blank"  >Arf Software</a>. Voice Plus lets you record your voice and then change it to one of 42 different voices listed below. Which as you might guess would make for great chirbit creating!</p>
<table cellspacing=0 cellpadding=0>
<tr>
<td valign="top">
<ul>
<li>Mouse</li>
<li>Fast Mouse</li>
<li>Slow Mouse</li>
<li>Turtle</li>
<li>Slower</li>
<li>Slowest</li>
<li>Faster</li>
<li>Fastest</li>
<li>Echo</li>
<li>Reverse</li>
<li>Haunting</li>
<li>Higher</li>
<li>Lower</li>
<li>Robot</li>
<li>Choir</li>
<li>Guitar</li>
<li>Whisper</li>
<li>Organ</li>
<li>Warped</li>
<li>Underwater</li>
<li>Fan</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Swirling</li>
<li>Bathroom</li>
<li>Long Echo</li>
<li>Fuzzy</li>
<li>Old Telephone</li>
<li>SCUBA</li>
<li>Gramophone</li>
<li>Garth Bader</li>
<li>Metallic</li>
<li>Small Room</li>
<li>Megaphone</li>
<li>Bird</li>
<li>Helicopter</li>
<li>Rain</li>
<li>Jungle</li>
<li>Crowd</li>
<li>Station</li>
<li>Traffic</li>
<li>Alien 1</li>
<li>Alien 2</li>
<li>D&#8217;Alec</li>
</ul>
</td>
</tr>
</table>
<p>The free version of the app only included 18 voices until recently. It now includes all of them. To share your recordings on chirbit you must have the full version, because you need the share via email capability. I have sent them an email about adding an upload to chirbit button. (fingers crossed) I hope they do it!<br/><br />
<img src="/images/voice-changer-plus-for-iphone_05.jpg"  width=280 / >&nbsp;<img src="/images/voice-changer-plus-for-iphone_01.jpg"   width=280 / ><br/><br />
<img src="/images/voice-changer-plus-for-iphone_02.jpg"   width=280 / >&nbsp;<img src="/images/voice-changer-plus-for-iphone_03.jpg"   width=280 / ><br/></p>
<p>To post your audio clips on chirbit just eMail your recording to wav-post@chirbit.com and include your 4 number pin in the body of the email. Here is an example of a recording I made with it.</p>
<p><a href="http://chirb.it/1yKcAx">http://chirb.it/1yKcAx</a></p>
<p>Here is a review of the app on YouTube.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/nyTP5Z6HpA4?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nyTP5Z6HpA4?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>If you get a copy of the app and record something share it in the comments below. I&#8217;d love to hear your posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/voice-changer-plus-iphone-app-works-great-with-chirbit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chirbit Summer Update No. 1 &#8211; Plugins Galore!</title>
		<link>http://blog.chirbit.com/chirbit/chirbit-summer-update-no-1-plugins-galore/</link>
		<comments>http://blog.chirbit.com/chirbit/chirbit-summer-update-no-1-plugins-galore/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 03:48:43 +0000</pubDate>
		<dc:creator>ivan</dc:creator>
				<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Andrew Watson]]></category>
		<category><![CDATA[BBCode]]></category>
		<category><![CDATA[embedding audio]]></category>
		<category><![CDATA[openvbx]]></category>
		<category><![CDATA[othernum]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[twilio]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=177</guid>
		<description><![CDATA[It&#8217;s the middle of summer and things are heating up at Chirbit! I&#8217;ve been working on some graphic clean ups, but the big updates have been in the plugin department. Chirbit WordPress Plugin Last month I released the WordPress Chirbit Plugin. It enables you to embed your chirbit post easily on your WordPress blog/site. To [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s the middle of summer and things are heating up at Chirbit!<br />
I&#8217;ve been working on some graphic clean ups, but the big updates have been in the plugin department.
</p>
<p><h3>Chirbit WordPress Plugin</h3>
<p><img src="images/wordpress.png" width=150><br/><br />
Last month I released the <a href="http://blog.chirbit.com/chirbit-player-wordpress-plugin/">WordPress Chirbit Plugin</a>. It enables you to embed your chirbit post easily on your WordPress blog/site. To embed a chirbit post in your blog all you need is the plugin and the short URL for your chirbit. </p>
<p>Example:<br />
<code style="font-size:12pt;font-weight:bold;">[ chirbit: http://chirb.it/ghcKkPL ]</code></p>
<p>If you use it please send feedback and feature suggestions for the next version!<br/><br />
You can download the plugin <a href="http://blog.chirbit.com/chirbit-player-wordpress-plugin/">here</a>.
</p>
<p><h3>Chirbit BBCode Plugin</h3>
<p><a href="http://rickstrife1.ath.cx:8000/rstrife/viewtopic.php?p=7"><img src="images/chirbit-bbcode-plugin-by-rick-strife.jpg" border=0></a><br/><br />
<a href="http://rickstrife1.ath.cx:8000/">Rick Strife</a> created a <a href="http://rickstrife1.ath.cx:8000/rstrife/viewtopic.php?p=7" border=0>BBCode plugin</a> for embeding your chirbit posts easily in a Bulletin Board that is BBCode enhanced.<br/><br />
To embed a chirbit in a bulletin board post all you have to do is use Rick&#8217;s plugin, your chirbit short URL and the simple BBCode.<br />
<a href="http://en.wikipedia.org/wiki/BBCode">Bulletin Board Code</a> as you may know is a way to enhance posts without using HTML.<br/><br />
Here are a few links about BBCode:</p>
<ul>
<li><a href="http://www.phpbb.com/community/faq.php?mode=bbcode">phpBB BBCode guide</a></li>
<li><a href="http://www.phpbb3bbcodes.com/viewtopic.php?f=5&#038;t=797">Chirbit BBCode Plugin on PhpBB3 BBCodes site</a></li>
</ul>
<p><h2>Chirbit OpenVBX Plugin</h2>
<p><a href="http://www.openvbx.org/"><img src="images/openvbx-web-logo.png" border=0></a><br/><br />
<a href="http://tumblr.gleep.org/">Mr. Andrew Watson</a> of <a href="http://www.othernum.com/">OtherNumber</a> created the Chirbit plugin for <a href="http://www.twilio.com/">Twilio&#8217;s</a> <a href="http://www.openvbx.org/">OpenVBX</a> platform.<br />
It enables you to post to chirbit from your OpenVBX system.<br />
You can download the <a href="http://github.com/andrewwatson/Chirbit-VBX-Plugin">Chirbit OpenVBX plugin</a> here:</p>
<ul>
<li><a href="http://github.com/andrewwatson/Chirbit-VBX-Plugin">Andrew Watson&#8217;s Chirbit VBX Plugin on GitHub </a></li>
<li><a href="http://www.openvbx.org/plugins/">The OpenVBX Plugin repository</a></li>
</ul>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/chirbit-summer-update-no-1-plugins-galore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chirbit is a great alternative to Snapvine! Check us out.</title>
		<link>http://blog.chirbit.com/chirbit/chirbit-is-a-great-alternative-to-snapvine-check-us-out/</link>
		<comments>http://blog.chirbit.com/chirbit/chirbit-is-a-great-alternative-to-snapvine-check-us-out/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:27:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[share audio]]></category>
		<category><![CDATA[Snapvine]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[voice messages]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=150</guid>
		<description><![CDATA[Snapvine is no longer. So where can you go to record audio messages to share on Twitter, Facebook, Google Buzz and pretty much anywhere online? Look no further than chirbit! Here are just some of the features that chirbit offers! Record audio straight from your browser using a webcam or microphone. Upload existing audio files [...]]]></description>
				<content:encoded><![CDATA[<p><img title="Chirbit is a great alternative to snapvine you can share audio easily" src="/images/chirbit-is-a-snapvine-alternative.png" /></p>
<p><a title="snapvine is no longer" href="http://www.snapvine.com/">Snapvine</a> is no longer. So where can you go to record audio messages to share on <a title="chirbit on twitter" href="http://twitter/">Twitter</a>, <a title="chirbit on facebook" href="http://www.facebook.com/pages/Atlanta-GA/Chirbit/68946389022">Facebook</a>, <a href="http://buzz.google.com/">Google Buzz</a> and pretty much anywhere online? Look no further than chirbit!</p>
<p>Here are just some of the features that chirbit offers!</p>
<ul>
<li>Record audio straight from your browser using a webcam or microphone.
<li>Upload existing audio files in wav, mp3, m4a or amr formats!
<li>Upload to your chirbit account using a smart phone with a built in voice memo recorder.
<li>Geotag your audio posts to let others know where you recorded them! (optional)
<li>Categorize your chirbits into fun categories like &#8220;Joke&#8221;, &#8220;Rave&#8221;, or &#8220;My 2 cents&#8221;
<li>Leave private audio messages to your friends.
<li>Share your chirbits easily on Twitter, Facebook or Google Buzz with one click!
</ul>
<p>Feel free to contact me directly if there is any feature that you need or would like to see on chirbit and I will do my best to implement it!<br />
I hope to inspire the users of <a title="chirbit is a great alternative to snapvine" href="http://www.chirbit.com/">chirbit</a> to this kind of love, support and dedication!</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/grbx4rXIa_w&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/grbx4rXIa_w&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/chirbit-is-a-great-alternative-to-snapvine-check-us-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chirbit at the 2010 Dallas International Film Festival</title>
		<link>http://blog.chirbit.com/chirbit/chirbit-at-the-2010-dallas-international-film-festival/</link>
		<comments>http://blog.chirbit.com/chirbit/chirbit-at-the-2010-dallas-international-film-festival/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 22:24:44 +0000</pubDate>
		<dc:creator>ivan</dc:creator>
				<category><![CDATA[Chirbit]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[directors]]></category>
		<category><![CDATA[film festival]]></category>
		<category><![CDATA[inteviews]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://blog.chirbit.com/?p=146</guid>
		<description><![CDATA[The guys from The Integrated Agency are representing Chirbit at the 2010 Dallas International Film Festival, this week and next. They have set up a table in the Director&#8217;s lounge, and you can check in to the Dallas Film Society&#8217;s Chirbit account to listen to updates and perhaps an interview or two with the film [...]]]></description>
				<content:encoded><![CDATA[<p>The guys from <a href="http://www.theintegratedagency.com/" target="_blank">The Integrated Agency</a> are representing Chirbit at the <a href="http://dallasfilm.org/" target="_blank">2010 Dallas International Film Festival</a>, this week and next. They have set up a table in the Director&#8217;s lounge, and you can check in to <a href="http://www.chirbit.com/DallasIFFFilmmakers" target="_blank">the Dallas Film Society&#8217;s Chirbit account</a> to listen to updates and perhaps an interview or two with the film makers.</p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_01.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_02.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_03.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_04.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_05.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
<p><img src="/images/Chirbit-2010-Dallas-International-Film-Festival_06.jpg" alt="Chirbit at the Dallas International Film Festival - info table" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chirbit.com/chirbit/chirbit-at-the-2010-dallas-international-film-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
