Re: XF 2.3 - Embed your content anywhere
As EmbedResolver is a Content Type Handler that developers use to make that content type Embeddable via a EmbedRenderer.
An EmbedRenderer is what a content type uses to RENDER (Display) an EMBED in that piece of content when viewing it.
Sportsbook 2.3.0 implements EmbedResolvers (the new EMBED bbcode) that allows you to paste a Sportsbook Event URL, Sportsbook Event Outcome URL or Sportsbook Member Bet URL into any RTE (Rich Text Editor) that implements a EmbedRenderer.
Not going to list all of the XF, XFRM and XFMG Embed Resolvers, you can read about those in the HYS forum at XenForo.com.
Listing of EmbedRenders (as of XF 2.3.0 Beta 6):
Examples..
Each resolver has its own output template so that you can customize the output to however you want to without it effecting anything but that specific resolver.
As EmbedResolver is a Content Type Handler that developers use to make that content type Embeddable via a EmbedRenderer.
An EmbedRenderer is what a content type uses to RENDER (Display) an EMBED in that piece of content when viewing it.
Sportsbook 2.3.0 implements EmbedResolvers (the new EMBED bbcode) that allows you to paste a Sportsbook Event URL, Sportsbook Event Outcome URL or Sportsbook Member Bet URL into any RTE (Rich Text Editor) that implements a EmbedRenderer.
Not going to list all of the XF, XFRM and XFMG Embed Resolvers, you can read about those in the HYS forum at XenForo.com.
Listing of EmbedRenders (as of XF 2.3.0 Beta 6):
- XF implements EmbedRenderers for Posts, Direct Messages, Profile Posts and Profile Post Comments.
- XFRM implements EmbedRenderers for Resource Ratings and Resource Updates.
- XFMG implements EmbedRenderers for Albums.
- Sportsbook implements EmbedRenderers for Events.
- AMS implements EmbedRenderers for Articles, Article Pages, Article Ratings and Series.
- Showcase implements EmbedRenderers for Items, Item Pages, Item Ratings, Item Updates and Series.
- UBS implements EmbedRenderers for Blogs, Blog Pages, Blog Entries, Blog Entry Pages, Blog Entry Ratings and Series.
- CAS, EMS, IMS, LD and RMS will also implement EmbedResolvers and EmbedRenders.
Examples..
Each resolver has its own output template so that you can customize the output to however you want to without it effecting anything but that specific resolver.
Last edited:
Upvote
0