<?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>Design strike &#187; social</title>
	<atom:link href="http://designstrike.net/tag/social/feed" rel="self" type="application/rss+xml" />
	<link>http://designstrike.net</link>
	<description>Striking with the latest design info</description>
	<lastBuildDate>Fri, 18 Jun 2010 13:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to create your own wordpress social buttons withouth the use of plugins</title>
		<link>http://designstrike.net/development/how-to-create-your-own-wordpress-social-buttons-withouth-the-use-of-plugins.html</link>
		<comments>http://designstrike.net/development/how-to-create-your-own-wordpress-social-buttons-withouth-the-use-of-plugins.html#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:12:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[wordpress buttons]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=674</guid>
		<description><![CDATA[In this post we will find how to add and code your very own wordpress social buttons without the use of any plugin, and embed them inside your blog posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fhow-to-create-your-own-wordpress-social-buttons-withouth-the-use-of-plugins.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fhow-to-create-your-own-wordpress-social-buttons-withouth-the-use-of-plugins.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In this post we will find how to add your very own wordpress social buttons without the use of any plugin. After this you will learn how to embed them in any wordpress post or sidebar. The functionality is that you download or create your very own buttons in Photoshop or gimp and I will teach you how to insert them in your theme.<br />
<span id="more-674"></span><br />
This is one of the basic theme customization hacks, but it`s also a valuable one. Think of it like this, you could use any social plugin to embed the buttons in your wordpress blog. The fact is that not every plugin works or looks right in your blog depending on your blog installation and theme. So let`s get right to the point and learn how to embed the buttons.</p>
<h2>First off, create or get the buttons</h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/social-img1.png" alt="social-img1" title="social-img1" width="600" height="235" class="alignnone size-full wp-image-675" /></p>
<p>There are plenty of resources out there to help you manage, create and even download your social buttons. If you like to Photoshop your buttons then <a href="http://blulob.com/2009/05/17/create-social-networking-chiclets-photoshop/" rel='nofollow'>this article</a> might help you out to create the perfect social button.</p>
<p>If you are the lazy tipe then you can download the social icon sets. <a href="http://www.opensourcehunter.com/2008/10/11/social-buttons/" rel='nofollow'>Here is a place</a> where you can download some nice ready made icon sets.</p>
<h2>Now we need to code our buttons</h2>
<p>First off, create a images folder inside your theme folder so it would look like this <strong>/public_html/wp-content/themes/images/</strong> (presuming you have your blog installed on the root of your web space).</p>
<p>Next step is to copy your desired social buttons to the images folder inside your theme file. When you are ready with the images head over and create a blank html file to code our buttons. Start by pasting in these chunks of code:</p>
<h3>For Twitter</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://twitter.com/home/?status=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> : <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Tweet this!&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/twitter.png&quot; alt=&quot;Tweet this!&quot; /&gt;&lt;/a&gt;</pre></div></div>

<h3>For Stumbleupon</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://www.stumbleupon.com/submit?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;StumbleUpon.&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/stumbleupon.png&quot; alt=&quot;StumbleUpon&quot; /&gt;&lt;/a&gt;</pre></div></div>

<h3>For Reedit</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://www.reddit.com/submit?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Vote on Reddit.&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/reddit.png&quot; alt=&quot;Reddit&quot; /&gt;&lt;/a&gt;</pre></div></div>

<h3>For Digg</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://digg.com/submit?phase=2&amp;amp;amp;url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Digg this!&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/digg.png&quot; alt=&quot;Digg This!&quot; /&gt;&lt;/a&gt;</pre></div></div>

<h3>For delicious</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://del.icio.us/post?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Bookmark on Delicious.&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/delicious.png&quot; alt=&quot;Bookmark on Delicious&quot; /&gt;&lt;/a&gt;</pre></div></div>

<h3>For Facebook</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://www.facebook.com/sharer.php?u=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;amp;t=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Share on Facebook.&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/facebook.png&quot; alt=&quot;Share on Facebook&quot; id=&quot;sharethis-last&quot; /&gt;&lt;/a&gt;</pre></div></div>

<p>Note that the</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p> tag is used to call up your theme folder without having you to type it normally. The <strong>/images/button-name.png</strong> is the location of your button image inside your theme.</p>
<p>Now your code is done (if you specified the buttons correctly) and ready to go inside your theme. The next thing to do is to paste the code inside your theme at a location desired by you.</p>
<p>I often paste the buttons code after my posts has ended (after the wordpress loop ends). Like in the image below:</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/social-img21.png" alt="social-img2" title="social-img2" width="600" height="235" class="alignnone size-full wp-image-708" /></p>
<p>You can make the same thing by opening up <strong>single.php</strong> inside your theme file and right after</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Read more &amp;raquo;'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p> and the closing <strong>div</strong> paste in your button code.</p>
<p>And TADA, home-made social wordpress plugin that show up at the end of your every post so that users can spread the word about your articles.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/how-to-create-your-own-wordpress-social-buttons-withouth-the-use-of-plugins.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How can you make a social bookmarking website for free</title>
		<link>http://designstrike.net/social-media/how-can-you-make-a-social-bookmarking-website-for-free.html</link>
		<comments>http://designstrike.net/social-media/how-can-you-make-a-social-bookmarking-website-for-free.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:06:28 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[newtworking]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=589</guid>
		<description><![CDATA[The world of social networking is expanding so having a very good profile with a lot of friends can make a difference between a well read blog/website and a mediocre one. So here is how you can create a very very good social networking website based on user submitted stories completely free. Pligg the Digg [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fsocial-media%2Fhow-can-you-make-a-social-bookmarking-website-for-free.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fsocial-media%2Fhow-can-you-make-a-social-bookmarking-website-for-free.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The world of social networking is expanding so having a very good profile with a lot of friends can make a difference between a well read blog/website and a mediocre one. So here is how you can create a very very good social networking website based on user submitted stories completely free.<br />
<span id="more-589"></span></p>
<h2>Pligg the Digg clone &#8211; <a href="http://www.pligg.com/download.php" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a> | <a href="http://www.pligg.com/demo/" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a></h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/Pligg.png" alt="Pligg" title="Pligg" width="550" height="200" class="alignnone size-full wp-image-618" /></p>
<p>If you are a website developer you may have heard about Pligg (the open source Content Management System (CMS) that you can download and use for free). Pligg provides a open source social networking resource that allows people to register, set up profiles, submit stories and connect with each other. Pligg is based on open source PHP and MySQL technologies that allow it to be installed on most web hosts with no additional costs. You can <a href="http://www.pligg.com/download.php" rel='nofollow'>download Pligg here</a>.</p>
<h3>Installation</h3>
<p>Here is how you can install pligg on your web host very easy using this step by step video guide. Also you can follow up on these tips on how to install Pligg on this very nice tutorial: <a href="http://forums.pligg.com/questions-comments/1286-pligg-iis-install-basics.html" target="_blank" rel='nofollow'>Pligg IIS install (basics)</a>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kNwS5WJxn6U&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/kNwS5WJxn6U&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
<h3>Pligg Theme system</h3>
<p>As of most CMS`s Pligg comes with a variety of templates to customize your newly installed social networking and bookmarking resource. These themes are developed by Pligg users within the Pligg community. Here is a list of the themes you can download and use on you resource, also there are more free themes on the pligg homepage.</p>
<p><strong><a href="http://www.joontz.com/download/joontz.zip" rel='nofollow'>Joontz free Pligg template</a></strong><br />
<img src="http://designstrike.net/wp-content/uploads/2009/08/Joontz-template.png" alt="Joontz-template" title="Joontz-template" width="550" height="200" class="alignnone size-full wp-image-594" /></p>
<p><strong><a href="http://forums.pligg.com/attachments/free-templates/2098d1247443864-classic-template-pligg-1-0-classic.zip" rel='nofollow'>Classic Template for Pligg 1.0</a></strong><br />
<img src="http://designstrike.net/wp-content/uploads/2009/08/Classic-template.png" alt="Classic-template" title="Classic-template" width="550" height="200" class="alignnone size-full wp-image-597" /></p>
<p><strong><a href="http://forums.pligg.com/attachments/free-templates/2081d1246375817-blue-news-1-0-bluenews.zip" rel='nofollow'>Blue news 1.0</a></strong><br />
<img src="http://designstrike.net/wp-content/uploads/2009/08/Blue-news.png" alt="Blue-news" title="Blue-news" width="550" height="200" class="alignnone size-full wp-image-598" /></p>
<p><strong><a href="http://forums.pligg.com/attachments/free-templates/2078d1246313499-motivate-template-pligg-1-0-motivate_template.rar" rel='nofollow'>Motivate Template for Pligg 1.0</a></strong><br />
<img src="http://designstrike.net/wp-content/uploads/2009/08/Motivation.png" alt="Motivation" title="Motivation" width="550" height="200" class="alignnone size-full wp-image-601" /></p>
<h3>Other Pligg CMS resources</h3>
<ul>
<li><a href="http://www.pligg.com/gallery/" rel='nofollow'>Pligg inspirational gallery</a></li>
<li><a href="http://forums.pligg.com/wiki-articles/" rel='nofollow'>Pligg wiki documentation</a></li>
<li><a href="http://www.pligg.com/pro/" rel='nofollow'>Pligg theme and module store</a></li>
</ul>
<h2>Drigg &#8211; the Drupal social networking resource &#8211; <a href="http://www.drigg-code.org/pages/download_and_install" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a> | <a href="http://www.drigg.org/" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a></h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/Drigg-site.png" alt="Drigg-site" title="Drigg-site" width="550" height="200" class="alignnone size-full wp-image-611" /></p>
<p>Drigg is a Drupal powered module developed by Tony Mobily that allows stories to be submitted and voted by interconnecting registered users. Here are some nice Drigg features: Flexible voting, easy theme system, improved drupal compatibility, distinct code, very flexible. You can <a href="http://www.drigg-code.org/pages/download_and_install" rel='nofollow'>download Drigg here</a>.</p>
<h3>Installation</h3>
<p>To have a fully working Drigg website you need to install drupal first, these steps are covered in the <a href="http://www.drigg-code.org/pages/download_and_install" rel='nofollow'>Download and Install</a> section of the Drigg support site.</p>
<h3>Support</h3>
<p>You can find support about Drigg issues you encounter on the <a href="http://www.drigg-code.org/forum" rel='nofollow'>Drigg forum section</a>. The forums provides help for installation, configuration, theming and more so be shure to check it out if you have problems.</p>
<h3>Showcase</h3>
<p>You can get inspired by visiting the website`s showcasing section where you can find the best Drigg powered websites on the web. Some of the websites that are Drigg powered that I use and are very popular are: <a href="http://designmoo.com" rel='nofollow'>DesignMoo</a>, <a href="http://designbump.com" rel='nofollow'>DesignBump</a> and <a href="http://wpscoop.com" rel='nofollow'>WPScoop</a>.</p>
<h2>PHPMotion the Youtube clone &#8211; <a href="http://phpmotion.com/forum/index.php/topic,11485.0.html" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a> | <a href="http://demo.phpmotiontemplates.com/v3/default/" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a></h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/phpmotion.png" alt="phpmotion" title="phpmotion" width="550" height="200" class="alignnone size-full wp-image-610" /></p>
<p>PHPMotion is the world famous YouTube clone,  a free video sharing software and a free audio and picture media sharing software. Here are some of PHPMotion`s features like 100% free software, template based design, fully featured admin area, full support for mp3 audio and play lists and many more. You can <a href="http://phpmotion.com/forum/index.php/topic,11485.0.html" rel='nofollow'>download PHPMotion here</a>.</p>
<h3>Installation</h3>
<p>You can follow these tips about <a href="http://phpmotion.com/content/view/12/30/" rel='nofollow'>installing PHPMotion</a> on the website`s <a href="http://www.phpmotion.com/forum/" rel='nofollow'>forum here</a>.</p>
<h3>Documentation</h3>
<p>The documentation about PHPMotion is available on the <a href="http://wiki.phpmotion.com/" rel='nofollow'>official wiki pages</a> of the website. Be sure to check them out if you have any questions about the software.</p>
<h3>Templates</h3>
<p>With a fully functional template design system, you can find <a href="http://phpmotiontemplates.com/" rel='nofollow'>phpmotion powered templates here</a>. The templates are free and match any versions of the software.</p>
<p>Alex G. who is  a web developer a student and a part time blogger from Romania. He writes about WordPress and other CMS platforms on <strong><a href="http://www.designstrike.net" rel='nofollow'>Design Strike</a></strong>, a blog where you can find a lot of things about WordPress. Also you can <strong><a href="http://twitter.com/Designstrike" rel='nofollow'>follow him on Twitter</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/social-media/how-can-you-make-a-social-bookmarking-website-for-free.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
