Why are people buying this $50 WordPress Plugin (worth $100) when you can accomplish something extremly simular for free with ONE line of code?为什么人们购买这个50美元WordPress的插件(价值100美元)时,您可以有所作为extremly simular免费一行代码?

Don’t Waste Money On The Simple Things… 不要浪费金钱简单的事情...
I happened upon DealDotCom last Wednesday Sept 19th (I’ma regular WOOTer as well) and saw they had a spiffy new product: WP Affiliate Pro .我碰巧时DealDotCom上周三9月19日(我经常WOOTer以及) ,看到他们有spiffy新产品: 可湿性粉剂附属专业 This WordPress application looks great and is very useful indeed.这WordPress的应用程序看上去很棒,是非常有益的。 I need to give credit to the author for coming up with it in the first place.我要表扬作者来与它摆在首位。 Its functionality allows you to insert affiliate links into your blog quickly and easily based on existing text found throughout your blog and track its success.它的功能可以让你插入分公司联系到您的博客轻松快速地根据现有的文字找到您的博客,并跟踪其成功。 It is professionally done and is functional.这是专业工作,并发挥作用。 You defiantly get what you pay for.你目空一切得到你所支付。 With a large enough site I’m sure you’ll see a return on your investment. John Chow bought this but that’s to be expected with a site that large.有了足够大的网站我相信您会看到您的投资回报率。 约翰周买了不过这可以预期的网站,大。 But he too could have gotten it for NOTHING.但他也可以得到它的原因。

If you’re not a very large site… 如果您不是一个非常大的网站...
Here’s the kicker… Its on DealDotCom for $49.88 (which if that’sa deal I’m afraid to ask what it was before hand - UPDATE it was $97).这是踢球...及其对DealDotCom的四十九点八八美元(如果这是对付我怕问这是什么前手-更新是9 7美元) 。 This makes me sad.这使我感到悲伤。 Why on earth would someone pay almost $50 for that software when you can quickly integrate something similar with ONE line of code.为什么地球上的人将支付近50美元时,该软件可以快速整合与类似的单行代码。

Granted this single line of code does not offer tracking features, but with the quick creation of a table in mySQL and two or three more lines of code you can easily integrate tracking.当然这个单一的代码行不提供跟踪功能,但与快速建立一个表中MySQL和两个或三个多行代码,您可以轻松地集成跟踪。 Four more lines would give you a nice little reporting page.四线将更多的给你一个可爱的小报告网页。 If I get enough comments (and time) I’ll write that out as well, but for now here’s something you can work with.如果我得到足够的意见(和时间)我会写上了以及,但现在这里的东西你可以工作。 This example will replace “google” (not case sensitive) with a link to their site in every post on your site.这个例子将取代“谷歌” (不区分大小写) ,以链接到他们的网站在每一个岗位在您的网站上。 You can replace the link with your affiliate ID to make some income on the referrers or use it with your other affiliate products.您可以取代与您联系子公司编号,使一些收入上查阅或使用与您的其他子公司的产品。

