<?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>Solutions by Heidi</title>
	<atom:link href="http://solutionsbyheidi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsbyheidi.com</link>
	<description>Offering technical solutions to fit your needs.  I can help you create a website to meet your needs.</description>
	<lastBuildDate>Fri, 05 Apr 2013 13:53:58 +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>Using Omega 4 with Omega Child theme, Compass, Sass, &amp; Susy</title>
		<link>http://solutionsbyheidi.com/2013/04/04/using-omega-4-with-omega-child-theme-compass-sass-susy/</link>
		<comments>http://solutionsbyheidi.com/2013/04/04/using-omega-4-with-omega-child-theme-compass-sass-susy/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 23:41:51 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/?p=379</guid>
		<description><![CDATA[With Drupal Omega 4 theme in beta and they are still working on documentation, using it is a little challenging.   So here is a quick run-down of using while developing on a local Ubuntu server.   It can also be done using a WAMP with the Compass window tools.   Skip all the ubuntu installation through execution [...]]]></description>
				<content:encoded><![CDATA[<p>With Drupal Omega 4 theme in beta and they are still working on documentation, using it is a little challenging.   So here is a quick run-down of using while developing on a local Ubuntu server.   It can also be done using a WAMP with the Compass window tools.   Skip all the ubuntu installation through execution of compass watch . command and use the compass apps.</p>
<p>Make sure you have drush installed (and you need latest drush not the old drush that ubuntu install.  I found a forum thread that helped update drush to 5.8)</p>
<p>Download Omega 4  (drush dl omega –select and choose the Omega 4 (in beta when this was written)</p>
<p>Using Drush create a child subtheme (<a title="http://drupal.org/node/1936948" href="http://drupal.org/node/1936948">http://drupal.org/node/1936948</a>)  (Note:  I had to make sure omega tools wasn’t enabled otherwise it kept giving me a omega theme not found error.)</p>
<p>Installation of Ruby, Compass, Susy and few Compass packages  on Ubuntu</p>
<ul>
<li>sudo apt-get install ruby-full build-essential</li>
<li>sudo apt-get install rubygems</li>
<li>export PATH=/var/lib/gems/1.8/bin:$PATH</li>
</ul>
<p>On Ubuntu, I had to update rubygems for the toolkit installs.</p>
<ul>
<li>sudo gem install rubygems-update</li>
<li>cd /var/lib/gems/1.8/bin/</li>
<li>sudo ./update_rubygems</li>
<li>sudo gem install bundler</li>
</ul>
<p>Continue installing packages….</p>
<ul>
<li>sudo gem install compass</li>
<li>sudo gem install susy</li>
<li>sudo gem install sass (not sure if needed but installed it.)</li>
<li>sudo gem install toolkit</li>
<li>sudo gem install compass-normalize</li>
<li>sudo gem install compass-rgbapng</li>
</ul>
<p>Change directory to the child subtheme directory (called ‘themename’ from now on.)</p>
<p>Execute ‘compass watch .’ and it will constantly watch for any change in the SCSS files and re-compile it to CSS.  So you can styling to sass/styles.scss and after editing, the css/styles.css should be updated automatically.</p>
<h3>Basic Setup the Layout and specific css for the layout</h3>
<ol>
<li>Create a ‘themename/layouts/newlayout’ directory and add 2 files…   newlayout.layout.inc &amp; newlayout.layout.tpl.php (<a title="http://drupal.org/node/1936980" href="http://drupal.org/node/1936980">http://drupal.org/node/1936980</a>)  I copied simple layout for this from the Omega theme and changed the newlayout name to match my themename.</li>
<li>Create a ‘themename/sass/layouts/themename/themename.layout.css’. (I copied omega\sass\layouts\simple\simple.layout.css)</li>
</ol>
<h3>Adding more CSS</h3>
<p>Adding your own css…  following another Omega 4 subtheme pattern.   I created  a ‘themename/sass/themename’ directory and started putting in my own .scss files there.  (i.e.  ‘sass/themename/_menu.scss’  )  Then in the ‘themename/sass/styles.scss’ make sure you import in that scss file.   (i.e.   @import &#8220;themename/menu&#8221;; )</p>
<p>So basically to summarize:</p>
<ul>
<li>You work in the ‘themename/sass’ directory to add/modify your css.
<ul>
<li>layouts/themename/themename.layout.scss which is using the Compass grid extension Susy</li>
<li>themename/_*.scss files which contain theme specific.</li>
</ul>
</li>
<li>You work in the layouts/layoutname directory to modify your layout (tpl.php)</li>
<li>Compass generates all your css and puts in your ‘themename/css’ directory</li>
</ul>
<p>Other comments/suggestions:</p>
<p>Adding Regions:</p>
<ul>
<li>Add to both your template.info file and your ‘layout/layoutname.layout.inc’ file</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2013/04/04/using-omega-4-with-omega-child-theme-compass-sass-susy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sometimes you just wish you could see client&#8217;s browser&#8230; try Screenleap.com</title>
		<link>http://solutionsbyheidi.com/2012/10/09/sometimes-you-just-wish-you-could-see-clients-browser-try-screenleap-com/</link>
		<comments>http://solutionsbyheidi.com/2012/10/09/sometimes-you-just-wish-you-could-see-clients-browser-try-screenleap-com/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 18:59:39 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/?p=350</guid>
		<description><![CDATA[Often, I will have a client describe to me something they are trying to do or what is confusing to them.&#160;&#160; Screensharing has been around for a while but finding a easy one that takes little instruction for a non-technical user has been hard to find.&#160; I finally found one I like and its called [...]]]></description>
				<content:encoded><![CDATA[<p>Often, I will have a client describe to me something they are trying to do or what is confusing to them.&#160;&#160; Screensharing has been around for a while but finding a easy one that takes little instruction for a non-technical user has been hard to find.&#160; I finally found one I like and its called <a href="http://www.screenleap.com/" target="_blank">Screenleap.com</a>.&#160; It’s a simple tool that user just had to agree to run the java program.&#160;&#160; The client clicks on ‘Share your screen now’, agree to run java, gives me the code and I can view their screen and they can show me.&#160; There is no audio or instant chat with the tool, but I can have the client call me and client can walk me through what they are seeing or trying to do and I can determine what is going wrong or where the confusion lies.&#160; Definitely a timesaver.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2012/10/09/sometimes-you-just-wish-you-could-see-clients-browser-try-screenleap-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mnmas.org is now live, a Drupal 7 site</title>
		<link>http://solutionsbyheidi.com/2012/09/27/mnmas-org-is-now-live-a-drupal-7-site/</link>
		<comments>http://solutionsbyheidi.com/2012/09/27/mnmas-org-is-now-live-a-drupal-7-site/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 20:36:55 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/?p=347</guid>
		<description><![CDATA[This client is super excited they now have a website that they are able to edit themselves and keep up-to-date without the need of web developer.   Having control of your own content is good. &#160;]]></description>
				<content:encoded><![CDATA[<p>This client is super excited they now have a website that they are able to edit themselves and keep up-to-date without the need of web developer.   Having control of your own content is good.</p>
<p><a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2012/09/mnmasscreenshot.jpg"><img class="alignnone size-medium wp-image-348" title="mnmasscreenshot" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2012/09/mnmasscreenshot-185x300.jpg" alt="" width="185" height="300" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2012/09/27/mnmas-org-is-now-live-a-drupal-7-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS&#8217;s and why they are good</title>
		<link>http://solutionsbyheidi.com/2012/02/09/cmss-and-why-they-are-good/</link>
		<comments>http://solutionsbyheidi.com/2012/02/09/cmss-and-why-they-are-good/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:55:00 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/?p=343</guid>
		<description><![CDATA[I probably don’t mention it specifically but if you browse my website, you will find that I specialize in building websites with CMS tools.&#160;&#160; The three CMS’s that I specialize in is WordPress, Joomla&#160; and Drupal.&#160;&#160; My goal is to give clients a website that is easy for them to edit the content and keep [...]]]></description>
				<content:encoded><![CDATA[<p>I probably don’t mention it specifically but if you browse my website, you will find that I specialize in building websites with CMS tools.&#160;&#160; The three CMS’s that I specialize in is WordPress, Joomla&#160; and Drupal.&#160;&#160; </p>
<p>My goal is to give clients a website that is easy for them to edit the content and keep the web-content fresh and up-to-date.&#160;&#160;&#160;&#160; I provide training tutorials (pdf or video) showing how to use their website on specific things, but a lot of it is super simple where you click to edit content in a small word-like editor (referred to as a wysiwyg editor) and then click save.&#160;&#160;&#160;&#160; </p>
<p>Here is a recently released article with <a href="http://socialmediatoday.com/dfasso/559158/10-reasons-why-every-small-business-needs-cms-based-website" target="_blank">10 Reasons Why Every Small Business Needs a CMS-Based Website</a> that I thought was excellent and covers a lot of good points.</p>
<p>I would add a eleventh reason in using a CMS: it can easily tie in their social media presence that the business uses.&#160;&#160;&#160;&#160; It can be as simple as putting on their Facebook link but I would suggest more.&#160; For example, if you write a blog/news post in WordPress, then it can be auto-posted to your Facebook business page, then if people comment on on that Facebook post, the Facebook comments will be pulled back to your WordPress post a comment.&#160;&#160;&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2012/02/09/cmss-and-why-they-are-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USCoachesClub, a Joomla 1.7 site is live</title>
		<link>http://solutionsbyheidi.com/2012/02/08/uscoachesclub-a-joomla-1-7-site-is-live/</link>
		<comments>http://solutionsbyheidi.com/2012/02/08/uscoachesclub-a-joomla-1-7-site-is-live/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:46:47 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2012/02/08/uscoachesclub-a-joomla-1-7-site-is-live/</guid>
		<description><![CDATA[USCoachesClub is very vibrant colored site based on Joomla 1.7.&#160;&#160; It features 3 major functionalities: A credit system where coaches can buy packages of credits to register for events/modules Event registration where they can view upcoming events/modules and register for them using their credits.&#160; The events/modules are live classes held around the area to train [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://uscoachesclub.com/" target="_blank">USCoachesClub</a> is very vibrant colored site based on Joomla 1.7.&#160;&#160; It features 3 major functionalities:</p>
<ul>
<li>A credit system where coaches can buy packages of credits to register for events/modules</li>
<li>Event registration where they can view upcoming events/modules and register for them using their credits.&#160; The events/modules are live classes held around the area to train soccer coaches for youth soccer.</li>
<li>The last piece is tying all the user registrations into Mailchimp so the campaigns can be sent to notify coaches of new or upcoming modules.</li>
</ul>
<p><a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2012/02/image1.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2012/02/image_thumb1.png" width="455" height="484" /></a></p>
<p>Joomla 1.7 is a big improvement over Joomla 1.5.&#160; (I skipped joomla 1.6)&#160;&#160; It just provides an easier admin workflow than 1.5 and the built in user access levels is so nice.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2012/02/08/uscoachesclub-a-joomla-1-7-site-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jogging the web looking for Joomla Themes?</title>
		<link>http://solutionsbyheidi.com/2011/11/29/jogging-the-web-looking-for-joomla-themes/</link>
		<comments>http://solutionsbyheidi.com/2011/11/29/jogging-the-web-looking-for-joomla-themes/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 16:28:06 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2011/11/29/jogging-the-web-looking-for-joomla-themes/</guid>
		<description><![CDATA[I often go off a list to browse Joomla themes when I am looking for a good theme to meet client’s needs.&#160; I am trying out Jogtheweb to allow you to walk through the Joomla theme providers (club and individual).&#160; Feel free to use the jog for your own use: Themes for Joomla]]></description>
				<content:encoded><![CDATA[<p>I often go off a list to browse Joomla themes when I am looking for a good theme to meet client’s needs.&#160; </p>
<p>I am trying out <a href="http://www.jogtheweb.com">Jogtheweb</a> to allow you to walk through the Joomla theme providers (club and individual).&#160; </p>
<p>Feel free to use the jog for your own use:</p>
<p><a href="http://www.jogtheweb.com/run/apLdQPmWUObX/Joomla-Themes">Themes for Joomla</a></p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2011/11/29/jogging-the-web-looking-for-joomla-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why, Where &amp; How to find WordPress Templates</title>
		<link>http://solutionsbyheidi.com/2011/10/26/why-where-how-to-find-wordpress-templates/</link>
		<comments>http://solutionsbyheidi.com/2011/10/26/why-where-how-to-find-wordpress-templates/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 22:58:08 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2011/10/26/why-where-how-to-find-wordpress-templates/</guid>
		<description><![CDATA[I often work off WordPress templates and then tweak them to create a “almost custom cost effective” website.&#160; The benefits of using a premade template: Templates are cost effective and don’t require paying for a graphic designer to come up.&#160; Templates give a lot of functionality that can take time to build into a custom [...]]]></description>
				<content:encoded><![CDATA[<p>I often work off WordPress templates and then tweak them to create a “almost custom cost effective” website.&#160; The benefits of using a premade template:</p>
<ul>
<li>Templates are cost effective and don’t require paying for a graphic designer to come up.&#160; </li>
<li>Templates give a lot of functionality that can take time to build into a custom template.</li>
<ul>
<li>Typography&#160; (different headings, lists with icons, highlighting, tables, quotes)</li>
<li>Widget/Module variations </li>
<li>Nice menu systems</li>
</ul>
<li>Hiring someone to tweak the template to get a custom look can be very cost effective.</li>
</ul>
<p> Some of my favorite places to shop for WordPress themes in no particular order:</p>
<ul>
<li><a href="http://www.yootheme.com/demo/wordpress">Yoothemes</a></li>
<li><a href="http://www.rockettheme.com/wordpress">Rockettheme</a></li>
<li><a href="http://themeforest.net/category/wordpress">Themeforest</a> Be selective not all templates are created equally here.&#160;&#160; I read reviews and pay attention to sales/ratings.)</li>
<li><a href="http://www.mojo-themes.com/categories/wordpress/">Mojo themes</a>&#160; Have not purchased from here yet, but they have an interesting selection. </li>
<li><a href="http://headwaythemes.com/">Headway</a> theme for drag &amp; drop, design customization, for a classic type site</li>
</ul>
<p>Looking for a theme and identifying what you need:</p>
<ul>
<li>Think of your colors and logo</li>
<li>Look/Tone (modern, classic, artsy, etc.)</li>
<li>White with darker text or Dark with whiter text</li>
<li>Do you like fixed or dynamic (fixed is a constant width and dynamic spreads out as window is made larger.)</li>
<li>Templates are classified into a few categories:&#160;&#160; Blog, Portfolio, CMS/Business&#160;&#160; Focus on the category to narrow the selection to look at.</li>
</ul>
<p>With a template, sometimes its hard to determine what your site will look like with your content and logo.&#160; </p>
<ul>
<li>The look/tone is set with the theme.</li>
<li>Try look for a theme in the general color categories.&#160; Its easier to tweak a blue to the right color blue plus the accents of the template usually go with the main color.</li>
<li>The menu items will change but the general look of the menu will stay the same.&#160;&#160; In the template, look at the horizontal menu and make sure you like the look and feel.&#160;&#160; Try also to find what a vertical menu will look like.&#160; Its definitely harder to change the look of a menu.</li>
<li>If the template doesn’t have room for your header/logo, this is usually a pretty small change.</li>
<li>Graphics as the background are small change and usually pretty easy.</li>
<li>Fonts are easy to swap/change.</li>
<li>Look at the titles of the blocks as well as what the blocks look like.&#160; Are they outlined?&#160; Do you like the titles &amp; the graphics.&#160;&#160; </li>
<li>Look at the typography, module variations, positions that things can go. A good template will include most if not all.</li>
<li>Some templates offer multiple color styles.&#160; Make sure you check them all out.&#160; </li>
<li>Sometimes templates have a lot going on.&#160; Many templates have a bunch of positions to put content/stuff.&#160;&#160; With most templates, if you don’t put something in a position is compresses/disappears.</li>
<li>Functionality.&#160;&#160; WordPress makes it easy to add functionality (such as slideshow) so don’t get too hung on functionality.&#160;&#160;&#160; But if the functionality you want is a portfolio showcasing your work, definitely look for a wordpress theme with that functionality.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2011/10/26/why-where-how-to-find-wordpress-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Simple Facebook Connect</title>
		<link>http://solutionsbyheidi.com/2011/10/10/using-simple-facebook-connect/</link>
		<comments>http://solutionsbyheidi.com/2011/10/10/using-simple-facebook-connect/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:43:22 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2011/10/10/using-simple-facebook-connect/</guid>
		<description><![CDATA[I tried out the Simple Facebook Connect WordPress plugin&#160; and am quite pleased with how it works and intregates your WordPress blog with Facebook.&#160; There are a few steps to get it setup to work correctly and I covered them here: Obviously, step 1 is to install the Simple Facebook Connect WordPress plugin on your [...]]]></description>
				<content:encoded><![CDATA[<p>I tried out the <a href="http://wordpress.org/extend/plugins/simple-facebook-connect/">Simple Facebook Connect WordPress plugin</a>&#160; and am quite pleased with how it works and intregates your WordPress blog with Facebook.&#160; </p>
<p>There are a few steps to get it setup to work correctly and I covered them here:</p>
<ol>
<li>Obviously, step 1 is to install the <a href="http://wordpress.org/extend/plugins/simple-facebook-connect/">Simple Facebook Connect WordPress plugin</a> on your wordpress installation.</li>
<li>
<h4><a href="http://solutionsbyheidi.com/2011/10/06/setting-up-simple-facebook-connect-part-1-creating-an-app/">Setting up Simple Facebook Connect (Part 1 creating an app)</a></h4>
</li>
<li>
<h4><a href="http://solutionsbyheidi.com/2011/10/07/setting-up-simple-facebook-connect-part-2-giving-the-permission-to-post/">Setting up Simple Facebook Connect (Part 2, giving the permission to post)</a></h4>
</li>
<li>
<h4>You may have to change some things in your comments.php to allow the facebook login in comments to work correctly.&#160; The <a href="http://wordpress.org/extend/plugins/simple-facebook-connect/faq/">plugin’s FAQ</a> covers this quite well.</h4>
</li>
</ol>
<p>I am using it for the following functionalities and it is nice to have one plugin take care of it all for me:</p>
<ul>
<li>Publisher functionality –&gt; automatically posting Facebook messages to your Facebook Page Wall.</li>
<li>Comment functionality –&gt; Comments on the above post, come back to your wordpress blog comments.</li>
<li>Users have ability to login with facebook and comment with their facebook acct.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2011/10/10/using-simple-facebook-connect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting up Simple Facebook Connect (Part 2, giving the permission to post)</title>
		<link>http://solutionsbyheidi.com/2011/10/07/setting-up-simple-facebook-connect-part-2-giving-the-permission-to-post/</link>
		<comments>http://solutionsbyheidi.com/2011/10/07/setting-up-simple-facebook-connect-part-2-giving-the-permission-to-post/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 15:22:43 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2011/10/07/setting-up-simple-facebook-connect-part-2-giving-the-permission-to-post/</guid>
		<description><![CDATA[Once you have entered your Facebook app id &#38; secret key, then enter in the ID of your fan page.&#160;&#160; This can be found by visiting your fan page and finding the long number that occurs after your name. You will know it is working correctly if underneath the Facebook ID &#38; Secret it will [...]]]></description>
				<content:encoded><![CDATA[<p>Once you have entered your Facebook app id &amp; secret key, then enter in the ID of your fan page.&#160;&#160; This can be found by visiting your fan page and finding the long number that occurs after your name.</p>
<p>You will know it is working correctly if underneath the Facebook ID &amp; Secret it will give you the link to your applications wall.&#160;&#160;&#160; </p>
<p>Click on that link and visit your applications plugin.&#160;&#160; On their click “Add to my Page” and select your Facebook Page.</p>
<p><a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image6.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb6.png" width="112" height="244" /></a></p>
<p>Once they are verified and added the app to our facebook page, you can enable the plugins you wish to do with SFC:</p>
<p><a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image4.png" rel="lightbox"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb4.png" width="304" height="139" /></a></p>
<p>Enable the ones you want and click <strong>Save Changes</strong>.</p>
<p>You will be presented with more options.&#160; </p>
<p>To enable it to post your page, you need to grant access.&#160;&#160; Scroll to Publish settings and enable the Automatic Publishing.</p>
<p>Then click on Grant SFC Permissions and allow the tool to publish your posts to facebook.</p>
<p><a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image5.png" rel="lightbox"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb5.png" width="304" height="98" /></a></p>
<p>You will know its working if you get successful Token Check messages that publishing and fan page publishing is ready to go.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2011/10/07/setting-up-simple-facebook-connect-part-2-giving-the-permission-to-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Simple Facebook Connect (Part 1 creating an app)</title>
		<link>http://solutionsbyheidi.com/2011/10/06/setting-up-simple-facebook-connect-part-1-creating-an-app/</link>
		<comments>http://solutionsbyheidi.com/2011/10/06/setting-up-simple-facebook-connect-part-1-creating-an-app/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 17:33:46 +0000</pubDate>
		<dc:creator>Heidi</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://solutionsbyheidi.com/2011/10/06/setting-up-simple-facebook-connect-part-1-creating-an-app/</guid>
		<description><![CDATA[Login into Facebook (for preparation of later steps) Go to link:&#160; https://developers.facebook.com/apps&#160; to begin creating an app Click on Create New App (Top right)&#160; Enter in your domain for App Display Name and Agree to Policies.&#160; Do security check and click Submit. Toward bottom, Select Website and enter your URL and click Save Changes Copy [...]]]></description>
				<content:encoded><![CDATA[<ol>
<li>Login into Facebook (for preparation of later steps)</li>
<li>Go to link:&#160; <a href="https://developers.facebook.com/apps">https://developers.facebook.com/apps</a>&#160; to begin creating an app</li>
<li>Click on Create New App (Top right)&#160; <a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb.png" width="304" height="44" /></a></li>
<li>Enter in your domain for App Display Name and Agree to Policies.&#160; <a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image1.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb1.png" width="244" height="89" /></a></li>
<li>Do security check and click Submit. <a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image2.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb2.png" width="244" height="115" /></a></li>
<li>Toward bottom, Select Website and enter your URL and click Save Changes <a href="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image3.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://solutionsbyheidi.com/blog/wp-content/uploads/2011/10/image_thumb3.png" width="244" height="223" /></a></li>
<li>Copy the API &amp; Secret Key from the top to the Simple Facebook Connect Settings in WordPress.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://solutionsbyheidi.com/2011/10/06/setting-up-simple-facebook-connect-part-1-creating-an-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
