<?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>ShortStack.com Custom Facebook Pages</title>
	<atom:link href="http://www.shortstack.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shortstack.com</link>
	<description>Build free custom Facebook Tabs, Pages, apps and contests</description>
	<lastBuildDate>Tue, 15 May 2012 18:05:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customizing the Appearance of the Share Link &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/05/customizing-the-appearance-of-the-share-link-css-tip/</link>
		<comments>http://www.shortstack.com/2012/05/customizing-the-appearance-of-the-share-link-css-tip/#comments</comments>
		<pubDate>Tue, 15 May 2012 18:05:46 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1404</guid>
		<description><![CDATA[We receive a number of requests from users everyday asking for help customizing the Share link on their ShortStack apps.  The process is much like the Links Widget, but there are a few differences to keep in mind. .share_link{ border: solid 1px #000000; /* border color, size, and line style */ background:#dd0000; /* background color of the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fcustomizing-the-appearance-of-the-share-link-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fcustomizing-the-appearance-of-the-share-link-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left;"><a href="http://www.shortstack.com/wp-content/uploads/2012/05/featured-3.png" rel="lightbox[g1404]"><img class="alignnone size-full wp-image-1417" title="featured-3" src="http://www.shortstack.com/wp-content/uploads/2012/05/featured-3.png" alt="" width="630" height="306" /></a><br />
We receive a number of requests from users everyday asking for help customizing the Share link on their ShortStack apps.  The process is much like the Links Widget, but there are a few differences to keep in mind.</p>
<p><strong>.share_link{<br />
border: solid 1px #000000; </strong>/* border color, size, and line style */<br />
<strong>background:#dd0000; </strong>/* background color of the Share link */<br />
<strong>font-family: arial, sans-serif;</strong> /* font-family determines the web-safe font used for the link name */<br />
<strong>color:#ffffff; </strong>/* color of the text in the Share link */<br />
<strong>font-size: 14px;</strong> /* size of the text in the Share link */<br />
<strong>border-radius: 3px;</strong> /* creates rounded corners, for a more button-like look.  The larger the number, the more rounded the corners.  If you don&#8217;t want rounded corners, change the border-radius to 0px */<br />
<strong>padding:5px;</strong> /* amount of space between the text and the border of the button */<br />
<strong>}</strong></p>
<p>You can even change the color of the button when you hover over the Share link, here&#8217;s the CSS:</p>
<p><strong>.share_link:hover{</strong><br />
<strong>background:#000000; </strong>/* background color of the Share link when you hover over it */<br />
<strong>}</strong></p>
<p>You can change the Hex Values, pixel dimensions, border styles, and the font-family to suit your tab.  As always, here are a few great references to help you customize:</p>
<p>Hex Value Guide:  <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">http://www.w3schools.com/cssref/css_colorsfull.asp</a><br />
Guide to web-safe fonts:  <a href="http://www.w3schools.com/cssref/css_websafe_fonts.asp">http://www.w3schools.com/cssref/css_websafe_fonts.asp</a>.</p>
<p>Want more CSS Tips?  Sign-up for our monthly ShortStack Tricks and CSS Tips email, just <a title="Tips &amp; Tricks Newsletter" href="http://eepurl.com/eoj66" target="_blank">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/05/customizing-the-appearance-of-the-share-link-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a repeating background image &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/05/create-a-repeating-background-image-css-tip/</link>
		<comments>http://www.shortstack.com/2012/05/create-a-repeating-background-image-css-tip/#comments</comments>
		<pubDate>Wed, 09 May 2012 20:37:40 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1401</guid>
		<description><![CDATA[Want to use an image to create a patterned background on your tab? Create a repeating background by adding the following CSS to your CSS Editor: /*Repeating background*/ #wrapper {  background: url(&#8220;IMAGE-URL&#8221;);  background-repeat: repeat;  } Just replace IMAGE-URL with the url for the image you want to use. For instance, if you wanted this image [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fcreate-a-repeating-background-image-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fcreate-a-repeating-background-image-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left;"><img class="aligncenter" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" src="http://www.shortstack.com/wp-content/uploads/2012/04/background.jpg" alt="Repeating_Background" width="610" height="219" /><br />
Want to use an image to create a patterned background on your tab? Create a repeating background by adding the following CSS to your CSS Editor:</p>
<div>
<p>/*Repeating background*/</p>
<div><strong>#wrapper { </strong></div>
<div><strong>background: url(&#8220;IMAGE-URL&#8221;); </strong></div>
<div><strong>background-repeat: repeat; </strong></div>
<div><strong>}</strong></div>
<div></div>
<div>Just replace IMAGE-URL with the url for the image you want to use. For instance, if you wanted this image to repeat in the tab background: https://d2xcq4qphg1ge9.cloudfront.net/assets/49/642673/original_novote_2.png then the CSS would look like this:</div>
<div></div>
<div>/*Repeating background*/</div>
<div><strong>#wrapper { </strong></div>
<div><strong>background: url(&#8220;https://d2xcq4qphg1ge9.cloudfront.net/assets/49/642673/original_novote_2.png&#8221;); </strong></div>
<div><strong>background-repeat: repeat; </strong></div>
<div>
<p><strong>}</strong></p>
<p>Note: You can grab a URL for the image you want to use by uploading it to the ShortStack Media Manager, and copying the URL associated with the uploaded image.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/05/create-a-repeating-background-image-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the border color for Promotion and Custom Form fields &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/05/changing-the-border-color-for-promotion-and-custom-form-fields-css-tip/</link>
		<comments>http://www.shortstack.com/2012/05/changing-the-border-color-for-promotion-and-custom-form-fields-css-tip/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:25:46 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1396</guid>
		<description><![CDATA[  Want to spice up your form fields a bit?  Try changing the border color!  It&#8217;s easy, just drop the following CSS into your CSS Editor and choose the color you&#8217;d like to use: /*Form/Promotion Form Input Field*/ input, select, textarea{  border-color:#ff00ff; /*Determines color of border*/ border-width: 1px; /*Sets border thickness*/ border-style: solid; /*Styles the border*/ } Check [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fchanging-the-border-color-for-promotion-and-custom-form-fields-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F05%2Fchanging-the-border-color-for-promotion-and-custom-form-fields-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"> <a href="http://www.shortstack.com/wp-content/uploads/2012/05/featured-1.png" rel="lightbox[g1396]"><img class="alignnone size-full wp-image-1412" title="featured-1" src="http://www.shortstack.com/wp-content/uploads/2012/05/featured-1.png" alt="" width="630" height="306" /></a></p>
<p>Want to spice up your form fields a bit?  Try changing the border color!  It&#8217;s easy, just drop the following CSS into your CSS Editor and choose the color you&#8217;d like to use:</p>
<div>/*Form/Promotion Form Input Field*/<br />
<strong>input, select, textarea{ </strong><br />
<strong>border-color:#ff00ff;</strong> /*Determines color of border*/<br />
<strong>border-width: 1px;</strong> /*Sets border thickness*/<br />
<strong>border-style: solid;</strong> /*Styles the border*/<br />
<strong>}</strong></div>
<div>
<p>Check out <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">this Hex Value guide</a> from w3schools.com: <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">http://www.w3schools.com/cssref/css_colorsfull.asp</a> to find the Hex Value associated with the color you want to use. Also, if you&#8217;re interested in experimenting with border styles, check out this helpful guide: <a href="http://www.w3schools.com/cssref/pr_border-style.asp">http://www.w3schools.com/cssref/pr_border-style.asp</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/05/changing-the-border-color-for-promotion-and-custom-form-fields-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the border color in ShortStack pop-ups &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/04/changing-the-border-color-in-shortstack-pop-ups-css-tip/</link>
		<comments>http://www.shortstack.com/2012/04/changing-the-border-color-in-shortstack-pop-ups-css-tip/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 21:23:02 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1392</guid>
		<description><![CDATA[Are you using a pop-up to display something on a ShortStack tab? You can use the CSS below to change the color of the border around the pop-up so it better suits your tab! /*Border color in pop-up*/ .boxy-wrapper{ background-color:#00FF00; } Yes, the Hex Value in this code is for bright green, and that color [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Fchanging-the-border-color-in-shortstack-pop-ups-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Fchanging-the-border-color-in-shortstack-pop-ups-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"><a href="http://www.shortstack.com/wp-content/uploads/2012/04/featured-2.png" rel="lightbox[g1392]"><img class="alignnone size-full wp-image-1415" title="featured-2" src="http://www.shortstack.com/wp-content/uploads/2012/04/featured-2.png" alt="" width="630" height="306" /></a></p>
<p>Are you using a pop-up to display something on a ShortStack tab? You can use the CSS below to change the color of the border around the pop-up so it better suits your tab!</p>
<p>/*Border color in pop-up*/<br />
<strong>.boxy-wrapper{<br />
background-color:#00FF00;<br />
}</strong></p>
<p>Yes, the Hex Value in this code is for bright green, and that color probably isn&#8217;t for everybody. You can change the color by updating the Hex Value.  For example, if you wanted a red border, the CSS would look like this:</p>
<p>/*Border color in pop-up*/<br />
<strong>.boxy-wrapper{<br />
background-color:#FF00</strong><strong>00</strong><strong>;</strong><br />
<strong>}</strong></p>
<p>Check out <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">this Hex Value guide</a> from w3schools.com:<a href="http://www.w3schools.com/cssref/css_colorsfull.asp">http://www.w3schools.com/cssref/css_colorsfull.asp</a> to find the Hex Value associated with the color you want to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/04/changing-the-border-color-in-shortstack-pop-ups-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature Requests: How ShortStack Users Help Direct Our Future</title>
		<link>http://www.shortstack.com/2012/04/feature-requests-how-shortstack-users-help-direct-our-future/</link>
		<comments>http://www.shortstack.com/2012/04/feature-requests-how-shortstack-users-help-direct-our-future/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 22:44:06 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[ShortStack News]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1386</guid>
		<description><![CDATA[In this, the second of my “from the CEO” articles, I’d like to discuss what happens when we receive a feature request from a user. We take each feature request very seriously because &#8211; believe it or not &#8211; ShortStack itself was born out of feature requests, and 100 percent of our development and features [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Ffeature-requests-how-shortstack-users-help-direct-our-future%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Ffeature-requests-how-shortstack-users-help-direct-our-future%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/04/featured-4.png" rel="lightbox[g1386]"><img class="aligncenter size-full wp-image-1418" title="featured-4" src="http://www.shortstack.com/wp-content/uploads/2012/04/featured-4.png" alt="" width="630" height="306" /></a></p>
<p>In this, the second of my “from the CEO” articles, I’d like to discuss what happens when we receive a feature request from a user. We take each feature request very seriously because &#8211; believe it or not &#8211; ShortStack itself was born out of feature requests, and 100 percent of our development and features come from feature requests. Moreover, it’s our job to build a useful product, not just a product we think people should use. So here’s a rundown of the types of requests we get, how we treat each request, and the path that request has to take to become a reality.</p>
<p>A large portion of the requests we receive are for features ShortStack already has; the user simply doesn’t know the feature exists. This is a good and bad problem to have. It’s great to be able to say, “today’s your lucky day,” but that also means that there’s at least some aspect of our software that’s confusing. And that’s the difficult balancing act we have to walk for our software; we want to be both powerful and intuitive. However, when you try to do both, the more advanced options can be lost on users. That means it’s our responsibility to make our user interface more intuitive, and we’re constantly looking for ways to do exactly that.</p>
<p>When we get a large number of requests coming from numerous different users all asking for the same feature, we know it’s one that would be popular and necessary. For example, refer-a-friend type contests have been requested by nearly everyone. We know it’ll be popular, and it’s in the works. But it’s also a feature that requires lots of time and testing. The problem then becomes allocating the required developer resources. Since we’re a small team, we’re always prioritizing and re-prioritizing what we’re working on. During the time the dev team has been working on refer-a-friend contests, Facebook has made some major changes, which has forced the devs to go back and change the new feature as well. And that’s what delays us a lot. We’ll get really close on a feature, but then Facebook changes, and then we have to go back and make changes.</p>
<p>Occasionally we’ll get a request that just so happens to be in line with what we’re already working on, or it’s something we’ve been thinking about, and the request solidifies the fact that it’s a feature we need to release. If we we’re already thinking about it and we’re getting requests for it, then a lot of times we’ll see those released in a very short period of time; sometimes four to 24 hours. The Twitter Widget is a great example. Originally the widget didn’t have the ability to sort Tweet timestamp by time zone, so the dates of tweets weren’t displaying correctly. We got a request, and we realized that the widget needed that capability, so we moved on it right away.</p>
<p>Then there’s the tiniest percentage of requests that fall into one of two categories: the request is either so obscure that only one person would benefit from it, or it’s scammy, and wouldn’t be right for us to pursue. In the case of the isolated feature request that could be beneficial to one user, we try to be upfront and tell them it’s not a feature we’ll be developing. But we also try to help figure out a workaround, or try to think up some custom coding that would at least in part satisfy the request. In the case of the scammy requests, however, we simply tell the user it isn’t a feature that’s right for ShortStack, Facebook, or an unsuspecting Facebook user. A good example of this is the common request to get all this personal information from contest entrants with the Allow Prompt. Our response is that if someone is entering your contest, they want to win. They might not want to be on your mailing list, and they certainly don’t want their information sold or compromised. Sometimes those people get mad, and that’s good. They don’t have to use ShortStack, because ShortStack isn’t for “get rich quick” schemes or sending out email blasts to users.</p>
<p>As you can see, we treat all feature requests seriously. But a user reading this article might ask, “I requested a feature six months ago and you said it was a good idea, so where is it?” And I understand your frustration. The fact is, in this business, priorities change constantly. If we’re working on a feature and Facebook rolls out a change, that feature can go from being priority no. 1 to being of least concern. At the same time, we try to flag requests so we can respond to users to tell them if we will or won’t release it. That’s a difficult task, which is why it’s important that you Like our Facebook Page so you can stay up to date on the new features we release daily.</p>
<p>If we say it’s on our roadmap, or we can’t get to it yet, we’re being completely truthful. One of the great things about being small is that we can move quickly; the bad thing being that we can only do so many things at once. But rest assured, we are listening &#8211; your requests never fall on deaf ears. It may take a little while longer than you’d like, or even we’d like, but we’re listening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/04/feature-requests-how-shortstack-users-help-direct-our-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW FEATURES: Viewing Live Data</title>
		<link>http://www.shortstack.com/2012/04/new-features-viewing-live-data/</link>
		<comments>http://www.shortstack.com/2012/04/new-features-viewing-live-data/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 22:40:58 +0000</pubDate>
		<dc:creator>sara</dc:creator>
				<category><![CDATA[ShortStack News]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1382</guid>
		<description><![CDATA[The difference between live entries and test entries when using our Custom Form and promotion widgets has been a cause of confusion for some. If you&#8217;re a user who has run a contest you may remember a time when you were trying to submit entries for your fans to vote on and then wondering why [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Fnew-features-viewing-live-data%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F04%2Fnew-features-viewing-live-data%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The difference between live entries and test entries when using our Custom Form and promotion widgets has been a cause of confusion for some. If you&#8217;re a user who has run a contest you may remember a time when you were trying to submit entries for your fans to vote on and then wondering why these entries weren&#8217;t appearing in the live preview.</p>
<p>We&#8217;ve taken some steps to make it not only easier to host a contest, but easier to know whether your entries are in &#8220;live&#8221; or &#8220;test&#8221; mode.</p>
<p>There is a new &#8220;Data Mode&#8221; setting located next to the Tab Width checkbox above the Live Preview in the Tab Designer. Checking this box switches the Custom Form and all Promotion widgets (Promotion, Voting and Entry Count) to use live data. Unchecking the box will switch everything to test data.</p>
<p>We&#8217;ve removed the previous &#8220;show live entries&#8221; setting which was located in the settings of the Voting Widget.</p>
<p>&nbsp;</p>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/04/featured-5.png" rel="lightbox[g1382]"><img class="aligncenter size-full wp-image-1419" title="featured-5" src="http://www.shortstack.com/wp-content/uploads/2012/04/featured-5.png" alt="" width="630" height="306" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now, when you submit a form in the Live Preview, an alert will appear reminding you which data mode you are in. This alert can be removed by clicking it, or it will disappear on its own after a few seconds.</p>
<p><strong>So who will benefit most from this change?</strong></p>
<p>Users who are wanting to run a contest where they don&#8217;t want fans to submit entries but they themselves want to submit entries for fans to vote on. Setting up a promotion with pre-defined entries used to require users to install a tab and submit entries from the live tab. With this new setting, that is no longer necessary. Simply checking the &#8220;Live&#8221; Data Mode enables users to upload live entries in their Live Preview within ShortStack.</p>
<p>Enjoy this new feature, and as always if you have any questions shoot us a support ticket and we&#8217;d be happy to help you out! <a href="http://shortstacksupport.com">http://shortstacksupport.com </a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/04/new-features-viewing-live-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Appearance of Links in the Links Widget &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/03/changing-the-appearance-of-links-in-the-links-widget-css-tip/</link>
		<comments>http://www.shortstack.com/2012/03/changing-the-appearance-of-links-in-the-links-widget-css-tip/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:46:02 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1359</guid>
		<description><![CDATA[Want to change the background color, size, font, shape or link color of  your links when using the Links Widget? It&#8217;s not as hard as it seems! Use this bit of CSS to create a more customized appearance: .ss_links a{ border: solid 4px #ff0000; /* border designates the border color, size, and line style */ background:#000000; /* [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fchanging-the-appearance-of-links-in-the-links-widget-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fchanging-the-appearance-of-links-in-the-links-widget-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left;"><a href="http://www.shortstack.com/wp-content/uploads/2012/03/links.png" rel="lightbox[g1359]"><img class="aligncenter size-full wp-image-1420" title="links" src="http://www.shortstack.com/wp-content/uploads/2012/03/links.png" alt="" width="630" height="306" /></a><br />
Want to change the background color, size, font, shape or link color of  your links when using the Links Widget? It&#8217;s not as hard as it seems! Use this bit of CSS to create a more customized appearance:</p>
<p><strong>.ss_links a{<br />
border: solid 4px #ff0000; </strong>/* border designates the border color, size, and line style */<br />
<strong>background:#000000; </strong>/* this controls the background color of the link */<br />
<strong>font-family: arial, sans-serif;</strong> /* font-family determines the web-safe font used for the link name */<br />
<strong>color:#ffffff; </strong>/* color controls the color of the text in the links widget */<br />
<strong>font-size: 14px;</strong> /* font-size determines the size of the text in the links widget */<br />
<strong>border-radius: 10px;</strong> /* border-radius helps to create rounded corners, for a more button-like look.  The larger the number, the more rounded the corners.  If you don&#8217;t want rounded corners, change the border-radius to 0px */<br />
<strong>}</strong></p>
<p>You can even change the color of the button when you hover over the link, here&#8217;s the CSS:</p>
<p><strong>.ss_links a:hover{</strong><br />
<strong>background:#585858; </strong>/* this controls the background color of the link when you hover over it */<br />
<strong>}</strong></p>
<p>You can change the Hex Values, pixel dimensions, border styles, and the font-family to suit your tab.  Here are a few great references to help you customize:</p>
<p>Hex Value Guide:  <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">http://www.w3schools.com/cssref/css_colorsfull.asp</a><br />
Guide to web-safe fonts:  <a href="http://www.w3schools.com/cssref/css_websafe_fonts.asp">http://www.w3schools.com/cssref/css_websafe_fonts.asp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/03/changing-the-appearance-of-links-in-the-links-widget-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW FEATURES: Upgrades to Templates, Forms and Promotions</title>
		<link>http://www.shortstack.com/2012/03/new-features-upgrades-to-templates-forms-and-promotions/</link>
		<comments>http://www.shortstack.com/2012/03/new-features-upgrades-to-templates-forms-and-promotions/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 21:06:36 +0000</pubDate>
		<dc:creator>sara</dc:creator>
				<category><![CDATA[ShortStack News]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1366</guid>
		<description><![CDATA[We recently added some enhancements and new features to ShortStack which we have outlined below. Enjoy these new features and if you come across any questions shoot us a support ticket at http://shortstacksupport.com 810px Templates Now Available ShortStack now offers 21 templates to help you get started with designing for Timeline. These templates are a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fnew-features-upgrades-to-templates-forms-and-promotions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fnew-features-upgrades-to-templates-forms-and-promotions%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We recently added some enhancements and new features to ShortStack which we have outlined below. Enjoy these new features and if you come across any questions shoot us a support ticket at <a href="http://shortstacksupport.com/">http://shortstacksupport.com</a></p>
<p><strong>810px Templates Now Available</strong></p>
<p><strong></strong>ShortStack now offers 21 templates to help you get started with designing for Timeline. These templates are a little different from our past templates in that they provide a guide on how to build multiple column apps and fully utilize the 810px width.</p>
<p>&nbsp;</p>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/login.png" rel="lightbox[g1366]"><img class="aligncenter size-full wp-image-1424" title="login" src="http://www.shortstack.com/wp-content/uploads/2012/03/login.png" alt="" width="630" height="306" /></a></p>
<p><strong>Facebook ID Field</strong><br />
<strong></strong><br />
For a while now, we’ve been hearing feedback from our users on a function that limits repeat entries when hosting a contest. The Facebook ID field does just that. The Facebook ID field has been added to the Form Designer to serve one main purpose: to limit repeat entries from the same person. As a side benefit, it also enables a View My Entries button in the Voting Widget.</p>
<p>You can learn all about the Facebook ID field here: <a href="http://help.shortstackapp.com/main-menu/mastering-shortstack/promotions-guide/#UnderstandingtheFacebookIDField">http://help.shortstackapp.com/main-menu/mastering-shortstack/promotions-guide/#UnderstandingtheFacebookIDField</a></p>
<p>&nbsp;</p>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/facebookIDfield2.jpg" rel="lightbox[g1366]"><img class="alignnone size-full wp-image-1373" title="facebookIDfield2" src="http://www.shortstack.com/wp-content/uploads/2012/03/facebookIDfield2.jpg" alt="" width="630" height="345" /></a></p>
<p><strong>Make a Template Feature Has Moved</strong><br />
<strong></strong><br />
The “Make a Template” feature has been removed from the Tab Manager and can now be found in the Tab Designer. You can find the “Make a Template” feature in the Tab Designer under the “settings” drop-down next to the app name. There is also a new “Make a Copy of Tab” feature. This feature is especially useful if you need to test some changes to an app. With the &#8220;Make a Copy of Tab&#8221; feature, you can test your changes with a copy of the app and not risk altering the original app.</p>
<p>&nbsp;</p>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/makeatemplate1.jpg" rel="lightbox[g1366]"><img class="alignnone size-full wp-image-1375" title="makeatemplate" src="http://www.shortstack.com/wp-content/uploads/2012/03/makeatemplate1.jpg" alt="" width="630" height="345" /></a></p>
<p><strong>ShortStack Supports Integrating Custom Forms and Promos with MailChimp and Highrise</strong><br />
<strong></strong><br />
We’ve always had an integration with MailChimp but what this new enhancement means is that when a Custom Form or Promotion is submitted, the user can be automatically subscribed to a MailChimp newsletter or added as a new contact to Highrise. You can look for the new “integrations” icon when viewing Forms &amp; Promos. You’ll also find an integration button next to View Entries when you are in the Form Designer. Check out this help doc for more information on setting up a form or promotion with one of these integrations: <a href="http://help.shortstackapp.com/main-menu/reference/forms-promos/form-integrations/">http://help.shortstackapp.com/main-menu/reference/forms-promos/form-integrations/</a></p>
<p>&nbsp;</p>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/integrations1.jpg" rel="lightbox[g1366]"><img class="alignnone size-full wp-image-1376" title="integrations" src="http://www.shortstack.com/wp-content/uploads/2012/03/integrations1.jpg" alt="" width="630" height="345" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/03/new-features-upgrades-to-templates-forms-and-promotions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Control Your Clients’ Fears of Facebook Timeline</title>
		<link>http://www.shortstack.com/2012/03/how-to-control-your-clients-fears-of-facebook-timeline/</link>
		<comments>http://www.shortstack.com/2012/03/how-to-control-your-clients-fears-of-facebook-timeline/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 18:19:52 +0000</pubDate>
		<dc:creator>sara</dc:creator>
				<category><![CDATA[ShortStack News]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1361</guid>
		<description><![CDATA[It’s been said and soon it will be done, all Facebook pages will be changed over to the new Timeline layout on March 30.  With this change comes excitement, fear and opportunity. In times likes these, agencies can step into the spotlight and really shine for their clients by keeping them calm, collected and educated [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fhow-to-control-your-clients-fears-of-facebook-timeline%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fhow-to-control-your-clients-fears-of-facebook-timeline%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/fear.png" rel="lightbox[g1361]"><img class="aligncenter size-full wp-image-1425" title="fear" src="http://www.shortstack.com/wp-content/uploads/2012/03/fear.png" alt="" width="630" height="306" /></a></p>
<p>It’s been said and soon it will be done, all Facebook pages will be changed over to the new Timeline layout on March 30.  With this change comes excitement, fear and opportunity. In times likes these, agencies can step into the spotlight and really shine for their clients by keeping them calm, collected and educated on what Timeline for pages can mean for their business.</p>
<p>Here are some steps to follow when preparing your clients for Timeline:<strong id="internal-source-marker_0.5614556625951082"></strong></p>
<p><strong>1. Warn your clients that change is coming</strong><br />
Even though there have been hundreds of stories and announcements via Facebook, media outlets and third party platforms that Timeline is coming, there is always that client that won’t believe it until it happens. Being less than two weeks out from the official change, now is the time to let your clients know that their page will be changing, no matter how much they may or may not want it to.</p>
<p>Reach out to your client informing them of the change, while reminding them that everything is going to continue to function as expected even if they don’t do much preparation. They should hear about the changes from a trusted source, such as their agency, versus outside sources.<strong id="internal-source-marker_0.5614556625951082"></strong></p>
<p><strong>2. Bring yourself up to speed on Timeline</strong><br />
The best thing you can do for your client is to be an expert at Timeline. They will be looking to you for advice, tips and education on the new layout. Do your research and you’ll look like a rockstar.</p>
<p>Make sure that your company’s page has been changed over to Timeline and is using all of its features. If a client sees you successfully using Timeline, they’ll have an easier time transitioning their own Facebook page and you’ll be able to answer their questions.</p>
<p>Check out this site as an easy and quick resource to learning the features of Timeline: <a href="http://shortstack.com/timeline" target="_blank">Timeline features</a></p>
<p><strong id="internal-source-marker_0.5614556625951082">3. Console your clients<br />
</strong>Change can be tough, especially a change that affects a major source of communication between businesses and their target audience, such as Facebook. Let your clients know that this is a change for the better and shed light on some of the abilities that are offered through Timeline that were not offered before, such as adding milestones.</p>
<p>The milestone feature gives businesses the opportunity to add depth to their social media presence, talk about where their business began, highlight important dates and reach their fans on a personal level.</p>
<p>Additional features include the large cover photo featured at the top of the page, allowing businesses to highlight their brand with an intriguing image that pulls the user in. Pinned and highlighted posts are a great way to show off a custom app or feature something that is of particular interest to fans.</p>
<p><strong>4. Discuss the benefits of Timeline</strong><br />
<strong></strong>People can talk all day long about how great the new Timeline layout is, but take some extra time to really educate your clients on the benefits that the change brings.  New features such as the cover photo open doors for creativity. As previously mentioned, pinning and highlighting posts will be crucial in spreading the word about milestones and apps.</p>
<p>When explaining the benefits of Timeline make sure to include the guidelines, such as the ones that go along with the cover photo. You can find those guidelines <a title="page guidelines" href="https://www.facebook.com/page_guidelines.php" target="_blank">here</a>.</p>
<p>In addition, make sure to include the changes your clients are going to see, such as the elimination of default landing apps. Many people fear this is the end of Facebook for businesses when really it is just the beginning. Businesses can be more creative and feature more content on their custom apps since the workspace size has increased to 810 pixels. With the width changes, apps are close to as wide as a general website, making the possibilities with design endless. Apps are more important than ever seeing as they will add variety to a business page and attract fans that will stay on that Facebook page and engage with posts.  The last thing your clients should do is abandon apps because they feel they are no longer visible. The fact that fans now have to make an effort to click through to an app rather than landing on it, brings dedicated and true fans to a business page. Educate your clients on how to attract their fans to their apps and assist them in providing great content for those apps.</p>
<p><strong>5. Encourage your clients to try out Timeline before March 30</strong><br />
Facebook gives a grace period for a reason and that grace period should be taken advantage of. Encourage your clients to start adjusting their page to fit Timeline as soon as possible. This way they can run their ideas and questions by you before publishing and can make the switch ahead of the deadline while maintaining their social strategy.</p>
<p>This is a great opportunity to do some spring cleaning on a Facebook page, take a look at what’s been working and not working and try some new things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/03/how-to-control-your-clients-fears-of-facebook-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the color of field labels in your Custom Form or Promotion &#8211; CSS Tip</title>
		<link>http://www.shortstack.com/2012/03/changing-the-color-of-field-labels-in-your-custom-form-or-promotion-css-tip/</link>
		<comments>http://www.shortstack.com/2012/03/changing-the-color-of-field-labels-in-your-custom-form-or-promotion-css-tip/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 21:30:46 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.shortstack.com/?p=1314</guid>
		<description><![CDATA[Don&#8217;t like the default color of the field labels (name, email address etc) in your Custom Form or Promotion on your ShortStack application? It&#8217;s an easy change if you know the CSS needed.  Just add this line of CSS to your CSS Editor within your Tab Designer: label{ color:#FFFFFF; } The above CSS will change [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fchanging-the-color-of-field-labels-in-your-custom-form-or-promotion-css-tip%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.shortstack.com%2F2012%2F03%2Fchanging-the-color-of-field-labels-in-your-custom-form-or-promotion-css-tip%2F&amp;source=shortstacklab&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.shortstack.com/wp-content/uploads/2012/03/labels.png" rel="lightbox[g1314]"><img class="aligncenter size-full wp-image-1426" title="labels" src="http://www.shortstack.com/wp-content/uploads/2012/03/labels.png" alt="" width="630" height="306" /></a></p>
<p>Don&#8217;t like the default color of the field labels (name, email address etc) in your Custom Form or Promotion on your ShortStack application? It&#8217;s an easy change if you know the CSS needed.  Just add this line of CSS to your CSS Editor within your Tab Designer:</p>
<div>
<p><strong>label{<br />
color:#FFFFFF;<br />
}</strong></p>
<p>The above CSS will change the color of your labels to white. To use a different color other than white, replace &#8220;FFFFFF&#8221; with a different Hex Value. For example, to use indigo instead of white, the code would look like this:</p>
<p><strong>label{<br />
color:#4B0082;<br />
}</strong></p>
<p>For a handy Hex Value chart, check out this guide from w3schools.com: <a href="http://www.w3schools.com/cssref/css_colorsfull.asp">http://www.w3schools.com/cssref/css_colorsfull.asp</a> This chart sorts different colors by color name, so it&#8217;s a great guide if you&#8217;re new to Hex Values.</p>
<p>For more helpful tips and tricks, <a title="Sign up for the Tips and Tricks email" href="http://eepurl.com/eoj66" target="_blank">sign up for our monthly ShortStack and CSS Tips/Tricks email</a>!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.shortstack.com/2012/03/changing-the-color-of-field-labels-in-your-custom-form-or-promotion-css-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.154 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 02:06:20 -->