Locate: wp-includes/template-functions-post.php找到: wp-includes/template-functions-post.php
Find: $content = get_the_content($more_link_text, $stripteaser, $more_file);查找: $内容= get_the_content ( $ more_link_text , $ stripteaser , $ more_file ) ;
Insert this below: $content = str_replace(” google “, ” < a href="http://www.robmalon.com/" mce_href="http://www.robmalon.com/" >Google< /a> “, mb_strtolower($content, mb_detect_encoding($content)));插入这一如下: $内容= str_replace ( “谷歌” , “ ”一href = “ http://www.robmalon.com/ ” mce_href = “ http://www.robmalon.com/ ” “谷歌” / 1 “ “ mb_strtolower ( $内容, mb_detect_encoding ( $内容) ) ) ;

I’m sure you’re going to have more then one replace though so lets put this stuff in an nice array for multiple substitutions:我敢肯定你会再有更多的人取代,以便让虽然把这些东西在一个漂亮的多个阵列换人:

  1. $patterns [ 0 ] = ‘/ adsense /’ ; adsense登入 $patterns [ 0 ] = ‘/ adsense /’ ;
  2. $patterns [ 1 ] = ‘/ google /’ ;
  3. $patterns [ 2 ] = ‘/ ppc /’ ;
  4. $replacements [ 2 ] = " <a href= \" http://google.com/adsense \" >Adsense</a> " ;
  5. $replacements [ 1 ] = " <a href= \" http://google.com \" >Google</a> " ;
  6. $replacements [ 0 ] = " <a href= \" http://google.com/adwords \" >PPC</a> " ;
  7. $content = preg_replace ( $patterns , $replacements , mb_strtolower ( $content , mb_detect_encoding ( $content ) ) ) ;
  1. Create more replacements by continuing the numeric progression in the array.创造更多的替代品,继续发展的数字阵列中。 If you combine some of the tactics from my post on Increasing Affiliate Income - Blindfolding Your Links you will also be able to blindfold those links with your own URL and add in tracking much easier.如果你把一些从我的战术后提高会员收入-蒙住双眼您的链接您也将能够蒙骗那些与自己的网址和加入追踪容易得多。
  2. Make sure you have spaces between the outsides in case your word(s) show up in a hyperlink, otherwise it would replace that too.请确认您已经之间的空格以外的情况下,您的字(星期日)显示在一个超链接,否则将取代太多。 Delete the two spaces in the beginning of the anchor part (It shows up as a link on this post otherwise).删除这两个空间的开始锚的一部分(这表明了作为一个链接,否则这一职位) 。
  3. Remember to escape any additional quotes with a backslash as seen in the example.请记住,以逃避任何额外的引号用反斜杠看到的例子。 I cant count how many hours I’ve wasted on forgotten semi-colons and backslashes.本人不能指望有多少分,我已经浪费了被遗忘的分号和反斜线。
  4. mb_detect_encoding() may work oddly with different encodings. mb_detect_encoding ( )可能会奇怪不同编码。 Especially if your site is in a language other then English.尤其是如果您的网站是在其他语言然后英文。 In this case see further details on php.net about what to specify it as.在这种情况下见进一步细节php.net什么具体作为。
  5. This shouldn’t effect your existing links but keep an eye out, I whipped this up in five minutes.这不应该影响您现有的联系,但留意了,我掀起这在5分钟之内。

If its not already apparent, I’m cheep and that doesn’t exactly do much for me when it comes to marketing solutions for my projects.如果它不是已经很明显,我cheep ,并没有做到底,我是在营销解决方案为我的项目。 But you would be surprised what you can do when you don’t just throw money at the problem - and you learn so much more in the process.但是,你会感到惊讶你们能做的事时,你不只是投钱的问题-你学习,使更多的过程中。 This strategy gives me some of the best ideas.这一战略给我一些最好的想法。 More often then not, ideas within ideas are found because of the unique ways you come up with to tackle problems.更经常地然后不,思想观念内被发现,因为你独特的方式拿出来解决问题。 Besides what would the fun in just paying your way to the top?除了什么样的乐趣在短短的方式支付您的顶端? Dorothy’s yellow brick rode is one of dollars for many these days.多萝西的黄色砖骑马是美元对许多这些天。 Its more fun to impose a “cash crutch” on yourself and find creative ways around the mainstream choices.其更多的乐趣实行“现金拐杖”对自己和创造性的方式找到附近的主流选择。

I started this blog 2 months ago and readers are steadily climbing faster then expected:我开始本博客2月前与读者的稳步攀升更快然后预计:

feedburner trend rob malon

I didn’t spend a penny on marketing or software (not that it wouldnt be smart to).我没有花一分钱的营销或软件(不是它wouldnt是明智的) 。 Unless you include server costs, I never spend more then that.除非你包括服务器费用,我从来没有花更多的那。 But I also run other projects off it so I already had it as a resource.但是我也运行了其他项目,所以我它已经作为一种资源。 My point is, if you learn enough, theres really nothing you cant do without a bit of time and effort.我的意思是,如果你了解不够, theres真的不能没有你没有一点的时间和精力。 And sometimes less effort then you would think.有时较少的努力,你想。

rss feed rob malon Interested in receiving instant updates on automating websites for passive income as well? Click Here to subscribe or use the email subscription box on the top right of this site.有意接收即时更新网站的自动化被动收入呢? 点击这里订阅或使用邮件订阅框右上方的这个网站。


3 Trackback(s)第3引用(星期日)

  1. Sep 21, 2007: PlugIM.com 9月21日, 2007年: PlugIM.com
  2. Sep 23, 2007: Sweet Gain » Blog Archive » Link Storm 9月23日, 2007年: 甜增益» blog存档»链接风暴
  3. Sep 24, 2007: Automate Affiliate Linking Script - php and javascript scripts 9月24日, 2007年: 自动化联盟链接脚本-P HP和J avaScript的脚本


10 Comment(s) On 10个评论(星期日)在

"Automate Affiliate Linking in ALL your WordPress Posts" “自动化联盟链接你的一切WordPress的帖子”
  1. MyAvatars 0.2 Don - Sep 21, 2007 -9 月2 1日, 2 007

    Rob congratulations on the traffic, its hard work.罗布祝贺的交通,它的辛勤工作。 I was up to all hours last night working on my own.我的所有时间昨天晚上的工作我自己。 Thanks for the look see at it.谢谢您的期待看到它。 I was ranked 8 million on Alexa in early August and I’m down to 3 mill range as of today.我是第8亿美元的Alexa在8月初,我到三厂范围今天。 Thanks for all your help感谢您所有的帮助

  2. MyAvatars 0.2 Andy Bailey - Sep 24, 2007 安迪贝利 -9 月2 4, 2 007

    I’ve been using something called sh-autolink on all my blogs and it works really well -for free!我一直在使用所谓的SH -自动对所有我的博客和它的作品真的很好,是免费的!

  3. MyAvatars 0.2 Rob - Sep 24, 2007 罗布 -9 月2 4, 2 007

    Thanks for the link Andy.谢谢安迪的联系。 I was told theres another similar solution floating around and cant find the link.有人告诉我theres另一个类似的解决办法和浮动周围不能找到链接。 This one looks a little more involved to the novice, but it gives people plenty of options.这一个看起来有点更多地参与到新手,但它为人们提供丰富的选择。 I wonder how many people would have bought that if they only knew…我不知道有多少人会买,如果他们只知道...

  4. MyAvatars 0.2 Andy Bailey - Oct 4, 2007 安迪贝利 -2 007年十月4号

    I know, I have been using the internet since it was called Fidonet and I’ve virtually never had to pay for any kind of software ever!我知道,我一直在使用互联网,因为它被称为和Fidonet我几乎从来没有支付任何形式的软件都! There’s always a way to do it for free somewhere.总有办法做到这一点自由的地方。
    some people are happy to pay for the convenience of not having to search for a free version or want some kind of assurance that they will get future support so there’ll always be people who pay for stuff that can be found for free which is good news for places like deal a day and others有些人很乐意支付的便利不必寻求一个免费版本,或想要某种形式的保证,他们将获得未来的支持,因此将永远是人谁付费的东西,可以找到免费这是个好消息处理等地每天和其他

  5. MyAvatars 0.2 bdurfee - Feb 1, 2008 bdurfee -2 008年2月一号

    Great tip and even better that you dropped a link to the code download for those of use who type with the palms of our hands.大冰山,甚至更好,你放弃了链接,下载的代码为那些使用谁类型的手心我们的手中。 I love finding simple coding solutions to avoid buying software but I spend more time on deleting my typing errors than actual coding.我喜欢简单的编码找到解决方案,以避免购买软件,但我花更多的时间删除我的打字错误比实际编码。

    Thank you.谢谢您。 And I look forward to the possibility of “the quick creation of a table in mySQL and two or three more lines of code you can easily integrate tracking.我期待的可能性“的快速建立一个表中MySQL和两个或三个多行代码,您可以轻松地集成跟踪。 Four more lines would give you a nice little reporting page.” You rock.四线将更多的给你一个可爱的小报告网页。 “你的岩石。

  6. MyAvatars 0.2 US Freestuff - Feb 9, 2008 美国Freestuff -2 008年2月9日

    Big thanks for tip大感谢冰山

  7. MyAvatars 0.2 Copes Flavio - Feb 22, 2008 应对弗拉维奥 -0 8年2月2 2日

    I think you’d like to try the free plugin i developed, used to find out which keyword the visitor has typed in the search engine he comes from and then show a message (affiliate link) based upon that.我想你想尝试免费插件字母i发达,用来找出关键字访问者已输入的搜索引擎,他来自然后显示一条消息(子公司链接)基于这一点。

  8. MyAvatars 0.2 Rob - Feb 22, 2008 罗布 -2 008年2月2 2号

    A plugin for wordpress?阿插件WordPress的? I made something like that for a slightly different purpose which I’ll explain in an article next month.我类似的东西为目的略有不同,我会解释的一篇文章中下个月。 I haven’t taken the time to create mine as a plugin specifically for wordpress.我还没有花时间建立煤矿作为一个插件专门用于WordPress的。 It’s easy enough to implement without having to interface it with wordpress.这是很容易执行,而不必界面与WordPress的。

    Applying search engine keywords to affiliate text links is a great idea though.运用搜索引擎的关键字,以子公司文字链接是一个伟大的创意的。 I’m doing something like that using a different method (my own site search) which I’ll be explaining more about in a later article.我做的东西一样,使用不同的方法(我自己的网站搜索) ,其中我将介绍更多的在以后的文章。

    Sorry if detail is lacking here…easier to explain it once ;).很抱歉,如果缺乏细节...在这里更容易解释一次; ) 。

    By the way, the script that I created for search engine keyword logging/display covers google, yahoo, and msn.顺便说一下,剧本,我创建的搜索引擎关键字记录/显示包括谷歌,雅虎和MSN 。 Though it wouldn’t be hard to add to that list.虽然它并不难新增列入这一名单。 If there are any other popular ones people like to use let me know now and I’ll include when I release my method.如果有任何其他受欢迎的人想利用我现在知道,我会包括当我释放我的方法。

  9. MyAvatars 0.2 Copes Flavio - Feb 22, 2008 应对弗拉维奥 -0 8年2月2 2日

    Nice to hear that, I’m going to subscribe to your RSS feed since you’ve written many good posts很高兴听到这,我要订阅你的RSS种子,因为您写了许多很好的职位 ;-)

  10. MyAvatars 0.2 marlll - Jun 3, 2008 marlll -2 008年六月三日

    Big thanks for tip大感谢冰山



Leave A Comment:发表评论:

Comments RSS Feed 评论RSS馈送

5 Minus 4 = 负4 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. 自订主题罗布丙二|内容与设计© 2008 -罗布丙二[斑点]通信。 "));
"));