<?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>Webmaster-Source &#187; widgets</title>
	<atom:link href="https://www.webmaster-source.com/tag/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Adding and Tracking Social Buttons</title>
		<link>https://www.webmaster-source.com/2011/07/15/adding-and-tracking-social-buttons/</link>
		<comments>https://www.webmaster-source.com/2011/07/15/adding-and-tracking-social-buttons/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 11:24:36 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4140</guid>
		<description><![CDATA[It seems like every website has social media buttons on them now. The ones leading the pack of late seem to be Twitter, Google +1 and the Facebook Like widget. This introduces one problem: loading times. Your pages are calling JavaScript files hosted on remote servers, bogging them down a bit. Joost de Valk has [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It seems like every website has social media buttons on them now. The ones leading the pack of late seem to be Twitter, Google +1 and the Facebook Like widget. This introduces one problem: loading times. Your pages are calling JavaScript files hosted on remote servers, bogging them down a bit.</p>
<p>Joost de Valk has put together <a href="http://yoast.com/social-buttons/">a good tutorial on how to fix that issue</a>. It features code snippets that will load the widget JavaScript asynchronously, keeping the buttons from holding up the page loading. Also, it even adds Google Analytics and Clicky tracking so you can tell if people are actually using your buttons.</p>
<blockquote><p>When Google released +1, I quickly identified <a href="http://yoast.com/plus-one-google-analytics/">how to track interaction with that button</a>.  The obvious &#8220;follow up&#8221; was questions from people on how to track  interaction with other buttons. Not for each of these social buttons  tracking of interaction is actually possible. It depends on how the  button was designed whether this will work or not. I got it working for  Twitter and Facebook, so I&#8217;ll share the code for tracking interaction  with their respective social buttons below.</p></blockquote>
<p><a href="http://yoast.com/social-buttons/">Social Buttons: Adding them to your site &amp; Tracking them</a> [Yoast]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/07/15/adding-and-tracking-social-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Shortcodes in WordPress Widgets</title>
		<link>https://www.webmaster-source.com/2011/05/02/using-shortcodes-in-wordpress-widgets/</link>
		<comments>https://www.webmaster-source.com/2011/05/02/using-shortcodes-in-wordpress-widgets/#comments</comments>
		<pubDate>Mon, 02 May 2011 12:16:25 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4033</guid>
		<description><![CDATA[If you, like most WordPress users, have a widget-enabled theme, you probably have wished you could use shortcodes in them at one time or another. Many plugins allow you to add functionality to your posts via shortcodes, but for some reason they are not enabled in text widgets. Fortunately, there is an easy way to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you, like most WordPress users, have a widget-enabled theme, you probably have wished you could use shortcodes in them at one time or another. Many plugins allow you to add functionality to your posts via shortcodes, but for some reason they are not enabled in text widgets.</p>
<p>Fortunately, there is an easy way to turn on the shortcode parsing in widgets. Chris Coyier, over at Digging into WordPress, dug up a filter hook you can add to your theme&#8217;s functions.php file.</p>
<p>You have to wonder, though&#8230;why isn&#8217;t this behavior the default?</p>
<p><a href="http://digwp.com/2010/03/shortcodes-in-widgets/">Shortcodes in Widgets</a> [Digging into WordPress]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/05/02/using-shortcodes-in-wordpress-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter List-Powered &#8220;Fan Page&#8221; Widget</title>
		<link>https://www.webmaster-source.com/2010/01/15/twitter-list-powered-fan-page-widget/</link>
		<comments>https://www.webmaster-source.com/2010/01/15/twitter-list-powered-fan-page-widget/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:52:10 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2928</guid>
		<description><![CDATA[There&#8217;s a really neat post over at Tutorialzine on how to build A Twitter List Powered Fan Page. It&#8217;s a little widget, that would go in your sidebar or some similar place, where it would display the Twitter avatars of anyone who wanted to click a button to add themselves to a Twitter List (along [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://demo.tutorialzine.com/2009/11/twitter-list-ajax-fanpage/demo.html"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-2929 imgborder" title="Twitter List Powered Fan Page" src="//www.webmaster-source.com/wp-content/uploads/twitter-list-powered-fan-page.jpg" alt="" width="135" height="213" /></a>There&#8217;s a really neat post over at Tutorialzine on how to build <a href="http://tutorialzine.com/2009/11/twitter-list-ajax-fanpage/">A Twitter List Powered Fan Page</a>.</p>
<p>It&#8217;s a little widget, that would go in your sidebar or some similar place, where it would display the Twitter avatars of anyone who wanted to click a button to add themselves to a Twitter List (along with an overall count of the &#8220;fans&#8221;).</p>
<p>It seems like a neat idea, though you have to do a bit of PHP and JavaScript work to get it up an running. (It would be nice to see a variation made as a WordPress plugin&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/01/15/twitter-list-powered-fan-page-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Widgets in WordPress 2.8</title>
		<link>https://www.webmaster-source.com/2009/06/23/managing-widgets-in-wordpress-2-8/</link>
		<comments>https://www.webmaster-source.com/2009/06/23/managing-widgets-in-wordpress-2-8/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:32:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2296</guid>
		<description><![CDATA[The new widget management in WordPress 2.8 is greatly improved. You can drag widgets from the available widgets area to any widgetized sidebar, and edit the settings with a click of the little arrow. There&#8217;s no more annoying &#8220;Save&#8221; button for you to have to remember to click either. The only problem? As soon as [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The new widget management in WordPress 2.8 is greatly improved. You can drag widgets from the available widgets area to any widgetized sidebar, and edit the settings with a click of the little arrow. There&#8217;s no more annoying &#8220;Save&#8221; button for you to have to remember to click either.</p>
<p>The only problem? As soon as you drop a widget into a sidebar, it appears on your blog. That means one or two visitors might see an unconfigured widget before you have a chance to edit and save the settings. (This was brought to my attention recently by <a href="http://www.wptavern.com/wpweekly-episode-58-wordpress-deep-dish-style">WP Weekly</a>.)</p>
<p>Luckily, there&#8217;s a workaround&#8230;<span id="more-2296"></span></p>
<p>Below the &#8220;Available Widgets&#8221; section, there&#8217;s a box marked &#8220;Inactive Widgets.&#8221; It serves as a holding ground for widgets you want to temporarily remove from display, but don&#8217;t want to reset their settings.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2297 imgborder" title="Inactive Widgets Secion in WordPress 2.8" src="//www.webmaster-source.com/wp-content/uploads/inactive-widgets.jpg" alt="Inactive Widgets Secion in WordPress 2.8" width="500" height="169" /></p>
<p>What you want to do is drag a widget from the Active Widgets box to the Inactive Widgets, where you will be able to edit the widget settings. Next, drag the widget to the sidebar. It takes a little bit of extra effort, but if you don&#8217;t want unconfigured widgets showing on your blog, it might be worth it to you.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/06/23/managing-widgets-in-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 06:29:36 by W3 Total Cache
-->