<?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>ImproveSeo.info &#187; SocioFluid</title>
	<atom:link href="http://www.improveseo.info/category/sociofluid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.improveseo.info</link>
	<description>(Not) Just Another SEO Blog</description>
	<lastBuildDate>Tue, 19 Jan 2010 15:50:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Sociofluid for blogger and other websites</title>
		<link>http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/</link>
		<comments>http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/</guid>
		<description><![CDATA[There were many requests to have a sociofluid widget for blogger. A blogger version is available at http://www.sociofluid.com/. You can embed now sociofluid not only in blogger and wordpress, but in any site. All the instructions are available at sociofluid.com. Enjoy it!
Related PostsSociofluid: How to add new buttons in sociofluid for v1.1 and above (9)SocioFluid [...]]]></description>
			<content:encoded><![CDATA[<p>There were many requests to have a sociofluid widget for blogger. A blogger version is available at <a href="http://www.sociofluid.com/">http://www.sociofluid.com/</a>. You can embed now sociofluid not only in blogger and wordpress, but in any site. All the instructions are available at sociofluid.com. Enjoy it!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/" title="Sociofluid: How to add new buttons in sociofluid for v1.1 and above">Sociofluid: How to add new buttons in sociofluid for v1.1 and above</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v11/" title="SocioFluid has reached v1.1">SocioFluid has reached v1.1</a> (17)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/" title="Sociofluid: How to put the buttons in a custom place?">Sociofluid: How to put the buttons in a custom place?</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v10/" title="SocioFluid has reached v1.0">SocioFluid has reached v1.0</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sociofluid: How to add new buttons in sociofluid for v1.1 and above</title>
		<link>http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/</link>
		<comments>http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:19:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/</guid>
		<description><![CDATA[I received a few requests on openversion and on this blog from sociofluid users to have the option to add their own buttons. For the moment I don&#8217;t think it&#8217;s a good idea to implement it in sociofluid admin panel. The main reason is the performance, the data need to be stored somewhere and I [...]]]></description>
			<content:encoded><![CDATA[<p>I received a few requests on openversion and on this blog from sociofluid users to have the option to add their own buttons. For the moment I don&#8217;t think it&#8217;s a good idea to implement it in sociofluid admin panel. The main reason is the performance, the data need to be stored somewhere and I don&#8217;t think it&#8217;s a good option to store it in the database.</p>
<p>I&#8217;ve changed the structure of the plugin and now it&#8217;s really simple to add new buttons. All you have to do is to go to  function get_the_checks()  in sociofluid.php file using any editor and add a new item. You don&#8217;t really need php knowledge to do it. Here is an example (the bold characters are the lines you have to add for a new button, you must take care to commas to have them in place) :</p>
<p>function get_the_checks()<br />
{<br />
$checks = array(<br />
&#8220;check_digg&#8221; =&gt; array(<br />
0 =&gt; &#8216;digg&#8217;,<br />
1 =&gt; &#8216;http://digg.com/submit?phase=2&amp;url=%s&amp;title=%s&#8217;,<br />
2 =&gt; &#8216;Digg&#8217;<br />
),</p>
<p>&#8230;.<br />
&#8220;check_jamespot&#8221; =&gt; array(<br />
0 =&gt; &#8216;jamespot&#8217;,<br />
1 =&gt; &#8216;http://www.jamespot.com/?action=spotit&amp;url=%s&amp;title=%s&#8217;,<br />
2 =&gt; &#8216;Jamespot&#8217;<br />
),<br />
&#8220;check_meneame&#8221; =&gt; array(<br />
0 =&gt; &#8216;meneame&#8217;,<br />
1 =&gt; &#8216;http://meneame.net/submit.php?url=%s&amp;title=%s&#8217;,<br />
2 =&gt; &#8216;Meneame&#8217;<br />
) <strong>,   </strong></p>
<p><strong>        &#8221;check_newbookmarkingsite&#8221; =&gt; array(</strong><strong><br />
</strong><strong>            0 =&gt; &#8216;newbookmarkingsite&#8217;,</strong><strong><br />
</strong><strong>            1 =&gt; &#8216;http://newbookmarkingsite.com/submit.php?url=%s&amp;title=%s&#8217;,</strong><strong><br />
</strong><strong>            2 =&gt; &#8216;New Bookmarking Site&#8217;</strong><strong><br />
</strong><strong>        )</strong></p>
<p>);<br />
return $checks;<br />
}</p>
<p>The first %s is the place where the your post/blog url will be inserted and the second one is the title.</p>
<p>Then you have to add images for the specific botton in the images directory of the sociofluid plugin. The following images are required(depending on what you select in sociofluid panel 2 images will be used):</p>
<ul>
<li>newbookmarkingsite_16.png</li>
<li>newbookmarkingsite_24.png</li>
<li>newbookmarkingsite_32.png</li>
<li>newbookmarkingsite_48.png</li>
<li>newbookmarkingsite_64.png</li>
</ul>
<p>Please let me know if you add a new button to your blog an you would like to provide me the images to add the buttons to the plugin(and if the license of the images allows it to be distributed).</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/" title="Sociofluid for blogger and other websites">Sociofluid for blogger and other websites</a> (4)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v11/" title="SocioFluid has reached v1.1">SocioFluid has reached v1.1</a> (17)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/" title="Sociofluid: How to put the buttons in a custom place?">Sociofluid: How to put the buttons in a custom place?</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v10/" title="SocioFluid has reached v1.0">SocioFluid has reached v1.0</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SocioFluid has reached v1.1</title>
		<link>http://www.improveseo.info/sociofluid-has-reached-v11/</link>
		<comments>http://www.improveseo.info/sociofluid-has-reached-v11/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 09:47:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-has-reached-v11/</guid>
		<description><![CDATA[Yesterday, I&#8217;ve just launched SocioFluid v1.1 for Wordpress.
Here are the Release Notes for version 1.1:

New buttons for other social bookmarking sites: Sphinn, TwitThis, Mixx, Meneame
Customizable CSS Style for the box containing the icons
Nofollow attribute added to the links
Links can be configured from admin panel to be opened in new windows
The buttons can be generated in [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I&#8217;ve just launched SocioFluid v1.1 for Wordpress.</p>
<p>Here are the Release Notes for version 1.1:</p>
<ul _extended="true">
<li _extended="true">New buttons for other social bookmarking sites: Sphinn, TwitThis, Mixx, Meneame</li>
<li _extended="true">Customizable CSS Style for the box containing the icons</li>
<li _extended="true">Nofollow attribute added to the links</li>
<li _extended="true">Links can be configured from admin panel to be opened in new windows</li>
<li _extended="true">The buttons can be generated in custom places(by calling a php function inside the php scripts, template scripts)</li>
</ul>
<p _extended="true">Some errors were reported so I recommend to wait for a couple of days before taking this version. Meanwhile I&#8217;ll fix the issues.</p>
<p _extended="true">Some Updates:</p>
<ul>
<li>Thanks to  <a href="http://agamum.net/blog/">Samuel </a>the XHTML code was validated.</li>
<li>There was also another big issue, for the BlogMarks button and when the button was used the sociofluid widget becomes invisible. This was reported by several people.</li>
</ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/" title="Sociofluid for blogger and other websites">Sociofluid for blogger and other websites</a> (4)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/" title="Sociofluid: How to add new buttons in sociofluid for v1.1 and above">Sociofluid: How to add new buttons in sociofluid for v1.1 and above</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/" title="Sociofluid: How to put the buttons in a custom place?">Sociofluid: How to put the buttons in a custom place?</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v10/" title="SocioFluid has reached v1.0">SocioFluid has reached v1.0</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-has-reached-v11/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Sociofluid: How to put the buttons in a custom place?</title>
		<link>http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/</link>
		<comments>http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/</guid>
		<description><![CDATA[I received many requests to add a mechanism to sociofluid wordpress plugin to display the buttons in custom places. For example a lot of people want to chose in the template where to display the buttons.
Starting with version 1.1 this mechanism is in place. This mechanism consist in2 functions which are available when the plugin [...]]]></description>
			<content:encoded><![CDATA[<p>I received many requests to add a mechanism to sociofluid wordpress plugin to display the buttons in custom places. For example a lot of people want to chose in the template where to display the buttons.</p>
<p>Starting with version 1.1 this mechanism is in place. This mechanism consist in2 functions which are available when the plugin is activated. Beside this, nothing is changed, the plugin needs to be configured from sociofluid admin panel.</p>
<ul>
<li><em>externalGetSociofluidButtonsInLoop() </em>- this function must be invoked if the code must be displayed inside a loop(the sociofluid menu is displayed for each post item in the loop) or if it&#8217;s associated with a specific post(the sociofluid menu is displayed in a single post).</li>
</ul>
<ul>
<li> <em>externalGetSociofluidButtonsForCurrentUrl() </em>- this function must be invoked if the code must be displayed somewhere outside of the main loop. For example in sidebars</li>
</ul>
<p>All you have to do is to edit the template and add the following 2 lines in the place where you want to have the buttons displayed and to go in the sociofluid admin panel and to check this option:</p>
<ul>
<li>for each post in a loop or for single post pages:</li>
</ul>
<p><code></code></p>
<pre>&lt;? if (function_exists('externalGetSociofluidButtonsForCurrentUrl'))</pre>
<pre>                {echo externalGetSociofluidButtonsForCurrentUrl();} ?&gt;</pre>
<ul>
<li>for the cases when the sociofluid widget is not related to a post and relates to the url instead:</li>
</ul>
<pre>&lt;? if (function_exists('externalGetSociofluidButtonsInLoop'))</pre>
<pre>                {echo externalGetSociofluidButtonsInLoop();} ?&gt;</pre>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/" title="Sociofluid for blogger and other websites">Sociofluid for blogger and other websites</a> (4)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/" title="Sociofluid: How to add new buttons in sociofluid for v1.1 and above">Sociofluid: How to add new buttons in sociofluid for v1.1 and above</a> (9)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v11/" title="SocioFluid has reached v1.1">SocioFluid has reached v1.1</a> (17)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v10/" title="SocioFluid has reached v1.0">SocioFluid has reached v1.0</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-how-to-put-the-buttons-in-a-custom-place/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SocioFluid has reached v1.0</title>
		<link>http://www.improveseo.info/sociofluid-has-reached-v10/</link>
		<comments>http://www.improveseo.info/sociofluid-has-reached-v10/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 22:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-has-reached-v10/</guid>
		<description><![CDATA[I&#8217;ve just updated the SocioFluid Wordpress plugin in the wordpress plugins repository.
The previous version was 0.9beta. From new features has been added:

The SocioFluid menu can now be displayed in the pages listing posts(homepage, categories, &#8230;). On one computer where I&#8217;ve tried the plugin in action it seems that the pages containing multiple posts freezes for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated the SocioFluid Wordpress plugin in the wordpress plugins repository.</p>
<p>The previous version was 0.9beta. From new features has been added:</p>
<ul>
<li>The SocioFluid menu can now be displayed in the pages listing posts(homepage, categories, &#8230;). On one computer where I&#8217;ve tried the plugin in action it seems that the pages containing multiple posts freezes for about one second when it&#8217;s loaded. I hope for you it&#8217;s not the same.</li>
<li>New Buttons added for other bookmarking sites.</li>
<li>The menu can be displayed the top or at the bottom of the post.</li>
<li>A combination of icons of different sizes can be selected: 16, 24, 32 or 48 pixels(small and large icons).</li>
<li>The way how the icons will grow when the mouse is moved over the icons can be selected: Up, Down or Up&amp;Down.</li>
<li>A text is displayed under each icon when the mouse is on over.</li>
<li>It uses jquery with jqdock plugin.</li>
</ul>
<p>If you have other requests for the plugin you can use SocioFluid page on <a href="http://www.openversion.com">openversion</a>:<br />
<script src="http://openversion.com/project/widget-html/7/which/most_voted/pageSize/5/caption/Vote+for+the+next+features+of+SocioFluid" type="text/javascript"></script></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/subscribe-here-widget-for-wordpress/" title="Subscribe Here Widget for Wordpress">Subscribe Here Widget for Wordpress</a> (25)</li><li><a href="http://www.improveseo.info/permalinks-make-wordpress-slow/" title="Permalinks make Wordpress slow.">Permalinks make Wordpress slow.</a> (0)</li><li><a href="http://www.improveseo.info/sociofluid-for-blogger-and-other-websites/" title="Sociofluid for blogger and other websites">Sociofluid for blogger and other websites</a> (4)</li><li><a href="http://www.improveseo.info/sociofluid-how-to-add-new-buttons-in-sociofluid-for-v11-and-above/" title="Sociofluid: How to add new buttons in sociofluid for v1.1 and above">Sociofluid: How to add new buttons in sociofluid for v1.1 and above</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-has-reached-v10/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SocioFluid &#8211; another social bookmarking plugin for wordpress</title>
		<link>http://www.improveseo.info/sociofluid-wordpress-social-bookmarking-plugin/</link>
		<comments>http://www.improveseo.info/sociofluid-wordpress-social-bookmarking-plugin/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 10:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SocioFluid]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.improveseo.info/sociofluid-wordpress-social-bookmarking-plugin/</guid>
		<description><![CDATA[
Download

I always wanted to have a nice, good  looking plugin for wordpress to display the social bookmarking buttons for digg, reddit, &#8230; I personally don&#8217;t like the small buttons displayed on numerous sites. On the other side, having large icons occupies too much space in the layout.
I created SocioFluid, displaying some small icons, which [...]]]></description>
			<content:encoded><![CDATA[<p><span class="download"><br />
<a href="http://downloads.wordpress.org/plugin/sociofluid.zip" title="Download">Download</a><br />
</span><br />
I always wanted to have a nice, good  looking plugin for wordpress to display the social bookmarking buttons for digg, reddit, &#8230; I personally don&#8217;t like the small buttons displayed on numerous sites. On the other side, having large icons occupies too much space in the layout.<span id="more-22"></span></p>
<p>I created SocioFluid, displaying some small icons, which grows when the mouse is moved over, similar to the mac effect. SocioFluid plugin uses jquery with icondock plugin to render the &#8220;mac effect&#8221;:</p>
<p style="text-align: center"><img src="http://www.improveseo.info/wp-content/uploads/2008/07/sociofluid-post.jpg" alt="SocioFluid - another social bookmarking plugin for wordpress" /></p>
<p>SocioFluid adds to your wordpress posts the buttons to the major bookmarking sites. In the current version of the plugin(v0.9beta) the icons to be displayed can be selected from administration panel. By default all the items are selected:</p>
<p style="text-align: center"><img src="http://www.improveseo.info/wp-content/uploads/2008/07/sociofluid-admin.jpg" alt="SocioFluid - another social bookmarking plugin for wordpress - admin panel" /></p>
<p>The plugin was tested on wordpress 2.3 and wordpress 2.5.1</p>
<p>If you have any request for a new feature for this plugin you can propose/vote or sponsor it on <a href="http://www.openversion.com/projects/sociofluid/">sociofluid page on openversion.com</a>:</p>
<p><script src="http://openversion.com/project/widget-html/7/which/most_voted/pageSize/5/caption/Vote+for+the+next+features+of+SocioFluid" type="text/javascript"></script></p>
<p>Licence: the plugin is distributed under dual license <a href="http://www.opensource.org/licenses/mit-license.php">MIT-LICENSE</a> and <a href="http://www.gnu.org/licenses/gpl.html">GPL-LICENSE</a>. It includes jquery and icondock which are distributed under the same license.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.improveseo.info/a-wordpress-plugin-to-format-the-xml-code/" title="A Wordpress Plugin to Format the XML Code">A Wordpress Plugin to Format the XML Code</a> (1)</li><li><a href="http://www.improveseo.info/wordpress-7-seo-improvements/" title="Wordpress &#8211; 7 Seo Improvements">Wordpress &#8211; 7 Seo Improvements</a> (3)</li><li><a href="http://www.improveseo.info/permalinks-make-wordpress-slow/" title="Permalinks make Wordpress slow.">Permalinks make Wordpress slow.</a> (0)</li><li><a href="http://www.improveseo.info/sociofluid-has-reached-v10/" title="SocioFluid has reached v1.0">SocioFluid has reached v1.0</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.improveseo.info/sociofluid-wordpress-social-bookmarking-plugin/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>
