I would like to create something similar to fb: tag.
For example if you put fb:comments in your code it would display your comments from Facebook.
Ofcourse you need to include the Facebook xmlns in your HTML head.
How can I create my own tags to perform for example encryption?
For example: <myEncrypt:key>encrypted word</myEncrypt:key>
Is that possible? I think it is. Can someone give me some directions on how to achive that?
Thanks