Does anyone who knows the complete or atleast knows the "TMPL_VAR" parameters?
samples:
<TMPL_VAR file_code>
<TMPL_VAR site_url>
<TMPL_VAR download_link>
etc.
Purpose:
I want to integrate jw player embed code:
sample from jw
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
edited
code: encodeURI('<IFRAME SRC="<TMPL_VAR site_url>/embed-<TMPL_VAR file_code>.html' />"),
It doesnt generate any links or file codes, so i might thinking theres another code for this one, since im seeing other xfilesharing websites with sharing plugin from jw and integrate it successfully.
Please share
XFileSharing Pro - TMPL_VAR parameter
-
- Posts: 25
- Joined: Dec 15, 2010 12:26 am
-
- Posts: 148
- Joined: May 28, 2013 1:51 am
Re: TMPL_VAR parameter
Hey are you trying to show the embed from within the player? So when people click the button from the player then can get the embed code. Is that what you are going for?rhyle0827 wrote:Does anyone who knows the complete or atleast knows the "TMPL_VAR" parameters?
samples:
<TMPL_VAR file_code>
<TMPL_VAR site_url>
<TMPL_VAR download_link>
etc.
Purpose:
I want to integrate jw player embed code:
sample from jw
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
edited
code: encodeURI('<IFRAME SRC="<TMPL_VAR site_url>/embed-<TMPL_VAR file_code>.html' />"),
It doesnt generate any links or file codes, so i might thinking theres another code for this one, since im seeing other xfilesharing websites with sharing plugin from jw and integrate it successfully.
Please share
Re: TMPL_VAR parameter
yes you are right, do you know how to make it possible?Internet Consumer wrote:Hey are you trying to show the embed from within the player? So when people click the button from the player then can get the embed code. Is that what you are going for?rhyle0827 wrote:Does anyone who knows the complete or atleast knows the "TMPL_VAR" parameters?
samples:
<TMPL_VAR file_code>
<TMPL_VAR site_url>
<TMPL_VAR download_link>
etc.
Purpose:
I want to integrate jw player embed code:
sample from jw
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
edited
code: encodeURI('<IFRAME SRC="<TMPL_VAR site_url>/embed-<TMPL_VAR file_code>.html' />"),
It doesnt generate any links or file codes, so i might thinking theres another code for this one, since im seeing other xfilesharing websites with sharing plugin from jw and integrate it successfully.
Please share
-
- Posts: 148
- Joined: May 28, 2013 1:51 am