<?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>Pliggs &#187; Tutorials</title>
	<atom:link href="http://www.pliggs.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pliggs.com</link>
	<description>All things Pligg</description>
	<lastBuildDate>Mon, 27 Jun 2011 12:37:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use Facebook Comments Plugin in Pligg</title>
		<link>http://www.pliggs.com/use-facebook-comments-plugin-in-pligg/</link>
		<comments>http://www.pliggs.com/use-facebook-comments-plugin-in-pligg/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 22:02:08 +0000</pubDate>
		<dc:creator>kcrazy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook comments]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=1134</guid>
		<description><![CDATA[Updated: June 13, 2011 With more that 6.5 billion users in Facebook, using Facebook Comments Plugin will help you to gain more traffic to your site in less time. In few steps, we&#8217;ll be able to achieve that. I tried this plugin in Pligg CMS 1.1.4 and within the default template Wistie and it worked [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000080;"><strong>Updated: June 13, 2011</strong></span></p>
<p>With more that 6.5 billion users in Facebook, using Facebook Comments Plugin will help you to gain more traffic to your site in less time. In few steps, we&#8217;ll be able to achieve that.</p>
<p>I tried this plugin in Pligg CMS 1.1.4 and within the default template Wistie and it worked like a charm. Its probably the same for the previous versions of Pligg and other themes also.</p>
<p>Ok, lets get started.</p>
<p><img class="aligncenter size-full wp-image-1136" title="facbook-comments-plugin" src="http://www.pliggs.com/wp-content/uploads/2011/06/facbook-comments-plugin.jpg" alt="Facebook comments Plugin for Pligg" width="500" height="250" /></p>
<h3>Step 1: Modify template</h3>
<p>Locate your default template (Wistie, in this case) and open story_center.tpl .Usually, its http://YOUR_PLIGG_SITE/templates/wistie/story_center.tpl</p>
<p>Look for <span style="color: #0000ff;"><em>{include file=$the_template.&#8221;/comment_form.tpl&#8221;} </em><span style="color: #000000;">and replace it with the following code:</span></span></p>
<div class="dean_ch" style="white-space: wrap;">&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;<br />
&lt;script src=&quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;&gt;&lt;/script&gt;<br />
&lt;fb:comments href=&quot;{php} echo $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];{/php}&quot; num_posts=&quot;2&quot; width=&quot;760&quot;&gt;&lt;/fb:comments&gt;</div>
<p>
Change the values of <em>num_posts</em> and <em>width</em> as required by your theme. And its done! One easy step huh?</p>
<p>If you do not want to show comments your site already received from the internal commenting system of Pligg, you could remove the following lines of code in the same file(story.php). Its right above the facebook comments plugin you just pasted.</p>
<div class="dean_ch" style="white-space: wrap;">{checkActionsTpl location=&quot;tpl_pligg_story_comments_individual_start&quot;}<br />
{$the_comments}<br />
{checkActionsTpl location=&quot;tpl_pligg_story_comments_individual_end&quot;}</div>
<p>
I hope you enjoy this tutorial. Have a nice day!</p>
<h4>Related Search:</h4><ul><li>facebook comments plugin</li><li>The comments plugin requires an href parameter</li><li>pligg torrent</li><li>pligg facebook comment</li><li>facebook comment for pligg</li><li>facebook share button for pligg</li><li>pligg plugin</li><li>pligg facebook sharing</li><li>pligg facebook module free</li><li>pligg facebook comment plugin</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/use-facebook-comments-plugin-in-pligg/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>CSS Pligg Tooltip</title>
		<link>http://www.pliggs.com/css-pligg-tooltip/</link>
		<comments>http://www.pliggs.com/css-pligg-tooltip/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:19:23 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Modules]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pligg hack]]></category>
		<category><![CDATA[Pligg Modules]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=976</guid>
		<description><![CDATA[Back in May I showed you how to display a thumbshot of the story submitted using a jQuery hover, now, let&#8217;s make it better by only using CSS. Why not use jQuery? By itself, there is no reason.  However, removing the need for it will cut down on load time. Another issue with Pligg and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-978" title="img_1705" src="http://www.pliggs.com/wp-content/uploads/2009/10/img_1705-270x300.jpg" alt="img_1705" width="270" height="300" style="padding: 5px;" />Back in May I showed you how to display a thumbshot of the story submitted using a <a href="http://www.pliggs.com/pligg-tooltip/">jQuery hover</a>, now, let&#8217;s make it better by only using CSS.</p>
<p><span id="more-976"></span><strong>Why not use jQuery?</strong> By itself, there is no reason.  However, removing the need for it will cut down on load time.</p>
<p>Another issue with Pligg and jQuery is they do not always get along.  There are too many conflicts with the scriptaculous effects and prototype, which does not like jQuery.</p>
<p>The following is so simple, there is no reason not to use it.</p>
<p><strong>Open, link_summary.tpl and find:</strong></p>
<div class="dean_ch" style="white-space: wrap;">
&lt;div id=&quot;ls_thetitle-{$link_shakebox_index}&quot; class=&quot;toptitle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $use_title_as_link eq true}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $url_short neq &quot;http://&quot; &amp;amp;&amp;amp; $url_short neq &quot;://&quot;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a rel=&quot;nofollow&quot; href=&quot;{$url}&quot; target=&quot;_blank&quot;&gt;{$title_short}&lt;/a&gt;&lt;/div&gt;</div>
<p><strong>change to:</strong></p>
<div class="dean_ch" style="white-space: wrap;">
&lt;div id=&quot;ls_thetitle-{$link_shakebox_index}&quot; class=&quot;toptitle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $use_title_as_link eq true}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $url_short neq &quot;http://&quot; &amp;amp;&amp;amp; $url_short neq &quot;://&quot;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a class=&quot;tooltip&quot; rel=&quot;nofollow&quot; href=&quot;{$url}&quot; target=&quot;_blank&quot;&gt;{$title_short}&lt;span&gt;&lt;img src=&quot;http://images.websnapr.com/?url={$url_short}&amp;amp;size=T&quot; alt=&quot;{$title_short}&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</div>
<p><strong>Save.</strong></p>
<p><strong>Open your main CSS file and add:</strong></p>
<div class="dean_ch" style="white-space: wrap;">a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}</p>
<p>a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #80b62a; color:#6c6c6c;z-index:1;}</p></div>
<p><strong>Save.</strong></p>
<p>You can change the image provider to whatever you like, I personally use <a rel="nofollow" target="_blank" href="http://www.shrinktheweb.com">Shrink the Web</a>, as they seem to be the quickest.</p>
<p>This method will show the thumbshot immediately upon hover of the story title, the previous method, had a time delay.</p>
<p>Would love your opinion, leave me a comment below.  You can also follow me on <a rel="nofollow" target="_blank" href="http://twitter.com/Pliggs">Twitter</a>, where I will always help one on one.</p>
<h4>Related Search:</h4><ul><li>css for cool looking tags pligg</li><li>how to use shrinktheweb with pligg templates</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/css-pligg-tooltip/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Auto-feed Pligg to Twitter</title>
		<link>http://www.pliggs.com/auto-feed-pligg-to-twitter/</link>
		<comments>http://www.pliggs.com/auto-feed-pligg-to-twitter/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:02:33 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[auto feed]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=941</guid>
		<description><![CDATA[So I have been on this Twitter kick lately, sorry. But, let&#8217;s face it, Twitter is where the action is. So let&#8217;s looks at how to have the built-in RSS feature work for you. In this post, I will show you how to have your RSS feed automatically post to Twitter at a time interval [...]]]></description>
			<content:encoded><![CDATA[<p>So I have been on this Twitter kick lately, sorry.  But, let&#8217;s face it, Twitter is where the action is.  So let&#8217;s looks at how to have the built-in RSS feature work for you.</p>
<p><span id="more-941"></span>In this post, I will show you how to have your RSS feed automatically post to Twitter at a time interval you set.</p>
<p>For this to happen, you will need to visit and sign-up at <a rel="nofollow" target="_blank" title="RSS to Twitter" rel="nofollow" href="http://www.twitterfeed.com" target="_blank">TwitterFeed</a>.  Let&#8217;s begin.</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/branding.jpg"><img class="aligncenter size-full wp-image-952" title="branding" src="http://www.pliggs.com/wp-content/uploads/2009/08/branding.jpg" alt="branding" width="301" height="92" /></a></p>
<p>Step 1:</p>
<p>Add a feed to your Twitter account:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeeda.PNG"><img class="aligncenter size-medium wp-image-942" title="Auto feed Pligg to Twitter" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeeda-300x113.PNG" alt="Auto feed Pligg to Twitter" width="300" height="113" /></a></p>
<p>Allow TwitterFeed to access your Twitter account:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedb.PNG"><img class="aligncenter size-medium wp-image-943" title="twitterfeedb" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedb-300x141.PNG" alt="twitterfeedb" width="300" height="141" /></a></p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedc.PNG"><img class="aligncenter size-medium wp-image-944" title="twitterfeedc" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedc-300x210.PNG" alt="twitterfeedc" width="300" height="210" /></a></p>
<p>Enter a feed name and RSS feed address:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedd.PNG"><img class="aligncenter size-medium wp-image-945" title="twitterfeedd" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedd-300x50.PNG" alt="twitterfeedd" width="300" height="50" /></a></p>
<p>Click &#8220;Test RSS Feed&#8221;, you should get this:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeede.PNG"><img class="aligncenter size-medium wp-image-947" title="twitterfeede" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeede-300x68.PNG" alt="twitterfeede" width="300" height="68" /></a></p>
<p>Now, click on Advanced:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedf.PNG"><img class="aligncenter size-medium wp-image-948" title="twitterfeedf" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedf-300x154.PNG" alt="twitterfeedf" width="300" height="154" /></a></p>
<p>In here you will want the following settings:</p>
<ul>
<li>Update Frequency &#8211; make this want you want, don&#8217;t Tweet too often though</li>
<li>Post Content &#8211; make this title only</li>
<li>Check &#8220;Post Link&#8221; and determine your URL shortener service</li>
<li>Post Sorting &#8211; change to GUID and uncheck &#8220;Feed is sorted&#8221;</li>
<li>For the remaining settings, this is up to you, I have these blank.</li>
</ul>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedg.PNG"><img class="aligncenter size-medium wp-image-949" title="twitterfeedg" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedg-300x164.PNG" alt="twitterfeedg" width="300" height="164" /></a></p>
<p>Your feed is now setup:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedh.PNG"><img class="aligncenter size-medium wp-image-950" title="twitterfeedh" src="http://www.pliggs.com/wp-content/uploads/2009/08/twitterfeedh-300x125.PNG" alt="twitterfeedh" width="300" height="125" /></a></p>
<p>Depending on the URL shortening service you provided, you will be asked for API login details, for example Bit.ly will provide you with this.  When you select this service you will be presented with 2 fields asking for this info which is used for analytics only.</p>
<p>Here&#8217;s how <a rel="nofollow" target="_blank" rel="nofollow" href="http://bit.ly" target="_blank">Bit.ly</a> shows yours analytics:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/08/bitly.PNG"><img class="aligncenter size-medium wp-image-951" title="bitly" src="http://www.pliggs.com/wp-content/uploads/2009/08/bitly-300x259.PNG" alt="bitly" width="300" height="259" /></a></p>
<p>This will simply take posts from your published RSS so you will not be posting spam.  The address that the clicker will be sent to will be the story page.  For this reason, you will want to be careful how many you post and you will also want to post general Tweets in between to not be labeled a SPAMMER or get your &#8220;Followers&#8221; upset with you.</p>
<p>Will you use this method?</p>
<p>Leave your opinion below.</p>
<h4>Related Search:</h4><ul><li>pligg twitter</li><li>pligg auto tweet</li><li>auto feed to twitter</li><li>pligg auto feed</li><li>pligg autotwitter</li><li>pligg twitter plugin</li><li>pligg tweet plugin</li><li>pligg posting</li><li>pligg automated posting</li><li>feed_readers for pligg</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/auto-feed-pligg-to-twitter/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Add Twitter to Pligg</title>
		<link>http://www.pliggs.com/add-twitter-to-pligg/</link>
		<comments>http://www.pliggs.com/add-twitter-to-pligg/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:30:51 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter to pligg]]></category>
		<category><![CDATA[twitterize]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=754</guid>
		<description><![CDATA[With the growing popularity of Twitter, it&#8217;s time to Twitterize your Pligg install. There are a number of things you can do to integrate Twitter with Pligg, we are going to look at one of them now, and I will post further ideas later. One of the best places to integrate Twitter would be the [...]]]></description>
			<content:encoded><![CDATA[<p>With the growing popularity of Twitter, it&#8217;s time to Twitterize your Pligg install.</p>
<p>There are a number of things you can do to integrate Twitter with Pligg, we are going to look at one of them now, and I will post further ideas later.<br />
<span id="more-754"></span></p>
<p>One of the best places to integrate Twitter would be the submitted story summary.</p>
<p>For example:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/01/original.png"><img class="aligncenter size-medium wp-image-755" title="original" src="http://www.pliggs.com/wp-content/uploads/2009/01/original-300x61.png" alt="original" width="300" height="61" /></a></p>
<p>That&#8217;s how your summary looks now.</p>
<p>So, lets Twitterize it so it looks like this:</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/01/twitterized.png"><img class="aligncenter size-medium wp-image-756" title="Add Twitter to Pligg" src="http://www.pliggs.com/wp-content/uploads/2009/01/twitterized-300x60.png" alt="Add Twitter to Pligg" width="300" height="60" /></a></p>
<p>Here&#8217;s how to do it,</p>
<p>open link_summary.tpl:</p>
<p>Find,</p>
<div class="dean_ch" style="white-space: wrap;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span id=&quot;stories-{$link_shakebox_index}&quot; style=&quot;display:none;&quot;&gt; » {#PLIGG_MiscWords_Save_Links_Success#} &lt;a href=&quot;{$user_url_saved}&quot;&gt;{#PLIGG_MiscWords_Save_Links_Go_To_Saved#}&lt;/a&gt;&lt;/span&gt;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/if}</div>
<p>below it add,</p>
<div class="dean_ch" style="white-space: wrap;">&lt;span id=&quot;twitter&quot; style=&quot;background: url(&#8216;/templates/yget/images/twitter.png&#8217;) -8px -10px no-repeat;padding: 2px 20px 0px 20px;&quot;&gt;<br />
&lt;a href=&quot;http://twitter.com/home/?status=Reading+{$url}+thanks+{#PLIGG_Visual_Name#}+@+{$my_base_url}{$my_pligg_base}&quot; target=&quot;_blank&quot;&gt;Tweet This&lt;/a&gt;<br />
&lt;/span&gt;</div>
<p>save.</p>
<p>Download and upload the following image to templates/yget/images directory.</p>
<p><a href="http://www.pliggs.com/wp-content/uploads/2009/01/twitter.png"><img class="aligncenter size-full wp-image-758" title="twitter" src="http://www.pliggs.com/wp-content/uploads/2009/01/twitter.png" alt="twitter" width="32" height="32" /></a></p>
<p>That&#8217;s it.</p>
<p>There is a downside, the user submitting the Tweet may need to edit the status if the story being submitted has an extremely long URL.  Most times this will not be an issue.</p>
<p>This addition will allow users to Tweet the submitted stories URL and it also credits your Pligg install at the same time.</p>
<p>Have fun.</p>
<p>By the Way, follow me on <a rel="nofollow" target="_blank" title="Pliggs on Twitter" href="http://twitter.com/Pliggs" target="_blank">Twitter</a> and I will follow you back.</p>
<h4>Related Search:</h4><ul><li>adding twitter to pligg</li><li>folow us in twitter pligg</li><li>free pligg twitter tweet button</li><li>pligg follow twitter</li><li>pligg twitter follow</li><li>twitter like for pligg</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/add-twitter-to-pligg/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Share This On Digg</title>
		<link>http://www.pliggs.com/dont-share-on-digg/</link>
		<comments>http://www.pliggs.com/dont-share-on-digg/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:02:39 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[mixx]]></category>
		<category><![CDATA[senseless]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=87</guid>
		<description><![CDATA[There is one feature in the Pligg script that really shouldn't be there and makes absolutely no sense. Can you guess what it is?]]></description>
			<content:encoded><![CDATA[<p>This has crossed my mind a few times in the past, but never gave it a lot of thought until now.</p>
<p>There is one feature in the Pligg script that really shouldn&#8217;t be there and makes absolutely no sense.  Can you guess what it is?</p>
<p>Its the javascript at the end of every news item submitted labeled:</p>
<blockquote><p>Share this on&#8230; or Save this to&#8230;</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none; vertical-align: middle;" src="http://www.pliggs.com/wp-content/uploads/2008/05/addto2.jpg" alt="Don't Share This On Digg" width="358" height="90" /></p>
<p>There are a couple of reasons using this makes no sense, after deep thinking you may come up with more, but these are the ones that immediately come to mind for me:</p>
<p><strong>Submission Guidelines:</strong></p>
<p>Most if not all Pligg sites have the following on step 1 of the submission process:</p>
<blockquote>
<h3>Please follow a few simple guidelines to make this site a better place:</h3>
<ul>
<li><strong>Quality Content:</strong> Is your story relevant to the site?</li>
<li><strong>Link Directly to the Source:</strong> Save people time by linking directly to the original story.</li>
<li><strong>Search First:</strong> Avoid duplicate submissions by searching to make sure someone else has not submitted the story already.</li>
<li><strong>Be Descriptive:</strong> You are the story editor, so explain what it is and why it is cool.</li>
</ul>
</blockquote>
<p>Note the second guideline, <em>Save people time by linking directly to the original story, </em>we are asking members to link directly to the source, not a Digg page showing an excerpt of the story.</p>
<p>Then, we are asking other members who are voting, to submit excerpt posted to our Pligg sites to Digg, so that Digg users can be brought to an excerpt of the original story.</p>
<p>Members should be posting original URLs, not a page from Digg, therefore, lets not ask them to post a URL to a story on our Pligg stories to Digg.</p>
<p><strong>Competition:</strong></p>
<p>One of the reasons Digg, Mixx etc&#8230;, don&#8217;t have this option, is because it makes no sense at all to send your members to another social networking site.  They want you to stay on theirs and browse, submit, vote and discuss the items they have, not what their competition has.</p>
<p><strong>Annoying:</strong></p>
<p>It annoys visitors when they see a story of Digg, for example, that leads them to the same story on Mixx, for example, where they need to click yet again to get to the original source.  Users want things to be simple, if they want to vote for the story on Mixx or Digg, they will go to those sites and vote for it.</p>
<p><strong>Conclusion:</strong></p>
<p>I will be removing this feature on both of my Pligg sites today, there are only a few features you need to have on each item:</p>
<ol>
<li>Submitters username</li>
<li>Source</li>
<li>When it was submitted</li>
<li>Tags</li>
<li>Category</li>
<li>Description</li>
<li>Method to share with friends, i.e., email</li>
<li>Thumbshot of source URL</li>
<li>The &#8216;Bury&#8217; feature if used on your Pligg</li>
</ol>
<p>Will you be removing this from yours?</p>
<p>You can disable this feature simply from the Admin Panel:</p>
<blockquote><p>Configure Pligg &gt; Summary &gt; Enable AddTo &gt; Set this option to &#8220;False&#8221;, currently is will be set to &#8220;True&#8221;</p></blockquote>
<p>Or, this can be done manually via the link_summary.tpl file located in your template folder.</p>
<h4>Related Search:</h4><ul><li>quality content: is your story relevant to the site?</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/dont-share-on-digg/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to increase traffic</title>
		<link>http://www.pliggs.com/how-to-increase-traffic/</link>
		<comments>http://www.pliggs.com/how-to-increase-traffic/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 02:08:59 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[pliggs]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=77</guid>
		<description><![CDATA[After you install Pligg and custom design it, theres only one thing left to do, get traffic!

This will probably be the hardest part of maintaining your Pligg site.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pliggs.com/wp-content/uploads/2008/04/traffic.jpg" alt="How to increase traffic" title="How to increase traffic" width="500" height="200" class="aligncenter size-full wp-image-78" /></p>
<p>After you install Pligg and custom design it, there&#8217;s only one thing left to do, get traffic!</p>
<p>This will probably be the hardest part of maintaining your Pligg site.</p>
<p>Here are a few tips to help you get started:</p>
<ul>
<li><strong>Guest blogging</strong> &#8211; find websites related to your niche and ask if you can guest blog for them, post a link to your website in the footer of this post.</li>
<li><strong>Interact</strong> &#8211; spend time commenting on blogs with a link to your Pligg site</li>
<li><strong>Email</strong> &#8211; email bloggers/webmasters with innovative ways of working together, perhaps posting a link on each of their posts that would enable visitors to submit the post to your website in exchange for free advertising (real webmasters don&#8217;t mind getting emails see <a href="http://www.pliggs.com/2008/04/ummmsorry-maybe-not/">Banned for Emailing&#8230;</a> for additional info.</li>
<li><strong>Post</strong> &#8211; post your website on other Pligg sites, don&#8217;t make it spammy though, make sure you word it right</li>
<li><strong>Stumble</strong> &#8211; download the <a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/sign_up.php">StumbleUpon toolbar</a> to find blogs or websites that match your Pligg niche and post comments or introduce yourself</li>
<li><strong>Socialize</strong> &#8211; become a high profile member of Digg, Reddit, StumbleUpon etc&#8230;</li>
</ul>
<p>These are just a few things I do.</p>
<p>Got a tip?  Leave a comment below.</p>
<p><a href="http://www.pliggs.com/hosting/site5" target="_blank" rel="nofollow"><strong>Site5</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/how-to-increase-traffic/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Pliggs Mysterious Karma</title>
		<link>http://www.pliggs.com/pliggs-mysterious-karma/</link>
		<comments>http://www.pliggs.com/pliggs-mysterious-karma/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 01:09:48 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[karma]]></category>
		<category><![CDATA[Pligg]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=66</guid>
		<description><![CDATA[The karma feature in Pligg has always been a mysterious feature.  I still haven't been able to change the values given for submissions, votes etc...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-67" title="Pligg Karma" src="http://www.pliggs.com/wp-content/uploads/2008/04/karma.jpg" alt="Pligg Karma" width="500" height="200" /></p>
<p>The karma feature in Pligg has always been a mysterious feature.  I still haven&#8217;t been able to change the values given for submissions, votes etc&#8230;</p>
<p>The basics of the karma system are the member gets X number of points for stories submitting, stories voted on, then it&#8217;s put into a mathematical equation against time elapsed.</p>
<p>Here are the settings for karma found in <strong>libs/karma.php</strong>:</p>
<p><strong><a>$karma_base</a>=10;<br />
<a>$min_karma</a>=6;<br />
<a>$max_karma</a>=2000;<br />
<a>$negative_per_day</a> = 0.3;<br />
<a>$history_from</a> = time() &#8211; 3600*24*7;<br />
<a>$points_link_users</a> = 10;<br />
<a>$points_vote_users</a> = 1;</strong></p>
<p>I am going to change some of these values and see how member karma changes.</p>
<p>One of the biggest issues with the karma function is getting the karma rating for each member updated.  There are really only 2 options to do this:</p>
<ol>
<li>manually using your browser and visiting http://www.yourpligg.com/libs/karma.php</li>
<li>setting up a cron job in your cPanel</li>
</ol>
<p>I highly recommend using a cron job, set it and forget it.  If you have a large number of members using the browser method can take a few minutes.</p>
<p><img class="aligncenter size-full wp-image-68" title="Pligg Cron job" src="http://www.pliggs.com/wp-content/uploads/2008/04/147604_white_clock.jpg" alt="Pligg Cron job" width="300" height="200" /></p>
<p>To set it up using a cron job, check out the tutorial written by <a rel="nofollow" target="_blank" title="Getting Pligg’s User Karma System To Calculate and Update Automatically" href="http://socialcmsbuzz.com/getting-pliggs-user-karma-system-to-calculate-and-update-automatically-25042008/trackback/" target="_blank">Lincoln at Social CMS buzz</a>.</p>
<p>If you have any tips or questions, post them in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/pliggs-mysterious-karma/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Faceless Pliggs</title>
		<link>http://www.pliggs.com/faceless-pliggs/</link>
		<comments>http://www.pliggs.com/faceless-pliggs/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 18:44:21 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[faceless]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=59</guid>
		<description><![CDATA[Can you be contacted by a member/potential member, someone interested in advertising on your website? I have spent a great deal of time visiting dozens of Pligg powered websites in the last 2 days and about 80% had no contact form. I also noted that the same websites are using the default faq-en.php file. If [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.pliggs.com/wp-content/uploads/2008/04/contact2.jpg" alt="Contact Us" title="Contact Us" width="450" height="200" class="aligncenter size-full wp-image-60" /></p>
<p>Can you be contacted by a member/potential member, someone interested in advertising on your website?</p>
<p>I have spent a great deal of time visiting dozens of Pligg powered websites in the last 2 days and about 80% had no contact form.  I also noted that the same websites are using the default faq-en.php file.  If you have a website with a niche of, deals/coupons, and a box that says &#8216;About Us&#8217;, your visitors are expecting to see a write up of what your website is about and how it can benefit them to join and participate.  After visiting the dozens of websites, I definitely now know what Pligg is as this was the title and content of many &#8216;About Us&#8217; pages.</p>
<p>Does your website have a face?  Not a photo of you, but a write up of what your website is about, how it started, the direction you want it to go.  Where is your &#8216;Contact Us&#8217; form?  Do you have one?</p>
<p>Pligg default comes with the Contact form plugin builtin, all you need to do is activate it in the Admin panel, simple.</p>
<p>Your &#8216;About Us&#8217; page should contain the following, but not limited to:</p>
<ul>
<li>purpose of the website</li>
<li>benefits of joining (revenue sharing?)</li>
<li>a couple FAQs</li>
<li>link to &#8216;Contact&#8217; form</li>
</ul>
<p>What else do you have on your &#8216;About Us&#8217; page?</p>
<p>If you haven&#8217;t activated the contact module yet, activate it, and edit your faq-en.php file.</p>
<p>Geoserv</p>
<p>Need a host? <a href="http://www.pliggs.com/hosting/midphase" target="_blank" rel="nofollow">midPhase</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/faceless-pliggs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Trackback?</title>
		<link>http://www.pliggs.com/trackback/</link>
		<comments>http://www.pliggs.com/trackback/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:07:08 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[trackbacks]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=51</guid>
		<description><![CDATA[Trackbacks have been one of the biggest downfalls of Pligg. While the feature is built in, it has never worked properly or at all. On step 2 of the submission process, there is a field at the bottom that will auto populate if Pligg can find the trackback on the source page, or you can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pliggs.com/wp-content/uploads/2008/04/info.jpg" alt="Trackback Info" title="info" width="200" height="300" class="aligncenter size-medium wp-image-52" style="float:left;padding:15px;" />Trackbacks have been one of the biggest downfalls of Pligg.  While the feature is built in, it has never worked properly or at all.</p>
<p>On step 2 of the submission process, there is a field at the bottom that will auto populate if Pligg can find the trackback on the source page, or you can enter it manually.  No matter what you enter here, Pligg will <strong>not</strong> ping the source to tell it that it has been mentioned on your Pligg website.</p>
<p>After playing around with this feature, I came up with a way to get this to work in v9.8.2.</p>
<p>On step 1, rather than putting the URL, for example, </p>
<p><a rel="nofollow" target="_blank" href="http://technewssource.net/2008/04/15/onlinephototool-free-online-image-editor/">Free Online Image Editor</a></p>
<p>enter the trackback instead.  So, it would be, </p>
<p><a rel="nofollow" target="_blank" href="http://technewssource.net/2008/04/15/onlinephototool-free-online-image-editor/trackback/">Free Online Image Editor &#8211; Trackback</a>.</p>
<p>This will ping the source and a trackback to your Pligg will be placed on the source URL.</p>
<p>This is because once you submit at step 1, your Pligg does ping the source so it can auto-populate the &#8216;title&#8217; field.</p>
<p>I have gotten dozens of trackbacks for one of my Pliggs using this method.</p>
<p>I have not come up with or found a way to get trackbacks working in v9.9.0, if you have a tip, please leave a comment.</p>
<p>Now, get trackbacking!</p>
<p><a rel="nofollow" target="_blank" href=http://www.pliggs.com/hosting/midphase target=_blank>midPhase</a></p>
<h4>Related Search:</h4><ul><li>pligg trackback</li><li>trackback not working on pligg</li><li>trackback on pligg not working</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/trackback/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>You can improve Your Search Engine Rankings, too!</title>
		<link>http://www.pliggs.com/you-can-improve-your-search-engine-rankings-too/</link>
		<comments>http://www.pliggs.com/you-can-improve-your-search-engine-rankings-too/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:41:49 +0000</pubDate>
		<dc:creator>Geoserv</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[advanced permalinks]]></category>
		<category><![CDATA[all in one]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[keyword density]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[site maps]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[visibility]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.pliggs.com/?p=31</guid>
		<description><![CDATA[For a low price of $4.95, you can increase your search engine rankings using these 1834 ‘easy’ mind-numbing steps! hmph. How about we just give you some free tips and call it a day? I think that would be best. There are countless things you can do to improve your SEO to any blog (or [...]]]></description>
			<content:encoded><![CDATA[<p><code><em>For a low price of $4.95, you can increase your search engine rankings using these 1834 ‘easy’ mind-numbing steps! hmph. How about we just give you some free tips and call it a day? I think that would be best.</p>
<p>There are countless things you can do to improve your SEO to any blog (or website) with very little effort. Most people just do not do it. What most webmasters do not realize is that these easy 10 second fixes can end up bringing them more visibility to their blog or website.</em></code></p>
<p><a rel="nofollow" target="_blank" href="http://thinkblogger.org/you-can-improve-your-search-engine-rankings-too" rel="nofollow">http://thinkblogger.org/you-can-improve-your-search-engine-rankings-too</a></p>
<p>This is a must read if you are looking to improve your traffic or SEO.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pliggs.com/you-can-improve-your-search-engine-rankings-too/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

