Add IsNamedParams property in shortcodes

This commit is contained in:
digitalcraftsman
2015-11-23 19:32:03 +01:00
committed by Bjørn Erik Pedersen
parent 86dcac614b
commit 311307c9e4
2 changed files with 20 additions and 11 deletions

View File

@@ -173,9 +173,9 @@ You want to include a single tweet into your blog post? Everything you need is t
https://twitter.com/spf13/status/666616452582129664
Pass the tweet's author the id from the URL as parameters to the shortcode as shown below:
Pass the tweet's id from the URL as parameter to the shortcode as shown below:
{{</* tweet spf13 666616452582129664 */>}}
{{</* tweet 666616452582129664 */>}}
***