Monday, February 6, 2012

Sitecore Fetch Squad

Automated crawler fetching websites and blogs from Sitecore content

Archive for the ‘Minipost-1’ Category

Post Comments Using Twitter and Facebook

Posted by admin On July - 6 - 2011

Starting today, visitors to your blog can use their Facebook or Twitter account to leave comments. This saves everyone a few steps and gives visitors control over which identity they use.  It’s a win for everyone.

As an important touch, we let you stay logged in to multiple services. This means you can stay logged in to Facebook for convenience, but still leave a comment through Twitter or your WordPress.com account. Just click whichever identity you’d like to use, and the selected one will be associated with your comment when it is published. You’re in control of your identity, as you should be.

Depending on your theme, you may notice the comment area looks different than before to make room for these new features. We also intelligently choose to use a light or dark visual style for the comment box, depending on the theme you are currently using.

And since you know your readers well, you can now change the text above the comment box to be whatever you like. We recommend using the default we are applying to new blogs, “What are you thinking?”, as questions often encourage more comments, but you can change it to whatever you like by going to your dashboard, then Settings → Discussion.

We know you like comments and this will help you get even more. Stay tuned for better Twitter and Facebook integration features, coming soon.

Philipp Heltewig

Contributing to Sitecore Shared Source Projects

Posted by admin On January - 29 - 2009

The following tips for working with Sitecore shared source are based on my recent experience contributing the FieldValueComparer (based on to the comparer in this post) to the Sitecore Shared Source project.

  • Review this introduction to contributing shared source to obtain access to Subversion or to request a new project room.
  • Each project room is basically a Wiki. The only way back to the list of project rooms seems to be http://trac.sitecore.net/Index, so most project rooms include this link.
  • Review this guide to contributing shared source.
  • Copy files into the Trunk directory and check them in.
  • I don’t like learning a new markup, but when editing the Wiki:
    • It seems to format linefeeds as HTML paragraphs or line breaks.
    • Use equals signs for major headings (the spacing seems to be important): 
      = heading =
      
    • Use more equals signs for minor headings:
      == heading ==
      
    • Preceed text with an exclamation mark to avoid the Wiki automatically creating a link:
      = Welcome to the !ProjectRoomName =
      
    • Wrap URLs with quare brackets, optionally followed by a space and the text of the link:
      [http://sitecore.net Sitecore Marketing Site]
      
    • Wrap code with three curly braces to preformat it for easy copy and paste:
      {{{
      // code
      }}}
      
    • You can create entries in numbered lists by entering a space character, a number, and a period on a blank line:
       1. First.
       2. Second.
      
  • Please report issues and feature requests for shared source components by posting on the Shared Source Modules forum on the Sitecore Developer Network.

I will try to maintain this list and the FieldValueComparer project room as a template for cutting and pasting when creating new projects.

John West Blogs about Sitecore

Maximum number of Sitecore query items

Posted by admin On January - 21 - 2009
Last week I had some problems with an Sitecore Query. It didn’t show more than an fixed number of items. After some hard thinking I rembered that there is a web.config key called Query.MaxItem which, you might guessed it, controls the maximum number of results of an Sitecore Query.

Mark van Aalst

Sitecore Seminar – February 6, 2008

Posted by admin On December - 29 - 2008