Blog Integration Demo
Blog Integration
This page demonstrates how XMF Portal can integrate content from other XOOPS modules using shortcodes. The widget below pulls the three most recent blog posts and displays them as content cards.
[xmf name="xmfportal:content_cards" source="recent_blog_posts" limit="3" columns="3" /]
Result:
[xmf name="xmfportal:content_cards" source="recent_blog_posts" limit="3" columns="3" /]Shortcodes are processed at render time by the XMF ShortcodeParser. Any registered widget can be embedded in page body content using the [xmf] shortcode syntax.