wordpress-wechat-broadcast
wordpress-wechat-broadcast copied to clipboard
how to use other plugin's shortcode in post for wechat?
Hello,
The following example is just for showing wechat post in wordpress site, and it works well.
在文章或页面编辑页中选择文本 在需要插入的地方填入 [wechat_material]
可选参数 col, 显示列数,默认为 3,可选为 2
可选参数 title, 是否显示标题,默认为 true,false 为不显示 可选参数 thumb, 是否显示缩略图,默认为 true,false 为不显示 可选参数 digest, 是否显示简介,默认为 true,false 为不显示
完整示例 [wechat_material col="3" title="true" thumb="true" digest="true"]
but, I use the shortcode of other plugins in wordpress post, for example, I put a poll shortcode in wordpress post to show a poll, and the poll information will show up blog post at wordpress front-end, but if I push the post to wechat, it will show that poll shortcode in Wechat APP not Poll text information, is it possible to resolve?
Thanks.
Alex
Other plugins is which one?
Tell me the plugin name, i will try it.
BTW, can you send your site more information to my mail ([email protected]), i will help me.