<?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>Grape Thinking &#187; wordpress</title>
	<atom:link href="http://grapethinking.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://grapethinking.com</link>
	<description>Fusing Mind with Vine</description>
	<lastBuildDate>Sat, 31 Dec 2011 20:16:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Customize The WordPress Contact Form 7 Plugin</title>
		<link>http://grapethinking.com/wordpress-contact-form-7-plugin-landing-pag</link>
		<comments>http://grapethinking.com/wordpress-contact-form-7-plugin-landing-pag#comments</comments>
		<pubDate>Fri, 13 Mar 2009 17:35:27 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.grapethinking.com/?p=2032</guid>
		<description><![CDATA[I ran into an interesting problem the other day.    I&#8217;m a big fan of the WordPress Plugin Contact Form 7.  I&#8217;ve used it on many of the wordpress sites I&#8217;ve developed, and appreciate the plugin for its simple integration, nice admin interface, and the pretty ajax functionality. Unfortunately, I <a href="http://grapethinking.com/wordpress-contact-form-7-plugin-landing-pag" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<p>I ran into an interesting problem the other day.    I&#8217;m a big fan of the <a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">WordPress</a> <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">Plugin</a> <a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a>.  I&#8217;ve used it on many of the <a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">wordpress</a> sites I&#8217;ve developed, and appreciate the <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">plugin</a> for its simple integration, nice admin interface, and the pretty ajax functionality.</p>
<p>Unfortunately, I recently discovered that the <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">plugin</a> does not allow you to specify custom landing page urls, or Thank You pages for the contact form.  Some of you may wonder why I care about reloading the page to say thank you vs. the sleak Ajax popup confirming that your message has been delivered.  The answer: Because I&#8217;m trying to measure performance of the contact form within my Google Adwords CPC account.<span id="more-2032"></span></p>
<p>You can use javascript to fire the tracking code to create a virtual page view in analytics, but you cannot properly implement the conversion tracking from Adwords without loading a separate page.    As you can imagine, I was slightly frustrated until I discovered a very quick and simple solution.</p>
<p>Important.. This solution only works if you have/want a designated landing page for all forms you are using with Contact Form 7.</p>
<p>Step 1: Browse to wp-content/plugins/contact-form-7</p>
<p>Step 2: Open the contact-form-7.js file in your favorite text editor.</p>
<p>Step 3: Look for the function:  wpcf7ProcessJson (line 63)</p>
<p>Step 4: Look for the if statement: if (1 == data.mailSent)  (line 90)</p>
<p>Step 5: Insert this line after the jquery (line 92) &#8211; location.href=&#8221;http://www.yourdomain.com/yourthankyoupage&#8221;;</p>
<p>Step 6: Save the file to your server, and test out the form.<br />
Ideally, the author of this <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">plugin</a> will make a change in the next release that allows a custom variable (url) to be stored for each contact form.  But until then.. here&#8217;s your fix !!!</p>
<p><script type="text/javascript">// < ![CDATA[
function dts(id) {var d  = document.getElementById(id);var as = d.getElementsByTagName('a');var o  = "</p>
<select style='margin-top:5px;' name='"+id+"Options' ";o += "onChange='location.href = this[this.selectedIndex].value'>";o += "
<option selected>--SELECT ONE--</option>
<p>"; for(var i=0;i<as .length;i++) {var a   = as[i];url = a.href; txt = "."+a.title;o  += "
<option value='"+url+"'>"+txt+"";} o += "</as></p>
<p>";d.innerHTML = "</p>
<div style='text-align:center;font-family:verdana;border-width:1px;border-color:#ccc;border-style:solid;width:150px;font-size:11px;background:#eee;padding:5px;'><b>File Extension Help</b>
"+o+"</div>
<p>";}
// ]]&gt;</script></p>
<div id="extensions">For .p7m files go to: <a title="p7m" href="http://www.fileextensionp7m.com">http://www.fileextensionp7m.com</a>.<br />
For .kml files go to: <a title="kml" href="http://www.fileextensionkml.net">http://www.fileextensionkml.net</a>.<br />
For .3g2 files go to: <a title="3g2" href="http://www.fileextension3g2.net">http://www.fileextension3g2.net</a>.<br />
For .itl files go to: <a title="itl" href="http://www.fileextensionitl.org">http://www.fileextensionitl.org</a>.<br />
For .bup files go to: <a title="bup" href="http://www.ifileextensionbup.com">http://www.ifileextensionbup.com</a>.<br />
For .svg files go to: <a title="svg" href="http://www.fileextensionsvg.net">http://www.fileextensionsvg.net</a>.<br />
For .part files go to: <a title="part" href="http://www.fileextensionpart.net">http://www.fileextensionpart.net</a>.<br />
For .pdf files go to: <a title="pdf" href="http://www.ifileextensionpdf.com">http://www.ifileextensionpdf.com</a>.<br />
For .jnlp files go to: <a title="jnlp" href="http://www.fileextensionjnlp.net">http://www.fileextensionjnlp.net</a>.<br />
For .ithmb files go to: <a title="ithmb" href="http://www.fileextensionithmb.com">http://www.fileextensionithmb.com</a>.</div>
<p><script type="text/javascript">// < ![CDATA[
dts('extensions');
// ]]&gt;</script></p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/popularity-contest-plugin-for-wordpress" title="Popularity Contest Plugin for WordPress (July 8, 2008)">Popularity Contest Plugin for WordPress</a></li>
	<li><a href="http://grapethinking.com/zemanta-upgrade" title="Zemanta Upgrade (February 18, 2009)">Zemanta Upgrade</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/wordpress-contact-form-7-plugin-landing-pag/feed</wfw:commentRss>
		<slash:comments>138</slash:comments>
		</item>
		<item>
		<title>Zemanta Upgrade</title>
		<link>http://grapethinking.com/zemanta-upgrade</link>
		<comments>http://grapethinking.com/zemanta-upgrade#comments</comments>
		<pubDate>Wed, 18 Feb 2009 05:55:23 +0000</pubDate>
		<dc:creator>GT</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser add-on]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[semantic app]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zemanta]]></category>

		<guid isPermaLink="false">http://www.grapethinking.com/?p=910</guid>
		<description><![CDATA[This is an update to a post I wrote last year after first discovering Zemanta, a blog tool/firefox add-on that makes intelligent real time contextual recommendations based on the content you&#8217;re writing. These recommendations come in the form of pictures, links, tags, and related articles. I&#8217;ve been using it for <a href="http://grapethinking.com/zemanta-upgrade" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 231px;">
<dt class="wp-caption-dt"><a href="http://farm4.static.flickr.com/3454/3289253854_38bc6e7893_m.jpg"><img title="HBW! (Cherry blossoms trio)" src="http://farm4.static.flickr.com/3454/3289253854_38bc6e7893_m.jpg" alt="HBW! (Cherry blossoms trio)" width="221" height="166" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> </dd>
</dl>
</div>
</div>
<p>This is an update to a <a href="http://www.grapethinking.com/zemanta">post</a> I wrote last year after first discovering <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a>, a blog tool/firefox add-on that makes intelligent real time contextual recommendations based on the content you&#8217;re writing. These recommendations come in the form of pictures, links, tags, and related articles. I&#8217;ve been using it for about 8 months now, and have to say, it&#8217;s probably the most useful Firefox add-on, let alone web tool in general, that I&#8217;ve found. The pictures and link recommendations are becoming more relevant over time, showing the creators&#8217; legit semantic engine skillz, and the tag generation is a priceless feature for annotating posts with meta information. They&#8217;ve recently enhanced the magic by integrating the tool into <a href="http://grapethinking.com/tag/gmail" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Gmail">Gmail</a> and Yahoo mail!</p>
<p><span id="more-910"></span></p>
<p>This is very exciting because now I can add great media content to my emails, making them more interactive and engaging. It blows me away how the tool so seamlessly integrates with different platform user interfaces. I still don&#8217;t quite understand how they make it work. I&#8217;ve tried all the top Firefox add-ons, Delicious, StumbleUpon, and Firebug being a few other winners, but those are just buttons or toolbars on top of the browser, whereas the Zemanta app exists dynamically within the actual webpage. These guys are doing something very special and I&#8217;m excited to see where they take it. Still waiting on them to hook it up with affiliate links!</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.u-g-h.com/2009/01/03/6-applications-that-made-2008-special/">6 Applications that made 2008 special</a> (u-g-h.com)</li>
<li class="zemanta-article-ul-li"><a href="http://webbugnet.wordpress.com/2009/01/21/zemanta-making-blogging-easier/">Zemanta: Making Blogging Easier</a> (webbugnet.<a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">wordpress</a>.com)</li>
<li class="zemanta-article-ul-li"><a href="http://lifehacker.com/5147440/zemanta-helps-write-rich-emails-in-gmail-and-yahoo-mail">Zemanta Helps Write Rich Emails in Gmail and Yahoo Mail [Downloads]</a> (lifehacker.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/67d6f057-f17b-4998-a520-9ad894f2e893/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=67d6f057-f17b-4998-a520-9ad894f2e893" alt="Reblog this post [with Zemanta]" /></a></div>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/mozilla-vs-igoogle-which-will-be-our-personal-agent" title="Mozilla vs. iGoogle &#8211; Which will be our personal agent? (May 10, 2008)">Mozilla vs. iGoogle &#8211; Which will be our personal agent?</a></li>
	<li><a href="http://grapethinking.com/popularity-contest-plugin-for-wordpress" title="Popularity Contest Plugin for WordPress (July 8, 2008)">Popularity Contest Plugin for WordPress</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/zemanta-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popularity Contest Plugin for WordPress</title>
		<link>http://grapethinking.com/popularity-contest-plugin-for-wordpress</link>
		<comments>http://grapethinking.com/popularity-contest-plugin-for-wordpress#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:41:20 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://grapethinking.com/?p=577</guid>
		<description><![CDATA[Many of you may have noticed the widget in our sidebar that shows the most popular posts.  It was originally built by Alex King and has been a great plugin for our site.  Recently, we upgraded the Grape Thinking website, and one of the items we updated was this widget.  <a href="http://grapethinking.com/popularity-contest-plugin-for-wordpress" rel="nofollow">more...</a>]]></description>
			<content:encoded><![CDATA[<p>Many of you may have noticed the widget in our sidebar that shows the most popular posts.  It was originally built by <a href="http://alexking.org" target="_blank">Alex King</a> and has been a great <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">plugin</a> for our site.  Recently, we upgraded the Grape Thinking website, and one of the items we updated was this widget.  For our non-tech-savvy readers, please feel free to play around with the links, and I apologize for any tech speak.  If you are interested in using the widget for your own sit, The &#8220;cool&#8221; functionality we created was:</p>
<ol>
<li>It&#8217;s a widget&#8230; this means you can easily place it in the sidebar of a <a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">wordpress</a> blog.</li>
<li>It&#8217;s smarter !  Depending on what page you are looking at, it displays different posts that are relative to what you are reading.  To see this in action, click a tag, category, archive, or an author in the sidebar, and check out the most popular posts within that section.</li>
</ol>
<p><span id="more-577"></span><br />
The widget does require that you are running <a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">WordPress</a> 2.5 or higher.  (If you have an older version of <a href="http://grapethinking.com/tag/wordpress" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wordpress">wordpress</a>, just leave a comment requesting the older version and I&#8217;ll send it, but it needs a little tweaking)</p>
<p style="text-align: center;"><a title="Popularity Contest" href="http://grapethinking.com/wp-content/uploads/2008/08/popularity-contest.zip" onclick="javascript: pageTracker._trackPageview('/PopularityContest');"><img class="aligncenter" style="vertical-align: middle; margin-top: 20px; margin-bottom: 20px;" src="http://grapethinking.com/wp-content/uploads/2008/08/download.jpg" alt="Download Popularity Contest" /></a></p>
<p>I must extend my thanks to Alex King, and all of the devlopers who have worked on this <a href="http://grapethinking.com/tag/plugin" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugin">plugin</a> before me, for without them, I would not have been able to do this.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://grapethinking.com/wordpress-contact-form-7-plugin-landing-pag" title="Customize The WordPress Contact Form 7 Plugin (March 13, 2009)">Customize The WordPress Contact Form 7 Plugin</a></li>
	<li><a href="http://grapethinking.com/zemanta-upgrade" title="Zemanta Upgrade (February 18, 2009)">Zemanta Upgrade</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://grapethinking.com/popularity-contest-plugin-for-wordpress/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

