Embedding a pre-filtered directory

When you embed a Community Box directory on your website, you will usually add markup like the following to your page:

<div id="communitybox-target" box="98f90007-f3f8-48c1-a038-7d4661e7816d"></div>

This will list all the profiles in your directory. However, if you want to list only profiles with a certain tag, or combination of tags, then you can add the following:

<div id="communitybox-target" box="98f90007-f3f8-48c1-a038-7d4661e7816d" tags="breakfast,organic,wifi,cheap"></div>

... notice the tags attribute. In the example above, this would make the directory on that page, list only profiles matching any of the tags in the comma-separated list.