Wednesday, February 15, 2012

Pay With A Tweet

Yesterday after watching a video on SEOMoz I noticed them talking about way to get more back links.  They were talking about "paying with a tweet" a method in which you give something away but only if the user links to your site via a Facebook Post of Twitter Post. This sounded pretty intriguing to me so I quickly Googled pay with a tweet and found the website paywithatweet.com.  Went through the process of creating a button which was pretty simple and at the end gave me some iframe code which I could place on my website.

ohbaby.co.nz is a popular New Zealand Baby Magazine which has articles that are only available to members who subscribe to the print magazine.  We decided to add a pay with a tweet to some of these articles in an attempt to get some more back links from social media.

You can see an example by going to Natural Labour Preparation.  If you're a "max" member you'll be shown the full story otherwise you will need to subscribe or pay with a tweet.  Quite impressed how easy it was to setup, however one issue discovered is that after paying with the tweet the full article is displayed in the pop up window, not ideal because there are no scroll bars, you could paste the address to another window but for the average Internet junkie this might be too hard especially with the address bar greyed out. 
Also it would be really cool if the paywithatweet.com website had an api so we could generate the code on the fly and apply the methodology to all our "max" articles so we could have a special weekend where all articles were free with a tweet or facebook post.  I presume an api is in the making.
Pay with a tweet a service that I presume might become quite popular.

Anyone else using it? Thoughts/Comments?

Friday, February 3, 2012

Using the Umbraco Object in a Umbraco 5 Template

If you want to use the Umbraco object in Templates then you need to add @inherits RenderViewPage to the top of your template (View).  Its best to do this on a Master Template so you only need to add it once. 


If you don't do this you will get an error like CS0234: The type or namespace name 'Field' does not exist in the namespace 'Umbraco' (are you missing an assembly reference?)




Umbraco 5 Hanging on Install IIS7

First chance today to look at Umbraco 5. Unfortunately I haven't looked at many of the previous versions of Umbraco 5 so was really keen to get into it and start a new project so I could all the new cool features.

Unfortunately I got stopped at the first step, created a new database, created a new site IIS 7 and browsed to the new site. The install just hang with the wait cursor just going round and round. After going insane for a few hours I discovered the fix was disbale Link Scanner in AVG. You can disable this by opening the AVG user interface goto tools > advanced settings > link scanned then unticking the 3 options. Hope this gets you on your way. Hoping to bring you lots more Umbraco 5 blog posts in the weeks and months to come.