<?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>h4x3d.com &#187; plugin</title>
	<atom:link href="http://h4x3d.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Thu, 24 May 2012 18:50:39 +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>WordPress Mu embed not working for youtube, input, code, etc.</title>
		<link>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/</link>
		<comments>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:16:32 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[unfiltered]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1402</guid>
		<description><![CDATA[Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, I thought posting this quick article would take max 5 minutes or so, but it turned out to be more difficult: WordPress MU for security purposes does not allow specific HTML code to be included in posts or pages.<br />
This is for security reasons, as mentioned before, because in a multi-blog environment people could post all sorts of crap to compromise your site, server and work, ultimately driving you nuts and causing all sorts of havoc.</p>
<p>After some Googling <a href="http://www.clickonf5.org/wordpress-mu/youtube-other-video-not-embedding-wordpress-mu/5820">I</a> <a href="http://mu.wordpress.org/forums/topic/1964?replies=6">found</a> <a href="http://mu.wordpress.org/forums/topic/1964/page/2#post-46843">several</a> <a href="http://blogs.voxeo.com/behindtheblog/2008/08/01/tip-how-to-modify-wordpress-mu-to-allow-embed-objects-specifically-for-slideshare/">interesting</a> <a href="http://php-princess.net/2009/06/16/embedding-youtube-videos-in-wordpress-mu/">articles</a>, <a href="http://kafekafe.com/wordpress-mu/2009/06/24/wordpress-mu-embed-code/">most</a> of <a href="http://www.darkavenger.co.uk/words/2009/09/get-youtube-videos-to-work-in-wordpress-mu/">them</a> repeated themselves and said &#8220;well.. edit the ksas.php file in wp-includes&#8221; and then stated a long-list with many interesting HTML pieces. This works, but a plugin is more fancy I thought: so I googled on and found a plugin called <a href="http://wordpress.org/extend/plugins/unfiltered-mu/">&#8220;unfiltered&#8221; content WordPress MU</a>, released by the WordPress guys. This is in so far cool, as you can either stick it in the mu-plugins folder and have it sidewide, or in the regular plugins folder and just activate it on a blog by blog basis. Since I am running this WordPress MU installation on my own and do not have posts to monitor for &#8220;havoc causing script includes&#8221;, I decided to go for the plugin and enable it side-wide. This way I can upgrade my wordpress mu next time a new version comes out and keep my sanity (because by then I would probably have forgotten about the includes folder and the php file that I need to update every time&#8230;)</p>
<p>Hope this helps,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a paypal button to your wordpress page</title>
		<link>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/</link>
		<comments>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:39:23 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1398</guid>
		<description><![CDATA[update: f§*king wordpress mu won&#8217;t let me enter tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website): You can copy&#38;paste [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/">update: f§*king wordpress mu won&#8217;t let me enter  tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution</a></strong></p>
<p>There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website):</p>
<p>You can copy&amp;paste the code you find on most pages and wonder why you get really a lot of spam emails<br />
or you can use the &#8220;secure merchant id&#8221; code from paypal<br />
or you can grab a plugin at wordpress.org</p>
<p>To explain the first (revealing code)</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>name</span>=”_xclick” <span style=' color: Red;'>action</span>=”https://www.paypal.com/cgi-bin/webscr” <span style=' color: Red;'>method</span>=”post”<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”cmd” <span style=' color: Red;'>value</span>=”_xclick”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”business” <span style=' color: Red;'>value</span>=”user@spam-me-please.com”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”item_name” <span style=' color: Red;'>value</span>=”Customer Service”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”currency_code” <span style=' color: Red;'>value</span>=”USD”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”amount” <span style=' color: Red;'>value</span>=”1.00″/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”image” <span style=' color: Red;'>src</span>=”http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif” <span style=' color: Red;'>border</span>=”0″ <span style=' color: Red;'>name</span>=”submit” <span style=' color: Red;'>alt</span>=”Make payments with PayPal - it’s fast, free and secure!”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>While this has its advantages: you can easily specify the parameters, it also has the problem that your email address is very likely to be scraped and spammed by bots. So next time you receive one of those fake paypal &#8220;you need to click here to reactivate your account&#8221; emails&#8230; guess why you are receiving it.</p>
<p>I use the second version, the paypal secured id, because I am not too keen to exposing (any) email address to spam bots. The code below will generate a paypal button with my id in it. To change that or to get your code you need to login to paypal and get it from the merchant tab. Or you can enter &#8220;paypal button&#8221; in the search field top right of the page.</p>
<p>2) Click on Merchant services.<br />
3) Click on websites payment standards.<br />
4) Click on accept contributions.<br />
5) Click on get donation button.</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>action</span>="<span style=' color: Blue;'>https://www.paypal.com/cgi-bin/webscr</span>" <span style=' color: Red;'>method</span>="<span style=' color: Blue;'>post</span>"<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>cmd</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>_s-xclick</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>hosted_button_id</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>10155388</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>image</span>" <span style=' color: Red;'>src</span>="<span style=' color: Blue;'>https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif</span>" <span style=' color: Red;'>style</span>="<span style=' color: Blue;'>width: 100px; float: right;</span>" <span style=' color: Red;'>border</span>="<span style=' color: Blue;'>0</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>submit</span>" <span style=' color: Red;'>alt</span>="<span style=' color: Blue;'>PayPal - The safer, easier way to pay online!</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>And now to the fun part actually: you will not be able to copy and paste the code(s) mentioned above, because wordpress will strip the input fields and nothing will display. So unless you are putting this code into your template (e.g. by including it in a separate php file), it won&#8217;t work, I believe.</p>
<p>You can however grab a wordpress plugin, like this <a href="http://wordpress.org/extend/plugins/paypal-donations/">paypal plugin</a> to help you out.</p>
<p>Also of help &#8211; this support post at <a href="http://en.forums.wordpress.com/topic/adding-a-custom-paypal-link-easy-as-1-2-3?replies=7">wordpress</a></p>
<p>hope this helps anyone,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Developers get little credit</title>
		<link>http://h4x3d.com/wordpress-plugin-developers-get-little-credit/</link>
		<comments>http://h4x3d.com/wordpress-plugin-developers-get-little-credit/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 10:52:27 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gamerz]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scott reilly]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/wordpress-plugin-developers-get-little-credit/</guid>
		<description><![CDATA[Scott Reilly of coffee2code set out to try a 14 days of Plugins Challenge. In the past he has released various (great) wordpress plugins for free which he now tries to update to WordPress 2.5. as part of the set goal to come up with 14 wordpress plugins in the next 14 days. WordPress Plugin [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.h4x3d.com/wp-content/uploads/wordpress-logo.png' alt='Wordpress Logo used-look' /></p>
<p>Scott Reilly of coffee2code set out to try a <a href="http://coffee2code.com/archives/2008/03/30/14-days-of-plugins/">14 days of Plugins Challenge</a>. In the past he has released various (great) wordpress plugins for free which he now tries to update to WordPress 2.5. as part of the set goal to come up with 14 wordpress plugins in the next 14 days.</p>
<p>WordPress Plugin Designers such as <a href="http://coffee2code.com">Scott Reilly</a> or Lester Chan get less media coverage than theme designers for the reason (I assume) that their work is not <em>that</em> visible. Their work is amazing and really improves WordPress by a lot.</p>
<p>As a <a href="http://www.h4x3d.com/themes/">WordPress Theme Designer</a> I think it is time to say thanks and return some favours, show some karma and link-love. Keep it up Plugin People!</p>
<p>Lester &#8220;Gamerz&#8221; Chan&#8217;s WordPress Plugins<br />
<a href="http://coffee2code.com/wp-plugins/">Scott Reilly&#8217;s WordPress Plugins</a></p>
<p>The ones I love from Lester Chan are: Postviews (does not work here though due to complex loops), Post ratings, Print (allows you to print, right?).</p>
<p>The ones I love from Scott Reilly are: <a href="http://coffee2code.com/wp-plugins/#authorimages">Author images</a> (allows you to show an picture of you below a post or in your template &#8211; well you could hard and hand code this, but still this is a neat plugin!), <a href="http://coffee2code.com/wp-plugins/#autohyperlinkurls">Auto-Hyperlink</a> URLs (autolinks links, as the name suggests), <a href="http://coffee2code.com/wp-plugins/#customizablecommentlistings">custom comment listing</a> (will incorporate this once again soon, because the current comment section annoys me), <a href="http://coffee2code.com/wp-plugins/#toprecentcommenters">Top recent commenters</a> (similar to the one mentioned before) and <a href="http://coffee2code.com/wp-plugins/#wpuntexturize">wpuntexturize</a> (changes annoying curly quote marks (quotation marks) into simple lovely ones). Lorrele&#8217;s article on &#8220;how to use the post-listings plugin&#8221; might be a good place to look at when you have trouble with Scott Reilly&#8217;s plugin</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-plugin-developers-get-little-credit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Popularity Contest does not work on WordPress 2.4</title>
		<link>http://h4x3d.com/popularity-contest-does-not-work-on-wordpress-24/</link>
		<comments>http://h4x3d.com/popularity-contest-does-not-work-on-wordpress-24/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 15:47:39 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Dailies]]></category>
		<category><![CDATA[2.4.]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/popularity-contest-does-not-work-on-wordpress-24/</guid>
		<description><![CDATA[Trying out the bleeding edge version of WordPress 2.4. shows that the Popularity Contest plugin by Alex King does currently not work. It renders a &#8220;fatal error&#8221; on the plugin page and resists to get activated.]]></description>
			<content:encoded><![CDATA[<p>Trying out the bleeding edge version of WordPress 2.4. shows that the <a href="http://alexking.org/projects/wordpress">Popularity Contest plugin by Alex King</a> does currently not work. It renders a &#8220;fatal error&#8221; on the plugin page and resists to get activated.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/popularity-contest-does-not-work-on-wordpress-24/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spam&#039;ed really bad today&#8230;</title>
		<link>http://h4x3d.com/spamed-really-bad-today/</link>
		<comments>http://h4x3d.com/spamed-really-bad-today/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 16:25:01 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[unsorted]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[akisment]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/spamed-really-bad-today/</guid>
		<description><![CDATA[Got spam&#8217;ed really bad today, was Akismet down? UPDATE: I installed &#8220;WP-SPAMFREE&#8221; and modified some files to cover this spam-issue. Seems to work out now &#8211; getting some 10 spams a day vs. 120 spams a day]]></description>
			<content:encoded><![CDATA[<div style="float: left"><img align="left" src="http://farm3.static.flickr.com/2255/1756392145_b457deee02_m.jpg"> Got spam&#8217;ed really bad today, was Akismet down?<br />
<em>UPDATE:</em> I installed &#8220;WP-SPAMFREE&#8221; and modified some files to cover this spam-issue. Seems to work out now &#8211; getting some 10 spams a day vs. 120 spams a day</div>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/spamed-really-bad-today/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>post2cat problem after post in wordpress 2.3</title>
		<link>http://h4x3d.com/post2cat-problem-after-post-in-wordpress-23/</link>
		<comments>http://h4x3d.com/post2cat-problem-after-post-in-wordpress-23/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 11:21:54 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Dailies]]></category>
		<category><![CDATA[google sitemaps]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/post2cat-problem-after-post-in-wordpress-23/</guid>
		<description><![CDATA[if you have a problem with your admin screening spitting out wordpress database problem post2cat, and you are running wordpress 2.3 you might want to deactivate the Google sitemaps plugin and see if it works.]]></description>
			<content:encoded><![CDATA[<p>if you have a problem with your admin screening spitting out wordpress database problem post2cat, and you are running wordpress 2.3 you might want to deactivate the Google sitemaps plugin and see if it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/post2cat-problem-after-post-in-wordpress-23/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom number of posts per search/category/tag</title>
		<link>http://h4x3d.com/custom-number-of-posts-per-searchcategorytag/</link>
		<comments>http://h4x3d.com/custom-number-of-posts-per-searchcategorytag/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 15:44:37 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Dailies]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/custom-number-of-posts-per-searchcategorytag/</guid>
		<description><![CDATA[Check out this plugin: different posts per page (of course for wordpress) For download counter, check this out download-counter-lite]]></description>
			<content:encoded><![CDATA[<p>Check out this plugin: <a href="http://www.maxwordpress.com/plugins/dppp/">different posts per page</a></p>
<p>(of course for wordpress)</p>
<p>For download counter, check this out <a href="http://www.stuff.yellowswordfish.com/download-counter-lite/">download-counter-lite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/custom-number-of-posts-per-searchcategorytag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect plugin</title>
		<link>http://h4x3d.com/redirect-plugin/</link>
		<comments>http://h4x3d.com/redirect-plugin/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 10:30:03 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Dailies]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/redirect-plugin/</guid>
		<description><![CDATA[http://urbangiraffe.com/plugins/redirection/ The best of the best available for free!]]></description>
			<content:encoded><![CDATA[<p><a href="http://urbangiraffe.com/plugins/redirection/">http://urbangiraffe.com/plugins/redirection/</a></p>
<p>The best of the best available for free!</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/redirect-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

