<?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>Web Designers&#039; Edge - The Self-Taught Designer&#039;s Best Friend &#187; wordpress</title>
	<atom:link href="http://webdesignersedge.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesignersedge.com</link>
	<description>The Place For Self-Taught Designers</description>
	<lastBuildDate>Sun, 23 May 2010 16:51:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using CSS To Use A Custom ShareThis Icon Or Image</title>
		<link>http://webdesignersedge.com/coding/using-css-to-use-a-custom-sharethis-icon-or-image.html</link>
		<comments>http://webdesignersedge.com/coding/using-css-to-use-a-custom-sharethis-icon-or-image.html#comments</comments>
		<pubDate>Sun, 23 May 2010 16:29:34 +0000</pubDate>
		<dc:creator>Tim Norton</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WebDesignersEdge]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webdesignersedge.com/?p=251</guid>
		<description><![CDATA[It&#8217;s pretty annoying how little instruction there is to change the ShareThis icon to something else. So I took a stab at finding my own solution without needing to modify javascript code or API calls. Frankly, the freshest information about it was 2 years old. And very paltry and not very helpful. The issue is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://webdesignersedge.com/wp-content/uploads/2010/05/ScreenShot054.png"><img src="http://webdesignersedge.com/wp-content/uploads/2010/05/ScreenShot054.png" alt="ShareThis icon custom" title="Share This icon" width="240" height="183" class="alignleft size-full wp-image-252" /></a>It&#8217;s pretty annoying how little instruction there is to change the ShareThis icon to something else. So I took a stab at finding my own solution without needing to modify javascript code or API calls. Frankly, the freshest information about it was 2 years old. And very paltry and not very helpful.</p>
<p>The issue is that when you get the share widget from the ShareThis website, there are only a couple options for the styling of the button. And the javascript code that you get does not have an image URL in it that you could easily modify to your own image. I even tried copying the javascript that loads from the ShareThis site and loading it from my own site, with modifications. But that didn&#8217;t work.<img src="http://webdesignersedge.com/wp-content/uploads/2010/05/ScreenShot056.png" alt="ShareThis Image Options" title="ShareThis Image Options" width="336" height="175" class="alignright size-full wp-image-257" /> What I wanted was a large icon that when moused over would show the sharethis dropdown of all the social sharing options. However, there is no large icon option. Just a few different small icon options that were not going to match my client website icons. So, time to make it my way.</p>
<p>The image was going to appear in a group of icons for navigation. The sharethis icon needed to fit right into the middle of them. Since I was already using <a href="http://webdesignersedge.com/twitter/the-hover-effect-without-javascript-or-jquery.html">some hover css</a> that I&#8217;m fond of using for icons like this, avoiding having to use jquery and for that, maybe making the site somewhat more accessible, I went ahead with that. I do this with an <a href="http://webdesignersedge.com/twitter/the-hover-effect-without-javascript-or-jquery.html">object tag to wrap a div inside a link tag, so it will validate</a>.</p>
<p>Then all I did was create another div inside that one, to insert the sharethis javascript code. The HTML for the list menu item down to the javascript looked like this:</p>
<p><code>&lt;li&gt;<br />
&lt;a href="http:&#47;&#47;example.com&#47;about"&gt;<br />
&lt;object&gt;<br />
&lt;div class="menu-share"&gt;<br />
---share this javascript goes here---<br />
&lt;/div&gt;<br />
&lt;/object&gt;<br />
&lt;/a&gt;<br />
&lt;/li&gt;<br />
</code></p>
<p>So there are the .menu-share div to show the button, as well as help me hide the image that sharethis will load, without hiding the functionality. All that&#8217;s left is the .css:</p>
<p><code>.menu-share {<br />
  background: url('images/share-icon.png') no-repeat 0 top;<br />
  height: 56px;<br />
  width: 57px;<br />
  float: left;<br />
  margin: 0 20px;<br />
}<br />
.menu-share:hover {<br />
  background-position: 0 -57px;<br />
  cursor: pointer;<br />
}<br />
.menu-share img {<br />
  display: none;<br />
}<br />
</code></p>
<p>The last little bit just hides any image inside the div. It does not hide the background image, only images that load inside the div. However, all the javascript is still fully functional, loading the social media dropdown as it should.</p>
<p><img src="http://webdesignersedge.com/wp-content/uploads/2010/05/ScreenShot057.png" alt="ShareThis Dropdown" title="ShareThis Dropdown" width="312" height="242" class="aligncenter size-full wp-image-279" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignersedge.com/coding/using-css-to-use-a-custom-sharethis-icon-or-image.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Using the Disqus Comment System with WordPress</title>
		<link>http://webdesignersedge.com/free-tools/using-the-disqus-comment-system-with-wordpress.html</link>
		<comments>http://webdesignersedge.com/free-tools/using-the-disqus-comment-system-with-wordpress.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:05:32 +0000</pubDate>
		<dc:creator>Michael Soriano</dc:creator>
				<category><![CDATA[comments]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[pros and cons]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webdesignersedge.com/?p=184</guid>
		<description><![CDATA[As I&#8217;m building a new blog for a client, I came across designing the comments area for the single post page. I thought to myself, it would really impress my client if I was able to integrate Facebook Connect and Twitter right into the response form. Then I remembered seeing Disqus in many blogs that [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m building a new blog for a client, I came across designing the comments area for the single post page. I thought to myself, it would really impress my client if I was able to integrate Facebook Connect and Twitter right into the response form. Then I remembered seeing <a href="http://disqus.com/">Disqus </a> in many blogs that have this in their forms so I decided to give it a try. At first, I was expecting a widget of some sort that you will be able to call into your theme files. Maybe some check boxes whether to include Facebook comments etc &#8211; but what I got was a whole different puppy. Let me explain: </p>
<h3>A Centralized, Mashed up Commenting System</h3>
<p><img src="http://webdesignersedge.com/wp-content/uploads/2009/12/disqus-0.jpg" alt="disqus-0" width="576" height="323" class="alignnone size-full wp-image-185" /></p>
<p>First of, before you&#8217;re able to download the plugin &#8211; you are asked to create a Disqus account. I figured, an account may merely be for marketing purposes, but right after creating one &#8211; you are presented with a API key. Now something tells me that this system is something more &#8211; I was right. Disqus is able to provide the system to any type of blogging platform you are using: Typepad, Movable Type, Blogger and WordPress. Note that there is also &#8220;Generic&#8221; which I assume is for static websites. Now remember I said what I was expecting to see check boxes for Facebook and Twitter? Well that&#8217;s what I got. Plus options that span from the ability to display Social Media Reactions (replies or social media services like Twitter, FriendFeed, Digg and YouTube), Trackbacks (we all know what this is), Seesmic video comments, OpenID and of course &#8211; Facebook connect and Twitter. Now as if that&#8217;s not &#8220;mashed-up&#8221; enough &#8211; there is also an option to add a Disqus Feedflare to your Feedburner. A FeedFlare places a simple footer at the bottom of each content item, helping you to distribute, inform and create a community around your content. </p>
<h3>Where Are the Actual Comments Stored?</h3>
<p>Now the funny thing is once you&#8217;ve installed Disqus in your WordPress blog &#8211; it takes over your commenting system. Try clicking &#8220;Comments&#8221; from your WordPress admin panel and it will take you to the Disqus settings screen (which is just an iframe of your Disqus account). From this interface gives you total control of your blog comments such as importing existing ones to Disqus, moderation, as well as adding widgets and changing the look of the form. Did I say &#8220;<strong>Import existing ones</strong>&#8220;? Yes I totally did. As it turns out, once you have Disqus installed &#8211; it uses it&#8217;s own database to store your comments in their system. A system that still ties with your website and post id. Now don&#8217;t fret! Your wp_comments table (where your comments are stored in WordPress) remains untouched. Furthermore, it is updated at the same time new comments are entered, with the Disqus system. </p>
<p><img src="http://webdesignersedge.com/wp-content/uploads/2009/12/disqus-1.jpg" alt="disqus-1" width="576" height="500" class="alignnone size-full wp-image-186" /></p>
<h3>There has to be a Kicker</h3>
<p>Okay, with Disqus you can mash up world renowned applications with your comments. You can add widgets, change the appearance, move things around in your comments section with a few simple clicks. You can manage your comments in both places: your website control panel and your online Disqus account (since the comments are literally stored in two databases). All of this are wonderful features but there has to be a kicker. A &#8220;kicker&#8221; as in a feature so significant, that blog owners will actually deviate from their regular commenting system and use Disqus instead. </p>
<p><strong>Well let&#8217;s think about it for a moment:</strong></p>
<p>For starters, now you can moderate comments centrally in one place. Really, I&#8217;m sure many of us run more than one blog. For the lucky ones that are bombarded with hundreds of comments daily, this is definitely a kicker. Another one is the ability to add moderators. That&#8217;s correct, with Disqus &#8211; you now can add comment moderators (similar to a forum) without giving them access to your physical blog. This is a big plus for sites with a large enough community. What about the ability to &#8220;<strong>Reblog</strong>&#8220;. Reblogging is exactly like &#8220;Retweeting&#8221; &#8211; but it&#8217;s a post instead of a tweet. How about having a &#8220;Lifestream&#8221; type of your blog posts in the Disqus website. Once you join Disqus &#8211; you automatically get a community page (http://yourwebsitename.disqus.com) that displays quick feeds of your latest posts &#8211; that link directly to your website. </p>
<h3>Win-Win, Lose-Lose or Win-Lose?</h3>
<p>I&#8217;m sure there are other &#8220;kickers&#8221; for the Disqus system that I haven&#8217;t discovered yet. Consider that I&#8217;ve only been using it for a mere five hours! But there could also be downfalls. For instance, I now don&#8217;t have any code control of my comments section. Once Disqus is installed &#8211; the comments.php in your WordPress theme is completely overridden. Another point to ponder: since your data is now in two places &#8211; isn&#8217;t it kind of scary? By this I mean, back ups, redundancy, duplicate data, &#8220;<em>what if disqus.com is down &#8211; what will happen?</em>&#8221;  &#8211; am I just paranoid? </p>
<p>Overall, I think the Disqus Comments system is a sophisticated platform that is sure to enhance your blogs discussion abilities. It is simple enough to use, safe, and at the same time &#8211; provides enough bells, whistles and &#8220;kickers&#8221; that blog owners will sure go for. I know when I see &#8220;Comment with Facebook Connect&#8221; &#8211; it makes me want to leave a comment more; therefore, it works for your readers as well. </p>
<p><strong>What about you? What&#8217;s your take on a third party comment system such as Disqus?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignersedge.com/free-tools/using-the-disqus-comment-system-with-wordpress.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

