<?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>Graphic Dreams Studio &#187; PHP Tutorials</title>
	<atom:link href="http://gdsweb.ca/blog/php-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://gdsweb.ca</link>
	<description>Winnipeg Web Design &#124; Wordpress &#124; jQuery &#124; Plugins &#124; Logos &#124; Branding &#124; Print</description>
	<lastBuildDate>Fri, 19 Aug 2011 04:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Social Links Without a Plugin: Part 1</title>
		<link>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-1/</link>
		<comments>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-1/#comments</comments>
		<pubDate>Tue, 04 May 2010 08:21:48 +0000</pubDate>
		<dc:creator>Kris J</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[jQuery Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Identi.ca]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[NewVine]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Yahoo Buzz]]></category>

		<guid isPermaLink="false">http://gdsweb.ca/?p=2429</guid>
		<description><![CDATA[<a href="http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-1/"><img align="left" hspace="5" width="77" height="77" src="http://gdsweb.ca/wp-content/uploads/2010/05/socialbook.png" class="alignleft tfe wp-post-image" alt="socialbook" title="socialbook" /></a>Hello all, Kris J here. Thought today I would share a quick and easy way to add social media links to your WordPress website without having to use another plugin. By using this method, you will gain full control over the look, placement and size...]]></description>
			<content:encoded><![CDATA[<p>Hello all, Kris J here. Thought today I would share a quick and easy way to add social media links to your WordPress website without having to use another plugin. By using this method, you will gain full control over the look, placement and size of your social icon setup. The Final is what you can See and Use at the bottom of every post on this blog (Graphic Dreams).</p>
<p>First off you will need the basics: Notepad (or some other basic text editor), and a social media icon set. For this tut and setup, I&#8217;m going to use a great icon set made by <a href="http://paulrobertlloyd.com/2009/06/social_media_icons" target="_blank">Paul Robert Lloyd</a>. It contains a nice assortment of sites to choose from, and different sizes to boot&#8230; So now that we have our basic tools, lets begin&#8230;</p>
<p>Create a new bank text file, and call it something like &#8216;simplesocial.php&#8217; or something along those lines (just to save it for keep-sake). Within this we are going to add the Bookmarking Codes for the sites we want available to your readers.<br />
Now many-many social media and bookmarking sites are out there, and you have to choose and find the right codes&#8230;right? Well I&#8217;ve simplified this and compiled a list of 30 Top sites, and the required php calls for your users to submit to. It&#8217;s good for reference. <a href="http://gdsweb.ca/wp-content/uploads/2010/05/30socialsiteslist.txt" target="_blank">Download it Here</a>.</p>
<p>For this tut I&#8217;ve selected: Delicious, Digg, Twitter, StumbleUpon, Facebook, Reddit, Identi.ca, LinkedIn, NewVine, Technorati, Yahoo Buzz.</p>
<p>Here is the html and php code I&#8217;m using:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">//Delicious<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://delicious.com/post?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&amp;notes=&lt;?php the_excerpt(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Digg<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://digg.com/submit?phase=2&amp;url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&amp;bodytext=&lt;?php the_excerpt(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Twitter<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/home?status=&lt;?php the_title(); ?&gt; - &lt;?php the_permalink(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//StumbleUpon<br />
&lt; a rel=&quot;nofollow&quot; href=&quot;http://www.stumbleupon.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt; img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt; /a&gt;<br />
<br />
//Facebook<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.facebook.com/share.php?u=&lt;?php the_permalink(); ?&gt;&amp;t=&lt;?php the_title(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Reddit<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://reddit.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Identi.ca<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://identi.ca/notice/new?status_textarea=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Linked In<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&amp;summary=&lt;?php the_excerpt(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Newsvine<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.newsvine.com/_tools/seed&amp;save?u=&lt;?php the_permalink(); ?&gt;&amp;h=&lt;?php the_title(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Technorati<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://technorati.com/faves?add=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
<br />
//Yahoo Buzz<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://buzz.yahoo.com/submit/?submitUrl=&lt;?php the_permalink(); ?&gt;&amp;submitHeadline=&lt;?php the_title(); ?&gt;&amp;submitSummary=&lt;?php the_excerpt(); ?&gt;&amp;submitCategory=science&amp;submitAssetType=text&quot; title=&quot;Bookmark @ &quot;&gt;&lt;img src=&quot; &quot; alt=&quot;&quot;/&gt;&lt;/a&gt;</div></td></tr></tbody></table></div>
<p>Now that we have the sites and code selected, we need to add the Icons to the links. So now you have to choose what size of icons will work best. Be carefull, over-sized icons can make your page or site look wonky&#8230; choose respectfully.<br />
For this tut I&#8217;m using 16px by 16px icons. Create, and upload a folder to your server named &#8216;images&#8217;&#8230; (if one dosen&#8217;t already exist&#8230;it should!). Upload your Icons. Add the address for each image to your bookmarking code, and remove the text name from above each link:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;a rel=&quot;nofollow&quot; href=&quot;http://delicious.com/post?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Bookmark this post at Delicious&quot;&gt;&lt;img src=&quot;../images/delicious-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://digg.com/submit?phase=2&amp;amp;url=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Submit this post to Digg&quot;&gt;&lt;img src=&quot;../images/digg-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/home?status=&lt;?php echo urlencode(&quot;Currently reading: &quot;); ?&gt;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this article with your Twitter followers&quot;&gt;&lt;img src=&quot;../images/twitter-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.stumbleupon.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post at StumbleUpon&quot;&gt;&lt;img src=&quot;../images/stumbleupon-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.facebook.com/sharer.php?u=&lt;?php the_permalink();?&gt;&amp;amp;t=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post on Facebook&quot;&gt;&lt;img src=&quot;../images/facebook-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://reddit.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post on Reddit&quot;&gt;&lt;img src=&quot;../images/reddit-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://identi.ca/notice/new?status_textarea=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this on Identi.ca&quot;&gt;&lt;img src=&quot;../images/identica-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Share on LinkedIn&quot;&gt;&lt;img src=&quot;../images/linkedin-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.newsvine.com/_tools/seed&amp;save?u=&lt;?php the_permalink(); ?&gt;&amp;h=&lt;?php the_title(); ?&gt;&quot; title=&quot;Post on Newsvine&quot;&gt;&lt;img src=&quot;../images/newsvine-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://technorati.com/faves?add=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this on Technorati&quot;&gt;&lt;img src=&quot;../images/technorati-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &nbsp; &nbsp;<br />
<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://buzz.yahoo.com/submit/?submitUrl=&lt;?php the_permalink(); ?&gt;&amp;submitHeadline=&lt;?php the_title(); ?&gt;&quot; title=&quot;Yahoo! Buzz this!&quot;&gt;&lt;img src=&quot;../images/yahoo-buzz-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;</div></td></tr></tbody></table></div>
<p>OK. We have our basic framework down. Now I will show you how and where to put this code so it shows up on your WordPress website. Continue reading the rest in part two by following the link below.<br />
<a href="http://gdsweb.ca/php-tutorials/social-links-without-a-plugin-part-2/"><img src="http://gdsweb.ca/wp-content/uploads/2010/05/part2.png" alt="" style="float:right;margin-top:15px;margin-right:33px;"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Links Without a Plugin: Part 2</title>
		<link>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-2/</link>
		<comments>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-2/#comments</comments>
		<pubDate>Tue, 04 May 2010 08:21:25 +0000</pubDate>
		<dc:creator>Kris J</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[jQuery Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://gdsweb.ca/?p=2466</guid>
		<description><![CDATA[<a href="http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-2/"><img align="left" hspace="5" width="77" height="77" src="http://gdsweb.ca/wp-content/uploads/2010/05/socialbook2.png" class="alignleft tfe wp-post-image" alt="socialbook2" title="socialbook2" /></a>Lets start out by making our social link code a little lighter by removing any whitespace, and wrap it in a < div> tag (you really can wrap it in whatever your use requires you to): 123&#60;div&#62; &#60;a rel=&#34;nofollow&#34; href=&#34;http://delicious.com/post?url=&#60;?php the_permalink(); ?&#62;&#38;amp;title=&#60;?php echo urlencode(get_the_title($id)); ?&#62;&#34;...]]></description>
			<content:encoded><![CDATA[<p>Lets start out by making our social link code a little lighter by removing any whitespace, and wrap it in a < div> tag (you really can wrap it in whatever your use requires you to):</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;div&gt;<br />
&lt;a rel=&quot;nofollow&quot; href=&quot;http://delicious.com/post?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Bookmark this post at Delicious&quot;&gt;&lt;img src=&quot;../images/delicious-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://digg.com/submit?phase=2&amp;amp;url=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Submit this post to Digg&quot;&gt;&lt;img src=&quot;../images/digg-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/home?status=&lt;?php echo urlencode(&quot;Currently reading: &quot;); ?&gt;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this article with your Twitter followers&quot;&gt;&lt;img src=&quot;../images/twitter-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.stumbleupon.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post at StumbleUpon&quot;&gt;&lt;img src=&quot;../images/stumbleupon-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.facebook.com/sharer.php?u=&lt;?php the_permalink();?&gt;&amp;amp;t=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post on Facebook&quot;&gt;&lt;img src=&quot;../images/facebook-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://reddit.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;&quot; title=&quot;Share this post on Reddit&quot;&gt;&lt;img src=&quot;../images/reddit-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://identi.ca/notice/new?status_textarea=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this on Identi.ca&quot;&gt;&lt;img src=&quot;../images/identica-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Share on LinkedIn&quot;&gt;&lt;img src=&quot;../images/linkedin-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.newsvine.com/_tools/seed&amp;save?u=&lt;?php the_permalink(); ?&gt;&amp;h=&lt;?php the_title(); ?&gt;&quot; title=&quot;Post on Newsvine&quot;&gt;&lt;img src=&quot;../images/newsvine-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://technorati.com/faves?add=&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Share this on Technorati&quot;&gt;&lt;img src=&quot;../images/technorati-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://buzz.yahoo.com/submit/?submitUrl=&lt;?php the_permalink(); ?&gt;&amp;submitHeadline=&lt;?php the_title(); ?&gt;&quot; title=&quot;Yahoo! Buzz this!&quot;&gt;&lt;img src=&quot;../images/yahoo-buzz-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;<br />
&lt;/div&gt;</div></td></tr></tbody></table></div>
<p>Depending on where you wish the bookmarks to show, you can add style to the &#8216;plugin&#8217; by using css. Now I know my websites tend to change around, so css is a must.  I&#8217;m not going to show you any css markup, since yours and my uses along with placing will be completly different. But, since I&#8217;ve wraped it in a < div> tag, lets give it an ID for easy referencing when using css:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;div id=&quot;simplesocial&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;htt &nbsp;[.......blah..........blah..........blah.......] &nbsp;e=”Yahoo! Buzz this!”&gt;&lt;img src=&quot;../images/yahoo-buzz-16x16.png&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;</div></td></tr></tbody></table></div>
<p>Sweet! OK, now it&#8217;s time to place it in your &#8216;single.php&#8217; template file (or any other template you want it to show).<br />
Open it up, and find the best placement by testing out various positions, margins, padding, etc&#8230; Once you find the spot, you&#8217;ll know!</p>
<p>The working example is right below&#8230;Try it out, and enjoy the Bookmarking Plugin&#8230;without the plugin&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://gdsweb.ca/2010/05/social-links-without-a-plugin-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

