<?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>Cyber Innovation WordPress Design Development Hosting Training Audio Video &#187; Plugins We Use</title>
	<atom:link href="http://cyberinnovation.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyberinnovation.com</link>
	<description>WordPress Website Development, Design and Training</description>
	<lastBuildDate>Fri, 09 Jul 2010 13:15:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding large files to WordPress media library via ftp or file upload</title>
		<link>http://cyberinnovation.com/plugins/adding-large-files-to-wordpress-media-library-via-ftp-or-file-upload/</link>
		<comments>http://cyberinnovation.com/plugins/adding-large-files-to-wordpress-media-library-via-ftp-or-file-upload/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:05:12 +0000</pubDate>
		<dc:creator>bobrandklev</dc:creator>
				<category><![CDATA[Audio-MP3]]></category>
		<category><![CDATA[Plugins We Use]]></category>
		<category><![CDATA[Solutions By Plugin]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[large]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://cyberinnovation.com/?p=472</guid>
		<description><![CDATA[While working on WordPress project with a client today we ran into an interesting problem. Our client had a 30mb audio MP3 file they wanted to host on their website for playback by anyone who registered for the free newsletter. The page was hidden and re-directed after successful newsletter registration. Of course this page and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb.png" border="0" alt="image" width="153" height="106" align="left" /></a></p>
<p>While working on WordPress project with a client today we ran into an interesting problem. Our client had a 30mb audio MP3 file they wanted to host on their website for playback by anyone who registered for the free newsletter. The page was hidden and re-directed after successful newsletter registration. Of course this page and MP3 can be found by search engines so if this is a problem for your situation and you don&#8217;t want people finding your hidden files don’t host your MP3 or any large file in this manner!</p>
<h3>WordPress support for large files</h3>
<p>There are numerous was to create a link, to a large file in a page. Or you can add a plugin to host, stream or play the MP3 files in WordPress. Some of you reading this will think they are crazy for hosting a large file and worry about monthly bandwidth limits? They have an unlimited account and we aren’t hosting top 40 music files or movies so it’s relative to the hosted content!</p>
<h3>Problem</h3>
<p>The problem was the client couldn’t upload the MP3 file via the WordPress Media Library upload. The PHP limits were restricting large files commonly anything over 8mb???</p>
<p>To get around this problem and avoid PHP editing we helped the client this way:</p>
<p>We logged into the website cPanel and simply clicked on “File manager.”</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb1.png" border="0" alt="image" width="480" height="101" /></a></p>
<p>Next you double click on sub-folders or click the plus in the folder structure to dig down to the WordPress content library. The window will be open in the right pane.</p>
<p>example: ../wp-content/uploads/2010/2 (of course your year and month will change with the date you upload)</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb2.png" border="0" alt="image" width="147" height="228" /></a></p>
<p>With the folder open on the right next click “Upload” in the top toolbar.</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb3.png" border="0" alt="image" width="470" height="31" /></a></p>
<p>You will see your maximum file size upload. Often this is greater than the WordPress limits but if it’s less than your file size STOP HERE and contact your web host to increase your limit!</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb4.png" border="0" alt="image" width="394" height="170" /></a></p>
<p>Next simply click Browse and choose your file and upload.</p>
<h3>Back to WordPress</h3>
<p>Now login to your WordPress Dashboard and add the plugin “<a href="http://dd32.id.au/wordpress-plugins/add-from-server/" target="_blank">Add to Server</a>” from Dion Hulse</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb5.png" border="0" alt="image" width="486" height="28" /></a></p>
<p>Next go to your Media Library in the Dashboard and you’ll see a new link</p>
<p><a href="http://cyberinnovation.com/wp-content/uploads/2010/02/image6.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://cyberinnovation.com/wp-content/uploads/2010/02/image_thumb6.png" border="0" alt="image" width="153" height="106" /></a></p>
<p>Next choose Add from Server and you are taken to a file browser similar to file manager in cPanel. Simply drill down to your directory and choose the file or files and import.</p>
<p>You will now find your files in Media Library!</p>
<h3>Other considerations</h3>
<p>Maybe you have a need to upload a large number of files? It could be a combination of photos, video, documents or ?? Maybe you want to FTP a bunch of files and then add to the media library instead of uploading one by one in the media library!</p>
<p>If you find any other solutions or ideas please post them here!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload&amp;bodytext=%0D%0A%0D%0AWhile%20working%20on%20WordPress%20project%20with%20a%20client%20today%20we%20ran%20into%20an%20interesting%20problem.%20Our%20client%20had%20a%2030mb%20audio%20MP3%20file%20they%20wanted%20to%20host%20on%20their%20website%20for%20playback%20by%20anyone%20who%20registered%20for%20the%20free%20newsletter.%20The%20page%20was%20hidde" title="Digg"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F" title="Sphinn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload&amp;notes=%0D%0A%0D%0AWhile%20working%20on%20WordPress%20project%20with%20a%20client%20today%20we%20ran%20into%20an%20interesting%20problem.%20Our%20client%20had%20a%2030mb%20audio%20MP3%20file%20they%20wanted%20to%20host%20on%20their%20website%20for%20playback%20by%20anyone%20who%20registered%20for%20the%20free%20newsletter.%20The%20page%20was%20hidde" title="del.icio.us"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;t=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload" title="Facebook"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload" title="Mixx"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload&amp;annotation=%0D%0A%0D%0AWhile%20working%20on%20WordPress%20project%20with%20a%20client%20today%20we%20ran%20into%20an%20interesting%20problem.%20Our%20client%20had%20a%2030mb%20audio%20MP3%20file%20they%20wanted%20to%20host%20on%20their%20website%20for%20playback%20by%20anyone%20who%20registered%20for%20the%20free%20newsletter.%20The%20page%20was%20hidde" title="Google Bookmarks"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload&amp;source=Cyber+Innovation+WordPress+Design+Development+Hosting+Training+Audio+Video+WordPress+Website+Development%2C+Design+and+Training&amp;summary=%0D%0A%0D%0AWhile%20working%20on%20WordPress%20project%20with%20a%20client%20today%20we%20ran%20into%20an%20interesting%20problem.%20Our%20client%20had%20a%2030mb%20audio%20MP3%20file%20they%20wanted%20to%20host%20on%20their%20website%20for%20playback%20by%20anyone%20who%20registered%20for%20the%20free%20newsletter.%20The%20page%20was%20hidde" title="LinkedIn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;t=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload" title="MySpace"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload&amp;body=%0D%0A%0D%0AWhile%20working%20on%20WordPress%20project%20with%20a%20client%20today%20we%20ran%20into%20an%20interesting%20problem.%20Our%20client%20had%20a%2030mb%20audio%20MP3%20file%20they%20wanted%20to%20host%20on%20their%20website%20for%20playback%20by%20anyone%20who%20registered%20for%20the%20free%20newsletter.%20The%20page%20was%20hidde" title="Ping.fm"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F&amp;title=Adding%20large%20files%20to%20WordPress%20media%20library%20via%20ftp%20or%20file%20upload" title="StumbleUpon"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcyberinnovation.com%2Fplugins%2Fadding-large-files-to-wordpress-media-library-via-ftp-or-file-upload%2F" title="Technorati"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cyberinnovation.com/plugins/adding-large-files-to-wordpress-media-library-via-ftp-or-file-upload/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Website Launch: Lutheran Church of the Resurrection</title>
		<link>http://cyberinnovation.com/portfolio/website-launch-lutheran-church-of-the-resurrection/</link>
		<comments>http://cyberinnovation.com/portfolio/website-launch-lutheran-church-of-the-resurrection/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:55:56 +0000</pubDate>
		<dc:creator>bobrandklev</dc:creator>
				<category><![CDATA[Plugins We Use]]></category>
		<category><![CDATA[Website Portfolio]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[bSocial]]></category>
		<category><![CDATA[christian]]></category>
		<category><![CDATA[church]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iThemes]]></category>
		<category><![CDATA[Lutheran]]></category>
		<category><![CDATA[sermon browser]]></category>
		<category><![CDATA[sermons]]></category>
		<category><![CDATA[smugmug]]></category>
		<category><![CDATA[Sociable]]></category>
		<category><![CDATA[Subscribe2]]></category>
		<category><![CDATA[TweetMeMe]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://cyberinnovation.com/?p=399</guid>
		<description><![CDATA[http://LCRMarion.org I really enjoyed developing this website solution for a local church in Marion, IA. If there was ever a perfect fit for WordPress, a church comes very close. You have diverse congregation of people, the church staff and volunteer committees and groups inside the church. All of them share the need to communicate to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lcrmarion.org" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="HomePage" src="http://cyberinnovation.com/wp-content/uploads/2009/11/HomePage.jpg" border="0" alt="HomePage" width="155" height="244" align="left" /></a></p>
<h5><a href="http://LCRMarion.org">http://LCRMarion.org</a></h5>
<p>I really enjoyed developing this website solution for a local church in Marion, IA. If there was ever a perfect fit for WordPress, a church comes very close. You have diverse congregation of people, the church staff and volunteer committees and groups inside the church. All of them share the need to communicate to the congregation on a regular and timely basis.</p>
<p>To date, most churches have used the traditional print newsletter on a monthly basis, weekly printed bulletins at the weekend services (for those members who attend) and more recently churches are using email, some too much!</p>
<h4>The Details of the website</h4>
<p>We developed a WordPress website using the <a href="http://member.ithemes.com/go.php?r=90&amp;i=l12" target="_blank">bSocial Theme</a> from <a href="http://member.ithemes.com/go.php?r=90&amp;i=l1" target="_blank">iThemes.com</a> and transferred their existing web pages to the new site. We then trained the staff on how to login and update and change the pages when they want to. We learned many of the pages hadn’t been updated for over a year and there were pages they wanted to add!</p>
<p><span id="more-399"></span></p>
<p>Next we added an <a href="http://www.kieranoshea.com/" target="_blank">online calendar</a> and again trained the staff to add events based on a number of categories. They have started with simply the weekly services but soon plan to add all upcoming events around the church and groups/committees!</p>
<p><a href="http://lcrmarion.org" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="calendar" src="http://cyberinnovation.com/wp-content/uploads/2009/11/calendar.jpg" border="0" alt="calendar" width="130" height="244" align="right" /></a> Next we connected their photos page to their <a href="http://www.tkqlhce.com/click-2307779-10392043" target="_blank">SmugMug</a> photo hosting site. The church has a photography club and all members who take photos upload to the <a href="http://www.tkqlhce.com/click-2307779-10392043" target="_blank">SmugMug</a> professional hosting site in high resolution. Now members of the church can order photos, posters, canvas prints and more!</p>
<p>The website pulls the most recent photos from the SmugMug website via the <a href="http://tow.com/projects/wordpress/wp-smugmug/" target="_blank">WP-SmugMug Plugin</a>. As new photos are added the website is updated automatically!</p>
<p>Finally we setup the pastors and church leaders with the concept of blogging and the ability to send updates to the congregation when they publish a blog post. They can now post weekly sermon notes and other news/events without waiting for the weekly bulletin or monthly newsletter. This will allow more timely communications.</p>
<p>We added a video box for the church to include recent videos of events or videos pertaining to the holidays or sermon series!</p>
<h4>Email, Facebook, Twitter integration with WordPress</h4>
<p>We installed the <a href="http://subscribe2.wordpress.com/" target="_blank">Subscribe2</a> plugin to allow people visiting the website to sign up for email news and updates. Any blog post will be sent to their email automatically. This is similar to aWeber or Constant Contact but for free! It also allows the church to upload their existing email list of church members and manually add new members when they like. This is a powerful way to communicate but wait…</p>
<p>Next we add the blog RSS feed to the notes page of the <a href="http://www.facebook.com/pages/Marion-IA/Lutheran-Church-of-the-Resurrection/309494025356" target="_blank">Facebook fan page</a> for the church. Now anytime the church posts to the blog it updates Facebook automatically! But wait…</p>
<p>Using the <a href="http://crowdfavorite.com/wordpress/" target="_blank">Twitter Tools</a> plugin we also connected blog posts to Twitter updates. Again any blog post updates the <a href="http://twitter.com/lcrmarion" target="_blank">churches Twitter account</a>!</p>
<p>So ANY BLOG POST to the website is automatically sent to the email subscribers, updates Facebook and updates Twitter! Very powerful!</p>
<h4><a href="http://cyberinnovation.com/wp-content/uploads/2009/11/photos.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="photos" src="http://cyberinnovation.com/wp-content/uploads/2009/11/photos_thumb.jpg" border="0" alt="photos" width="161" height="244" align="left" /></a> Christian Plugins</h4>
<p>We did a search for terms like bible or church and Christian and came up with some very nice plugins!</p>
<p><a href="http://fullthrottledevelopment.com/bible_reading_plan/" target="_blank">Bible Reading Plan</a> allowed us to put a widget on the main page with daily Bible Reading plans based on the bible used by <a href="http://lcrmarion.org" target="_blank">LCRMarion.org</a>! It supports many versions of the bible so this could be used for many denominations!</p>
<p><a href="http://scripturizer.wordpress.com/" target="_blank">The Holy Scripturizer</a> plugin is a really cool plugin. The plugin searches the pages and blog posts for any reference to a bible verse and automatically links them to the bible verse online AND displays a popup. The church can also choose their bible of preference!</p>
<p><a href="http://www.4-14.org.uk/sermon-browser" target="_blank">Sermon Browser</a> is an amazing plugin! The church is going to implement this next year but the site is setup and we have tested the plugin. Basically the plugin allows the church to upload audio/video copies of sermons and library sort them by date, pastor, series, keywords and more! Notes can be connected to a sermon and linked to iTunes for Podcasting support!</p>
<h4>Additional Plugins</h4>
<p><a href="http://wpburn.com/wordpress-plugins/wp-followme-plugin" target="_blank">WP FollowMe</a> was added to put a floating icon on the right side of the website to allow people to easily follow <a href="http://LCRMarion.org" target="_blank">LCRMarion.org</a> on <a href="http://twitter.com/lcrmarion" target="_blank">Twitter.com</a></p>
<p>We also added the <a href="http://tweetmeme.com/about/plugins" target="_blank">TweetMe – Retweet</a> plugin so visitors can re-tweet any content or post they like. <a href="http://blogplay.com/plugin" target="_blank">Sociable</a> was added to extend this functionality to Facebook, LinkedIn and more!</p>
<p>There are many other backend plugins for backup and database management, SEO, XML sitemaps, Google Analytics and more!</p>
<h4>In Closing</h4>
<p>Churches today are looking for ways to reach out using technology to their current congregation and to find new ways to attract members to their church. Churches are also aging and looking for ways to bring younger people and families to their congregation. Collaborative WordPress sites that implement Web 2.0 technologies like Facebook, Twitter but more importantly have the ability to blog post their updates when they happen vs waiting till the the next weekend service or monthly newsletter!</p>
<p>We have started working on a new website for the LCR Youth. The goal of the separate site is to connect to youth from 6th grade to high school seniors but more importantly to stay connected to the youth through college and into the future!</p>
<p>More updates coming soon!<a href="http://cyberinnovation.com/wp-content/uploads/2009/11/PastorNotes.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="PastorNotes" src="http://cyberinnovation.com/wp-content/uploads/2009/11/PastorNotes_thumb.jpg" border="0" alt="PastorNotes" width="129" height="244" align="right" /></a></p>
<p>If you are looking for a solution for your church <a href="http://cyberinnovation.com/quote" target="_blank">contact us today</a> to get a quote and learn more about our services!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection&amp;bodytext=%0D%0Ahttp%3A%2F%2FLCRMarion.org%0D%0AI%20really%20enjoyed%20developing%20this%20website%20solution%20for%20a%20local%20church%20in%20Marion%2C%20IA.%20If%20there%20was%20ever%20a%20perfect%20fit%20for%20WordPress%2C%20a%20church%20comes%20very%20close.%20You%20have%20diverse%20congregation%20of%20people%2C%20the%20church%20staff%20and%20volunt" title="Digg"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F" title="Sphinn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection&amp;notes=%0D%0Ahttp%3A%2F%2FLCRMarion.org%0D%0AI%20really%20enjoyed%20developing%20this%20website%20solution%20for%20a%20local%20church%20in%20Marion%2C%20IA.%20If%20there%20was%20ever%20a%20perfect%20fit%20for%20WordPress%2C%20a%20church%20comes%20very%20close.%20You%20have%20diverse%20congregation%20of%20people%2C%20the%20church%20staff%20and%20volunt" title="del.icio.us"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;t=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection" title="Facebook"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection" title="Mixx"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection&amp;annotation=%0D%0Ahttp%3A%2F%2FLCRMarion.org%0D%0AI%20really%20enjoyed%20developing%20this%20website%20solution%20for%20a%20local%20church%20in%20Marion%2C%20IA.%20If%20there%20was%20ever%20a%20perfect%20fit%20for%20WordPress%2C%20a%20church%20comes%20very%20close.%20You%20have%20diverse%20congregation%20of%20people%2C%20the%20church%20staff%20and%20volunt" title="Google Bookmarks"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection&amp;source=Cyber+Innovation+WordPress+Design+Development+Hosting+Training+Audio+Video+WordPress+Website+Development%2C+Design+and+Training&amp;summary=%0D%0Ahttp%3A%2F%2FLCRMarion.org%0D%0AI%20really%20enjoyed%20developing%20this%20website%20solution%20for%20a%20local%20church%20in%20Marion%2C%20IA.%20If%20there%20was%20ever%20a%20perfect%20fit%20for%20WordPress%2C%20a%20church%20comes%20very%20close.%20You%20have%20diverse%20congregation%20of%20people%2C%20the%20church%20staff%20and%20volunt" title="LinkedIn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;t=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection" title="MySpace"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection&amp;body=%0D%0Ahttp%3A%2F%2FLCRMarion.org%0D%0AI%20really%20enjoyed%20developing%20this%20website%20solution%20for%20a%20local%20church%20in%20Marion%2C%20IA.%20If%20there%20was%20ever%20a%20perfect%20fit%20for%20WordPress%2C%20a%20church%20comes%20very%20close.%20You%20have%20diverse%20congregation%20of%20people%2C%20the%20church%20staff%20and%20volunt" title="Ping.fm"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F&amp;title=Website%20Launch%3A%20Lutheran%20Church%20of%20the%20Resurrection" title="StumbleUpon"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcyberinnovation.com%2Fportfolio%2Fwebsite-launch-lutheran-church-of-the-resurrection%2F" title="Technorati"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cyberinnovation.com/portfolio/website-launch-lutheran-church-of-the-resurrection/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Managing email subscribers in WordPress.org</title>
		<link>http://cyberinnovation.com/wordpress/managing-email-subscribers-in-wordpress-org/</link>
		<comments>http://cyberinnovation.com/wordpress/managing-email-subscribers-in-wordpress-org/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:59:32 +0000</pubDate>
		<dc:creator>bobrandklev</dc:creator>
				<category><![CDATA[Plugins We Use]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aWeber]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[G-Lock]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Subscribe2]]></category>
		<category><![CDATA[subscriber]]></category>

		<guid isPermaLink="false">http://cyberinnovation.com/?p=305</guid>
		<description><![CDATA[A default install of WordPress.org includes a blogging engine whereby the authors can post updates, news etc.. But by default the blog followers can only get these updates via an RSS feed not email???? Some of you may be asking already what is RSS and what is a “feed” and another day I’ll talk in [...]]]></description>
			<content:encoded><![CDATA[<p>A default install of WordPress.org includes a blogging engine whereby the authors can post updates, news etc.. But by default the blog followers can only get these updates via an RSS feed not email???? Some of you may be asking already what is RSS and what is a “feed” and another day I’ll talk in more detail about RSS and Feed Readers.</p>
<p>Point is the majority of Internet users understand email and the last thing they want is another RSS Reader on top of checking in with their social networks like Facebook, LinkedIn or by following Twitter. If you own/manage/contribute to a blog and people find your blog interesting you want to give them an option to subscribe to your posts/news/updates.</p>
<p>Another way to say this is every time you update your WordPress.org site (either posts-pages or both) an email is sent to your email subscriber base. So how do you collect these email subscribers?</p>
<p>There are numerous plugins available for WordPress.org and external solutions that can be linked into your blog. Today I’ll talk about the most popular solutions chosen by our clients.</p>
<h2>Subscribe2 – (Free)</h2>
<p>Subscribe2 is a Free plugin to add email user management to your WordPress site. Due to the cost this is a very popular plug-in especially for people getting started with their first blog.</p>
<p>Once you install and activate Subscribe2 your registered users in WordPress are notified of any changes/blog posts moving forward. You can disable notifications for page updates or only send updates for certain categories. There are a number of settings to set future configurations if you add categories etc..</p>
<p>You also have the ability to edit the default subscription/notification and unsubscribe emails. HTML or text emails, send email for every post or a daily/weekly digest.</p>
<p>A common option is to enable the sidebar widget so you can add the “email subscription” widget to your blog. Now people can easily add their name and email address and click subscribe.</p>
<p>To see an example of the widget you can visit: <a href="http://LaurieSexton.com">http://LaurieSexton.com</a></p>
<p>To learn more about Subscribe2 visit: <a title="http://wordpress.org/extend/plugins/subscribe2/" href="http://wordpress.org/extend/plugins/subscribe2/">http://wordpress.org/extend/plugins/subscribe2/</a></p>
<p>If you need more advanced Double-Opt In email management or you want more control over the look/feel of the HTML notifications keep reading. Otherwise Subscribe2 will take care of your needs for a very good cost!</p>
<h2>G-Lock Double Opt-in Manager (Free up to $349)</h2>
<p>If you need a more advanced email subscription manager and/or you are looking to do a lot bulk mail G-Lock has a free plugin to manage your email subscribers in WordPress. They also offer a separate program for bulk mailing and there is a free version, Personal version $149.00 and Business Edition $349. Here is the description of the personal version right from the G-Lock website:</p>
<p>You can easily manage opt-in mailing lists for your subscribers, create personalized messages such as HTML newsletters, e-magazines, account statements, reports, statistics, bills to your customers and send them with G-Lock EasyMail in just minutes. G-Lock EasyMail easy-to-use address book provides a convenient place to store the recipient information. You can use the program built-in database to segment your recipients into groups in order to send more relevant targeted emails.</p>
<p>Visit the G-Lock website here: <a title="http://www.glockeasymail.com/" href="http://www.regnow.com/softsell/nph-softsell.cgi?item=2631-3&amp;affiliate=515300&amp;ss_short_order=true">http://www.glockeasymail.com/</a></p>
<p>To learn more about the WordPress plugin go here: <a title="http://wordpress.org/extend/plugins/g-lock-double-opt-in-manager/" href="http://wordpress.org/extend/plugins/g-lock-double-opt-in-manager/">http://wordpress.org/extend/plugins/g-lock-double-opt-in-manager/</a></p>
<p>If you are looking to just notify subscribers of blog posts/updates Subscribe2 will take care of your needs. If you need to bulk mail, send newsletters and sync your subscriber info to another program G-Lock is a good solution and one time cost.</p>
<h2>aWeber.com (Starts at $19/month)</h2>
<p>aWeber is not specifically created or developed for WordPress but it’s very powerful and easy to integrate with any web platform! With aWeber  you have a simple “subscribe to” form on your website but your subscriber information is stored at aWeber. Now you can login to aWeber and create amazing newsletters, announcements and more! Plus you configure Blog/RSS to subscribers so anytime you update your WordPress blog you subscribers get an update.</p>
<p><strong>Custom landing/confirmation pages. </strong>You can also create custom confirmation landing pages and direct subscribers to specific website URL’s. So when a subscriber enters their email address and name they click submit and are redirected to your custom confirmation page saying thank you then a link to redirect them back to your site.</p>
<p><strong>Custom fields: </strong>Do you want to collect a full name? Postal address? phone? or any other questions? You can create custom sign up forms and ask any question you like.</p>
<p><strong>Custom HTML emails</strong>: You can edit your HTML formatted emails going to your subscribes to include your colors/logos, links to other sites or information and make it look more like a custom newsletter. There are numerous templates to choose from and edit to fit your needs</p>
<p>You pay a flat monthly fee and you can create multiple subscriber lists, multiple registration forms, multiple HTML templates, multiple RSS to email templates etc…</p>
<p>The theme with aWeber is “multiple.” If you have multiple websites and/or want to manage multiple subscriber lists or maybe you just want one list but you have multiple sites you can copy the same subscriber form to all your websites and collect all your subscribers into one solution at aWeber.</p>
<p>To learn more about aWeber and get a free trial account click here: <a href="http://aWeber.com">http://aWeber.com</a></p>
<h3>CyberInnovation.com – Consulting and/or implementation services</h3>
<p>We can help your organization with a strategy to drive more people to your website and collect email subscribers for future marketing and updates. Our focus is to help our clients balance form with function which in turn compares price to features. Whether you need a consultant to help you build your solution or our designers/developers to create a solution for you we can help! <a href="http://cyberinnovation.com/quote">Contact us today for more information!</a></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org&amp;bodytext=A%20default%20install%20of%20WordPress.org%20includes%20a%20blogging%20engine%20whereby%20the%20authors%20can%20post%20updates%2C%20news%20etc..%20But%20by%20default%20the%20blog%20followers%20can%20only%20get%20these%20updates%20via%20an%20RSS%20feed%20not%20email%3F%3F%3F%3F%20Some%20of%20you%20may%20be%20asking%20already%20what%20is%20RSS%20an" title="Digg"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F" title="Sphinn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org&amp;notes=A%20default%20install%20of%20WordPress.org%20includes%20a%20blogging%20engine%20whereby%20the%20authors%20can%20post%20updates%2C%20news%20etc..%20But%20by%20default%20the%20blog%20followers%20can%20only%20get%20these%20updates%20via%20an%20RSS%20feed%20not%20email%3F%3F%3F%3F%20Some%20of%20you%20may%20be%20asking%20already%20what%20is%20RSS%20an" title="del.icio.us"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;t=Managing%20email%20subscribers%20in%20WordPress.org" title="Facebook"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org" title="Mixx"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org&amp;annotation=A%20default%20install%20of%20WordPress.org%20includes%20a%20blogging%20engine%20whereby%20the%20authors%20can%20post%20updates%2C%20news%20etc..%20But%20by%20default%20the%20blog%20followers%20can%20only%20get%20these%20updates%20via%20an%20RSS%20feed%20not%20email%3F%3F%3F%3F%20Some%20of%20you%20may%20be%20asking%20already%20what%20is%20RSS%20an" title="Google Bookmarks"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org&amp;source=Cyber+Innovation+WordPress+Design+Development+Hosting+Training+Audio+Video+WordPress+Website+Development%2C+Design+and+Training&amp;summary=A%20default%20install%20of%20WordPress.org%20includes%20a%20blogging%20engine%20whereby%20the%20authors%20can%20post%20updates%2C%20news%20etc..%20But%20by%20default%20the%20blog%20followers%20can%20only%20get%20these%20updates%20via%20an%20RSS%20feed%20not%20email%3F%3F%3F%3F%20Some%20of%20you%20may%20be%20asking%20already%20what%20is%20RSS%20an" title="LinkedIn"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;t=Managing%20email%20subscribers%20in%20WordPress.org" title="MySpace"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org&amp;body=A%20default%20install%20of%20WordPress.org%20includes%20a%20blogging%20engine%20whereby%20the%20authors%20can%20post%20updates%2C%20news%20etc..%20But%20by%20default%20the%20blog%20followers%20can%20only%20get%20these%20updates%20via%20an%20RSS%20feed%20not%20email%3F%3F%3F%3F%20Some%20of%20you%20may%20be%20asking%20already%20what%20is%20RSS%20an" title="Ping.fm"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F&amp;title=Managing%20email%20subscribers%20in%20WordPress.org" title="StumbleUpon"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcyberinnovation.com%2Fwordpress%2Fmanaging-email-subscribers-in-wordpress-org%2F" title="Technorati"><img src="http://cyberinnovation.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cyberinnovation.com/wordpress/managing-email-subscribers-in-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

	<meta name="robots" content="noindex,follow,noodp,noydir">
	<meta name="description" content="WordPress Website Development, Design and Training">

</head>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 46/54 queries in 0.007 seconds using disk

Served from: cyberinnovation.com @ 2010-07-30 18:48:12 -->