I am using a plugin called Post Snippets.
According to the documentation, it can substitute variables, such as {url} within the snippets.
http://wordpress.org/extend/plugins/post-snippets/
I am unclear how to assign values from within a specific post to a variable.
I tried using exec-PHP, and used the following:
[exec]url = "domain.com";[/exec]
But the snippet registered no value for {url}.
How can I assign, from within a post, the value to a variable so that I can use it as described?