I’ve added the snippet ad tried it cached and uncached
<meta name="Keywords" content="[!PageKeywords?min=`2`!]" />
<meta name="Keywords" content="[[PageKeywords?min=`2`]]" />
I don’t have a "cloudwords" so from my understanding it should pick out word automatically.
The output I get always has the last letter of the last word missing. The only words it picks out of my home page is the words that are in the snippet:
$include = array(’blog’,’method’,’edit’,’content’,’design’,’links’,’quickedit’,’MODx’,’customize’);
This the the output on my
web site home page
<meta name="Keywords" content="MODx,content,desig" />
hope this helps the development!