Creates a display card with optional image, title, description, and link
Parameters
- linkURL = URL for the card link
- linkText = Text for the link button
- title = Card title
- description = Card description text
- imageURL = Optional image URL for the card
[{DisplayCard linkURL="#" linkText="Link" title="Title" description="Description" imageURL="http://example.com/image.jpg"}]
DisplayCard
Add this line to page javascript:
OpenForum.loadCSS("/OpenForum/Extensions/DisplayCard/page.css");
[{DisplayCard linkURL="#" linkText="Link" title="Title" description="Description"}]
[{DisplayCard linkURL="#" linkText="Link" title="Title" description="Description"
imageURL="http://static.pexels.com/wp-content/uploads/2014/07/alone-clouds-hills-1909-527x350.jpg"}]