XF 1.3 BBcode for several IDs?

Skylined

Well-known member
In the case of Brightcove there are several parts needed to embed a video and not just one ID.


Like in this case, 3 IDs have to be specified, bcpid, bckey and bctid.

Code:
http://link.brightcove.com/services/player/bcpid2505362361001?bckey=AQ~~,AAAApYJ7UqE~,xqr_zXk0I-zNcAuySDjmGive_8xdCbom&bctid=2996102910001


Is there any way to specify those 3 using the {$id}?
 
Last edited:
You could likely do this with custom URL match and embed callbacks, though it would require some level of PHP knowledge.
 
Top Bottom