Share the Knowledge - Top Tips List - StackExchange most recent 30 from http://meta.stackexchange.com 2010-03-16T13:50:34Z http://meta.stackexchange.com/feeds/question/1316 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list Share the Knowledge - Top Tips List Ferdeen 2009-10-12T08:19:29Z 2010-03-05T04:40:06Z <p>It would be quite useful to start a list useful tips and tricks.</p> <p>I believe the more we collaborate the more polished and successful our little babies will become.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1318#1318 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-12T08:26:08Z 2009-10-12T11:56:50Z <p>I'll start with my first one.</p> <p><strong>Creating a Tips/Quotes section - when your not using the ad section yet.</strong></p> <p>I have added a clunky bit of javascript that shows famous quotes/tips in the ads section of my site <a href="http://accountingecho.com" rel="nofollow">accountingEcho</a>. This is so the site has a little bit more content, until the site is big enough to adverstise.</p> <p>Here is the code, add it to the sidebar or sidebar-low section. This code shows the quote and the person (in attr) that made the quote (replace X for the number of quotes/tips items you want to use) :-</p> <pre><code>&lt;script language="JavaScript"&gt; var rand = Math.floor(Math.random()*X) + 1; var quote = new Array(); var attr = new Array(); quote[1] = "Quote 1."; quote[2] = "Quote 2."; quote[3] = "Tip 3."; quote[X]... attr[1] = "Quote By 1"; attr[2] = "Quote By 2"; attr[3] = ""; attr[X]... &lt;/script&gt; &lt;script language="JavaScript"&gt; document.write("&lt;h3&gt;'"); document.write(quote[rand]); document.write("'&lt;/h3&gt;"); document.write(" - "); document.write(attr[rand]); &lt;/script&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1320#1320 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-12T09:33:07Z 2009-10-12T13:10:47Z <p><strong>Styling Individual Questions</strong></p> <p>This is not my idea but a cool way of changing specific question based on it's content.</p> <p><a href="http://meta.stackexchange.com/questions/1239/moms4mom-has-a-halloween-flagged-post-set-to-a-different-style-than-the-rest-h" rel="nofollow">moms4moms 'halloween' style</a></p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1321#1321 Answer by Corey Frang for Share the Knowledge - Top Tips List Corey Frang 2009-10-12T09:39:33Z 2010-03-05T04:40:06Z <h2>JavaScript Ninja Tactics</h2> <p>A collection of posts that show you how to use jQuery and other javascript tools to alter the stack exhcange system. CW - So please edit to add links if you see others floating around on meta SE.</p> <ul> <li><a href="http://meta.stackexchange.com/questions/1239/moms4mom-has-a-halloween-flagged-post-set-to-a-different-style-than-the-rest-h/1319#1319" rel="nofollow">Add class to Questions based on tag-names</a></li> <li><a href="http://meta.stackexchange.com/questions/1098/pushing-se-to-the-max-some-cool-techniques-you-can-use/1110#1110" rel="nofollow">Add icons to your tags</a></li> <li><a href="http://meta.stackexchange.com/questions/145/formatting-reference-box-is-programming-centric/1317#1317" rel="nofollow">Change the text used for <strong>Formatting Reference</strong></a></li> <li><a href="http://meta.stackexchange.com/questions/55/code-block-for-stack-exchange-sites/1114#1114" rel="nofollow">Remove Code Coloring</a></li> <li><a href="http://meta.stackexchange.com/questions/4722/can-i-auto-tag-a-question/4773#4773" rel="nofollow">Auto-Tag new questions based on URL</a> I.E. <code>/questions/ask?tags=feature-request+meta</code></li> </ul> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1322#1322 Answer by Jonathan Lyon for Share the Knowledge - Top Tips List Jonathan Lyon 2009-10-12T09:57:26Z 2009-10-12T09:57:26Z <p>Further to my <a href="http://meta.stackexchange.com/questions/1098/pushing-se-to-the-max-some-cool-techniques-you-can-use" rel="nofollow">part 1</a> and <a href="http://meta.stackexchange.com/questions/1264/part-2-pushing-se-to-the-max-how-to-get-the-most-out-of-the-platform" rel="nofollow">part 2</a> posts on pushing SE to the max and inspite of and because of the issues I have recently experienced with my main site, I have created a new domain called <a href="http://sandbox.stackexchange.com" rel="nofollow">Sandbox Stack Exchange</a> that I am intending to use as a test bed for testing new ideas and techniques.</p> <p>I think there is enough interest and enough capable people within the early beta group users for us to not only share, discuss and ask questions but to try out ideas in a non live / commercial envioronment.</p> <p>My idea is that we all (maybe by invitation only) become admins of the Sandbox site and can try out ideas and techniques.</p> <p>I have just added an easy way of adding a <a href="http://sandbox.stackexchange.com/questions/2/how-to-add-a-funky-faq-page" rel="nofollow">Share This Question button</a> (see the button below Share, Save or Shout this Question) on any question. (I spent 2 hours coding it then realised it could have been done in 3 minutes).</p> <p>Anyhow - I am going to continue with new ideas and trying to get them to work effectively, if you want to come and play, pick up your spade and bucket and join me in the <a href="http://sandbox.stackexchange.com" rel="nofollow">sandbox</a>.</p> <p>Cheers</p> <p>Jonathan</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1323#1323 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-12T10:10:40Z 2009-10-12T10:10:40Z <p>Using <a href="http://www.addthis.com/" rel="nofollow">addthis.com</a> in your site. Here is some info taken from their site :-</p> <p><strong><em>Smartest sharing tool ever.</em></strong></p> <p><em>AddThis automatically optimizes itself for each person who visits your site. Every person shares differently, so AddThis custom fits each menu with the services they'll normally use. For example, if a user shares to Facebook and Amazon Wishlist, they will be presented with those first. This logic ensures that your content is always one click away, because the right service is always tailored to the right person.</em> </p> <p>I dropped the following code in my side bar (apologies for the formatting) :-</p> <pre><code> &lt;div class="porthole" id="sidebar-top"&gt; &lt;!-- AddThis Button BEGIN --&gt; &lt;a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=xa-4aca93301564f061"&gt;&lt;img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt; &lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=xa-4aca93301564f061"&gt;&lt;/script&gt; &lt;!-- AddThis Button END --&gt; &lt;/div&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1328#1328 Answer by David Smith for Share the Knowledge - Top Tips List David Smith 2009-10-12T13:39:19Z 2009-10-12T13:39:19Z <p><a href="http://meta.stackexchange.com/questions/1227/how-to-localize-stackexchange-right-now/1276#1276" rel="nofollow">Here</a> is how to change the text on the main navigation buttons (for localization).</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1409#1409 Answer by Robert Hinojosa for Share the Knowledge - Top Tips List Robert Hinojosa 2009-10-13T14:20:48Z 2009-10-27T02:58:50Z <p>Here's some code to add a custom button in the button bar.</p> <pre><code>&lt;script type="text/javascript"&gt; $(document).ready(function(){ var box = $(".nav &gt; ul:eq(0)"); box.prepend("&lt;li&gt;&lt;a href='http://blogs.whenbusiness.com'&gt;Blog&lt;/a&gt;&lt;/li&gt;"); }); &lt;/script&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1412#1412 Answer by Ben Elder for Share the Knowledge - Top Tips List Ben Elder 2009-10-13T15:08:02Z 2009-10-13T15:08:02Z <p>If you are interested in getting GoogleAnalytics up and running for your SE site, this may help:</p> <p>I added GoogleAnalytics to the Footer content area, and it seems to be tracking properly. The analytics report confirms that google is receiving traffic data from my site now.</p> <p>While it works, I am not sure if the footer placement is a best practice - it just seemed to be one content area that was always present for every page. I'll post a question specifically addressing this topic.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1425#1425 Answer by Robert Hinojosa for Share the Knowledge - Top Tips List Robert Hinojosa 2009-10-13T16:24:14Z 2009-10-13T16:24:14Z <p>Adding a retweet button from tweetmeme. There's also another service from retweet.com if you're interested in that one.</p> <p>More info Here: <a href="http://help.tweetmeme.com/2009/04/06/tweetmeme-button/" rel="nofollow">http://help.tweetmeme.com/2009/04/06/tweetmeme-button/</a></p> <pre><code>&lt;script type="text/javascript"&gt; tweetmeme_source = 'whenbusiness'; tweetmeme_style = 'compact'; &lt;/script&gt; &lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1575#1575 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-15T15:59:58Z 2009-10-15T15:59:58Z <p><strong>Alternative Tagging UI</strong></p> <p>Mums4Mum uses a tag cloud, provided by WordPress. This is a nice feature.</p> <p>Details <a href="http://meta.stackexchange.com/questions/1541/how-did-moms4mom-do-that-really-cool-animated-tag-cloud-for-the-recent-tags/1542#1542" rel="nofollow">here</a></p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1795#1795 Answer by TaxQueries.com for Share the Knowledge - Top Tips List TaxQueries.com 2009-10-18T23:55:02Z 2009-10-18T23:55:02Z <p><strong>TwitterFeed.com</strong></p> <p>This site was referred to me by a friend and I have to say its absolutely STONE SIMPLE to set up and AMAZING all at the same time.</p> <p>If you have a twitter account then simply create an account on twitterfeed.com (which takes about 60 seconds) and set up your feed(s).</p> <p>I didn't want to appear "spammy" so what I did was set up ONE feed to post ONE question every 30min. I then used the main feed right off the home page.</p> <p>TwitterFeed is smart enough NOT to post the same question twice. So its perfectly okay to say "Once every 30min" because it won't post if there's nothing new.</p> <p>I've been using their default suggestion of "bit.ly" for shrinking URLs because it allows tracking of clicks on your feeds.</p> <p>So far my feed has posted about 10 questions or so and each of those questions have brought be back 7-12 clicks. I suspect if my site wasn't so specialized it would have brought back more.</p> <p>I think a site such as moms4mom.com could benefit from this HUGE as there is already a massive following on twitter for moms/parents. (Scott did you get the email I sent you on that a day or so ago?)</p> <p>In any case... hope this helps everyone. I know its helped me a HUGE deal as I appear to be picking up more and more twitter and linked-in followers.</p> <p><hr /></p> <p>STEP #2 -- Track down the email address for those new twitter and linked-in followers and send them an email inviting them to the site. This is time consuming but well worth it.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1814#1814 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-19T10:19:46Z 2009-10-19T10:19:46Z <p><strong>Use jQuery to style your tags.</strong></p> <p>Ben Elder describes using jQuery to style your tags. </p> <p><em>You may also use jQuery to style tags according to key words that appear within the tags themselves. This will allow you to have different colors for tags according to the tag name...</em></p> <p><a href="http://meta.stackexchange.com/questions/1779/how-to-customize-the-tag-color/1789#1789" rel="nofollow">Here</a> are the details.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1917#1917 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-20T07:03:48Z 2009-10-20T08:17:28Z <h2>Globalise Your Site</h2> <p><strong>Translate your web site using google translate.</strong></p> <p>Drop the following code ("like it's hot") into one of the html customization sections.</p> <pre><code> &lt;div id="google_translate_element"&gt;&lt;/div&gt;&lt;script&gt; function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } &lt;/script&gt; &lt;script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"&gt;&lt;/script&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1987#1987 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-21T08:54:40Z 2009-10-21T08:54:40Z <h2>Show number of users on your site.</h2> <p>This was solved by Johnathan Lyon. <a href="http://meta.stackexchange.com/questions/1552/where-can-i-see-the-total-number-of-users/1986#1986" rel="nofollow">Here's</a> the solution.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/1998#1998 Answer by mathaix for Share the Knowledge - Top Tips List mathaix 2009-10-21T14:06:29Z 2009-10-21T14:57:06Z <p><strong>Marketing Tip.</strong></p> <p>Came across this article on the answers.onstartup.com site. Must read for all you stackexchange owners.</p> <p><a href="http://www.balsamiq.com/blog/2008/08/05/startup-marketing-advice-from-balsamiq-studios/" rel="nofollow">http://www.balsamiq.com/blog/2008/08/05/startup-marketing-advice-from-balsamiq-studios/</a></p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2179#2179 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-26T05:24:55Z 2009-10-26T05:24:55Z <h2>Modifying system message colours</h2> <p>See <a href="http://meta.stackexchange.com/questions/2101/modifying-system-message-colors/2102#2102" rel="nofollow">this</a> post</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2216#2216 Answer by ripper234 for Share the Knowledge - Top Tips List ripper234 2009-10-26T21:21:54Z 2009-10-26T21:21:54Z <p>Advertise, and <strong>push the ads that get users to stay</strong>!</p> <p>I've put up about thirty different ad versions, and used analytics to see the user interaction with the site. Some ads get users for 30 seconds, some for 4 minutes (this is an average over several users, of course). Keep optimizing your ads.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2304#2304 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-10-29T16:10:29Z 2009-10-29T16:10:29Z <h2>Add YouTube</h2> <p>This is a neat way of adding You Tube Video to your questions. By Mr Flibble.</p> <p><em>If you want to allow [youtube] videoid [/youtube] tags then add <a href="http://meta.stackexchange.com/questions/857/can-i-embed-youtube-or-music-into-a-question/2302#2302" rel="nofollow">this</a> javascript to your .</em></p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2306#2306 Answer by Rob Allen for Share the Knowledge - Top Tips List Rob Allen 2009-10-29T16:41:16Z 2009-10-29T16:41:16Z <p><strong>Swap columns:</strong> </p> <p>Add the following to your Custom CSS: </p> <pre><code>#mainbar { float: right; clear: right; } #sidebar { float: left; clear: left; } </code></pre> <p>Don't forget to massage the margins/padding to make it more seamless.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2314#2314 Answer by Rob Allen for Share the Knowledge - Top Tips List Rob Allen 2009-10-29T18:05:22Z 2009-10-29T18:05:22Z <p>Move "Add Question" to the leftmost position: </p> <pre><code>&lt;script type="text/javascript"&gt; $(document).ready(function() { $(".nav").removeAttr("style"); $("#hmenus div:eq(0)").attr("ID", "LeftNav"); $("#hmenus div:eq(1)").attr("ID", "RightNav"); }); &lt;/script&gt; &lt;style&gt; #LeftNav { float: right; clear: right; margin: 0 33px 0 0; } &lt;/style&gt; </code></pre> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2462#2462 Answer by Ferdeen for Share the Knowledge - Top Tips List Ferdeen 2009-11-02T20:13:40Z 2009-11-03T09:20:27Z <h2>Add qTip Tool Tips!</h2> <p>This took a bit of time to get right and I needed help from other SE users.</p> <p>In your head tag drop in the js from the <a href="http://craigsworks.com/projects/qtip/download/" rel="nofollow">qTip Download Page</a> (I must have copied the debug version by mistakes, oops. This still works but probably better to get the optimized version) - Also is there a way of saving this source in a .js file that is stored in a folder, on the server ?</p> <pre><code>&lt;script type="text/javascript"&gt; /*! * jquery.qtip. The jQuery tooltip plugin * * Copyright (c) 2009 Craig Thompson * http://craigsworks.com * * Licensed under MIT * http://www.opensource.org/licenses/mit-license.php * * Launch : February 2009 * Version : 1.0.0-rc3 * Released: Tuesday 12th May, 2009 - 00:00 * Debug: jquery.qtip.debug.js */ (function($) { </code></pre> <p>Then add the following code underneath the qTip source code (apologies for the formatting, I'll sort out later) :-</p> <pre><code>// Create the tooltips only on document load $(document).ready(function() { // Set the a title to the href value $('#hmenus .nav a').each(function() { $(this).attr('title', $(this).attr('href').substring(1)); }); // hard wire top tip titles to specific A tags $('#hmenus .nav a:contains("Questions")').attr('title', 'See all questions in the knowledge base.'); $('#hmenus .nav a:contains("Tags")').attr('title', 'These allow you to filter specific questions based on their tag (key word)'); $('#hmenus .nav a:contains("Users")').attr('title', 'List all Users that are part of the accountingEcho community'); $('#hmenus .nav a:contains("Badges")').attr('title', 'When you participate on this site you will gain reputation points, these points turn into Badges. You can use this to impress your peers and become a reputable user'); $('#hmenus .nav a:contains("Unanswered")').attr('title', 'See all questions that have not been answered yet - give it a go!'); $('#hmenus .nav a:contains("Ask Question")').attr('title', 'Ask a new question related to Accounting.'); // Match all link elements with href attributes within the content div //$('#content a[href]').qtip( //{ // content: 'Some basic content for the tooltip' // Give it some content, in this case a simple string //}); // By suppling no content attribute, the library uses each elements title attribute by default $('a[href][title]').qtip({ content: { text: false // Use each elements title attribute }, position: { adjust: { screen: true }}, style: 'green' // Give it some style }); }); </code></pre> <p></p> <p>Rich Seller helped me out with <a href="http://meta.stackexchange.com/questions/2435/got-qtip-working-on-my-site-just-need-to-know-how-to-inject-a-title-attibute/2438#2438" rel="nofollow">this</a> answer, to a problem I had when setting the 'title' attribute on my links, when non existed.</p> <p>Mouse over <a href="http://www.accountingecho.com/" rel="nofollow">my links</a> to see the full effect.</p> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2535#2535 Answer by Robert C. Cartaino for Share the Knowledge - Top Tips List Robert C. Cartaino 2009-11-04T22:15:11Z 2009-11-04T22:15:11Z <h3>Quickly Switch Between Administrator and Unregistered User Accounts</h3> <p><br/> You're logged in as 'Administrator' so you can make changes to your site. But you need to be a "regular" or unregistered user to see the site as <em>they</em> see it.</p> <p><strong>Use your brower's "Private Browsing" feature</strong> to "toggle" back-and-forth between the administrator and anonymous account without <em>ever</em> having to log in-and-out.</p> <p>While logged in as <code>Administrator</code>:</p> <ul> <li>Make changes to your site.</li> <li><code>Shift-Ctrl-P</code> to enter "Private" mode <br/> View changes as Anonymous user.</li> <li><code>Shift-Ctrl-P</code> to switch back to <code>Administrator</code> <br/> Repeat as necessary....</li> </ul> http://meta.stackexchange.com/questions/1316/share-the-knowledge-top-tips-list/2582#2582 Answer by Aaron Cox for Share the Knowledge - Top Tips List Aaron Cox 2009-11-06T16:50:24Z 2009-11-06T16:50:24Z <h2>Adding a simple "Share this" link below the question</h2> <p>(copied from: <a href="http://meta.stackexchange.com/questions/1118/share-the-question-link/2579#2579" rel="nofollow">http://meta.stackexchange.com/questions/1118/share-the-question-link/2579#2579</a>)</p> <pre><code>&lt;script type="text/javascript"&gt; (function() { function replaceAll(text,strA,strB){while ( text.indexOf(strA) != -1){text = text.replace(strA,strB);} return text;} var share = {"html":"&lt;div class=\"ea_share\" style=\"text-align: left;\"&gt;\n\t&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"1\"&gt;\n\t\t&lt;tr&gt;\n\t\t\t&lt;td colspan=\"16\" style=\"padding: 0px;\"&gt;\n\t\t\t\t&lt;h4 style=\"margin-bottom: 2px\"&gt;Epic Question? Share it with others!&amp;nbsp;&amp;nbsp;&lt;\/h4&gt;\n\t\t\t&lt;\/td&gt;\n\t\t&lt;\/tr&gt;\n\t\t&lt;tr&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/www.facebook.com\/sharer.php?u=UURRLL\" title=\"Click to share this page on Facebook\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Facebook.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/www.stumbleupon.com\/submit?url=UURRLL&amp;title=TTIITTLLEE\" title=\"Click to share this page on StumbleUpon\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/StumbleUpon.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/delicious.com\/save?url=UURRLL&amp;title=TTIITTLLEE\" title=\"Click to share this page on Delicious\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Delicious.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/www.google.com\/bookmarks\/mark?op=edit&amp;bkmk=UURRLL&amp;title=TTIITTLLEE\" title=\"Click to share this page on Google\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Google.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/digg.com\/submit?phase=2&amp;url=UURRLL&amp;title=TTIITTLLEE\" title=\"Click to share this page on Digg\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Digg%2002.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/reddit.com\/submit?url=UURRLL&amp;title=TTIITTLLEE\" title=\"Click to share this page on Reddit\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Reddit.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td align=\"center\" style=\"padding: 2px 3px 0px 0px;\"&gt;&lt;a href=\"http:\/\/twitter.com\/home?status=TTIITTLLEE (UURRLL)\" title=\"Click to share this page on Twitter\"&gt;&lt;img src=\"http:\/\/profile.epicadvice.com\/images\/sm\/16\/Twitter%2001.png\" border=\"0\"\/&gt;&lt;\/a&gt;&lt;\/td&gt;\n\t\t\t&lt;td width=\"1\"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;\/td&gt;\n\t\t&lt;\/tr&gt;\n\t&lt;\/table&gt;\n&lt;\/div&gt;"}; share.html = replaceAll(share.html, "UURRLL", location.href); share.html = replaceAll(share.html, "TTIITTLLEE", document.title); $(function() { $("#question .post-taglist").append("&lt;div style='float:right'&gt;"+share.html+"&lt;/div&gt;"); }); })(); &lt;/script&gt; </code></pre> <p>The code is kinda junky because it was written so quickly, and we haven't had a chance to clean it up yet, but its very straight forward. All you should have to do is place it in your &lt;head&gt; of your site. </p> <p>You can see an example here:</p> <p><a href="http://epicadvice.com/questions/596/emblems-heroism-conquest" rel="nofollow">http://epicadvice.com/questions/596/emblems-heroism-conquest</a></p> <p>The code reads the images for the icons off of one of our subdomains, you can see it in the "share" object on the 4th line (var share = ...). You can upload images of your choosing (whatever you want the links to look like) and then just edit the links in the object itself to point someplace different.</p> <p>I'd <strong>HIGHLY</strong> recommend using your own icons, and editing the HTML in the "share" object. as if you leave it the way it is, it will read our icons from our profile.epicadvice.com site. They may move or be deleted at anytime, so make sure to change it ;) If you use ours and it breaks all of the sudden, it's because we moved/changed images or something.</p>