<?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>Sean Vosler &#124; Web Design &#38; Other Stuff &#187; Tutorials | Wordpress</title>
	<atom:link href="http://www.sean.co/category/tutorials/tutorials-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean.co</link>
	<description>The Web Design, Social media guy!</description>
	<lastBuildDate>Wed, 08 Sep 2010 01:27:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating a Social Submit Sidebar for WordPress Guide</title>
		<link>http://www.sean.co/2010/01/creating-a-social-submit-sidebar-for-wordpress-guide/</link>
		<comments>http://www.sean.co/2010/01/creating-a-social-submit-sidebar-for-wordpress-guide/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:51:40 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials | Wordpress]]></category>

		<guid isPermaLink="false">http://www.seanvosler.com/?p=85</guid>
		<description><![CDATA[Do you ever see those &#8216;social sidebars&#8217; on sites and ever think, man I really want one like that! We&#8217;ll your in luck!  This tutorial will give you a step by step in both video and written form.  Feel free to post any questions or problems you run into and we&#8217;ll see if we cant [...]]]></description>
			<content:encoded><![CDATA[<p>Do you ever see those &#8216;social sidebars&#8217; on sites and ever think, man I really want one like that! We&#8217;ll your in luck!  This tutorial will give you a step by step in both video and written form.  Feel free to post any questions or problems you run into and we&#8217;ll see if we cant figure it out!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="638" height="378" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lC54UC1IaFM&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="638" height="378" src="http://www.youtube.com/v/lC54UC1IaFM&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;">[View in high def. for best quality! Mmmm.. 720p]</p>
<p style="text-align: center;"><strong>Tutorial Requirements:</strong> WordPress &amp; Copy / Paste skills (CSS + HTML Helpful)</p>
<p style="text-align: center;"><strong>Time Required:</strong> Under 5 Minutes</p>
<h2>Step 1: Install &#8220;<a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/" target="_blank">Digg Digg</a>&#8221; Social Submitting Plugin</h2>
<p>This plugin is very well done, I haven&#8217;t had any problems &#8211; it contains the main social media and aggregating sites that we all know and love.  Its Facebook and Twitter submitting buttons are my favorite, they will automatically post based on the URL that the viewer is on.</p>
<p><img class="alignnone size-full wp-image-86" title="installdiggdigg" src="http://www.seanvosler.com/wp-content/uploads/2010/01/installdiggdigg.jpg" alt="" width="540" height="131" /></p>
<p><strong>Note:</strong> You can configure Digg Digg to load at the bottom of pages and posts, and use code to put them where you like, which is what we&#8217;re doing!</p>
<h2>Step 2: Go to your CSS file under Appearance &gt; Editor &gt; [your theme's file].css</h2>
<p><img class="alignleft size-full wp-image-87" title="Edit theme" src="http://www.seanvosler.com/wp-content/uploads/2010/01/Edit-theme.jpg" alt="" width="158" height="148" />Here on the right you will see a list of your files, it may look intemidating, but don&#8217;t worry! Its not that painful, just a little Copy &amp; Pasting!</p>
<p>Near the bottom (usually) you&#8217;ll see a styles.css or some file that ends with CSS, open this file and past the following code under the themes authors comments&#8230; Make sure its not inside a <strong><em>/* comment *\</em></strong> line of code.</p>
<blockquote><p>#floatrightbar{<br />
float: right;margin: 0 0 10px 10px;border: 0px solid #666;padding:2px;padding-left:72px; width:125px; height:500px;position:absolute;z-index:99;top:0px;right:0px;<br />
background-image:url(&#8216;http://vezign.com/wp-content/uploads/2010/01/bg-marker2.png&#8217;);background-repeat:no-repeat;background-position:top center;<br />
}</p></blockquote>
<p><strong>Update your file at the bottom.</strong></p>
<p>NOTE: You may want to host the<strong> bg-marker2.png </strong>on your own server just in case I move it around, the file is at the bottom under resources.<strong><br />
</strong></p>
<h2>Step 3: Go to your themes Header.php File</h2>
<p>Same area as before, but this time you want to be in the &#8216;header.php&#8217; file, find the &lt;body&gt; or a &#8216;wrapper&#8217; type DIV and paste the following code AFTER it:</p>
<blockquote><p>&lt;div id=&#8221;floatrightbar&#8221;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>function deleteline(buttonObj)<br />
{<br />
var node = buttonObj;<br />
do<br />
{<br />
node = node.parentNode;<br />
}<br />
while<br />
(node.nodeType != 1 &amp;&amp; node.nodeName != &#8216;div&#8217;);<br />
node.parentNode.removeChild(node);<br />
}<br />
&lt;/script&gt;</p>
<p>&lt;a href=&#8221;http://vezign.com/&#8221;&gt;Web Design&lt;/a&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_twitter_generate&#8217;)) { digg_digg_twitter_generate(&#8216;Normal&#8217;,'source&#8217;); } ?&gt;&lt;br&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_fbshare_generate&#8217;)) { digg_digg_fbshare_generate(&#8216;Normal&#8217;); } ?&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_generate&#8217;)) { digg_digg_generate(&#8216;Normal&#8217;); } ?&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_reddit_generate&#8217;)) { digg_digg_reddit_generate(&#8216;Normal&#8217;); } ?&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_stumbleupon_generate&#8217;)) { digg_digg_stumbleupon_generate(&#8216;Normal&#8217;); } ?&gt;&lt;br&gt;<br />
&lt;?php if(function_exists(&#8216;digg_digg_delicious_generate&#8217;)) { digg_digg_delicious_generate(&#8216;Normal&#8217;); } ?&gt;&lt;br&gt;<br />
&lt;input type=&#8221;button&#8221; onclick=&#8221;deleteline(this)&#8221; value=&#8221;Hide&#8221; /&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>The Javascript basically just removes the DIV when the button &#8220;Hide&#8221; is hit, you can change things around, but This is the basic code!  Customize it all you like <img src='http://www.sean.co/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update your file at the bottom.</strong></p>
<h2><strong>Step 4. Test &#8211; Hope it works!</strong></h2>
<h2><strong>Resources:</strong></h2>
<p><strong>Javascript Code from: <a href="http://codingforums.com/showthread.php?p=815619">Here</a></strong></p>
<p><strong>Digg Digg Plugin from: <a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/" target="_blank">Here</a></strong></p>
<p><strong>Image for Background of Bar: <a href="http://vezign.com/wp-content/uploads/2010/01/bg-marker2.png" target="_blank">Here</a><br />
</strong></p>
<h2><strong>You should be set! If you have any problems feel free to post a question and I&#8217;ll see if I can help!  Please share if you found this useful <img src='http://www.sean.co/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</strong></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.sean.co/2010/01/creating-a-social-submit-sidebar-for-wordpress-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->