Uncategorized

I just finished a technical demo for a customer when I got a very pleasant phone call to inform me that I would be on the Eurostar to London the next day for EPiServer training. The next day Nele, François and I arrived at The Office where we were introduced to our teacher Bevan Souster. We took some coffee and chatted a bit with the other participants from all over the world: our trainer used to live in New Zeeland, there were students from Scotland and Poland and there was also a colleague from LBi London. It seemed like this training would also be the perfect opportunity to work on our English accents. I really liked the international touch. I had just visited LBi New York during my holidays and now I met a colleague from our office in London. It’s always nice to exchange ideas in this global environment. After all students introduced themselves we kicked off with the EPiServer basics. Before this training I actually didn’t know that much about EPiServer so it was interesting to see what end users and editors could achieve with it. The last version of EPiServer also includes wysiwyg editing on the site, a great feature that editors see as a must have in modern CMS. Later we dived deeper into the core of the system. The team behind EPiServer made it easy to get started and gives developers a lot of tools, templates and a high level API to quickly build a basic dynamic website (with news items, google maps, …). The nice thing is that you get a lot of controls out of the box which take care of binding and other repetitive tasks. If you want to create more complex stuff the API will help you out. It’s also good to know that there has been already developed a lot by the community at epicode

From next week on I will be working on a real project at LBi London (can you feel the exitement!), so stay tuned for more EPiServer talk next weeks.

Creating a facebook share button is not that difficult but you can loose some time figuring out why an incorrect title, description or image is displayed facebook. There are a couple of tags that can describe your page. All those tags are listed on the Open Graph protocol page.

When you share an url, facebook will “download” that page and look for those tags.

There are a couple of ways to find out how facebook interpretes those tags (and how the share information will look on facebook).

  • Paste the link in your status, you don’t even need to post it, the facebook linter will parse your link immediately.
  • You can also send the link in a facebook message.
  • Facebook Linter: http://developers.facebook.com/tools/lint/ (this tool will also clear the cache)

The Facebook Linter is very useful to see if facebook reads your meta tags correctly. If you get an unexpected result there can be a couple of reasons:

  • You share a page that cannot be reached by facebook because it is protected (users can reach the page because they had to login first). Facebook will probably be redirected to an error page on your site or the login page. Solution: Do not share pages for which users should be authenticated.
  • There is a typo in your meta tags. Solution: Correct the mistakes and use http://developers.facebook.com/docs/opengraph/ as a reference.
  • You recently changed something but facebook still uses the cached version. Solution: Use the Facebook Lint tool http://developers.facebook.com/tools/lint/ this will clear the facebook cache for your page.