XFileSharing Pro - TMPL_VAR parameter

Message
Author
rhyle0827
Posts: 20
Joined: Dec 18, 2011 5:06 am

TMPL_VAR parameter

#1 Postby rhyle0827 » Jul 13, 2013 8:53 am

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 :)

flowcubano
Posts: 25
Joined: Dec 15, 2010 12:26 am

#2 Postby flowcubano » Jul 13, 2013 10:21 am

<TMPL_VAR site_url>/embedmp3-<TMPL_VAR file_code>.html

rhyle0827
Posts: 20
Joined: Dec 18, 2011 5:06 am

#3 Postby rhyle0827 » Jul 13, 2013 2:04 pm

flowcubano wrote:<TMPL_VAR site_url>/embedmp3-<TMPL_VAR file_code>.html
..

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

Re: TMPL_VAR parameter

#4 Postby Internet Consumer » Jul 15, 2013 12:15 am

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 :)
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
Posts: 20
Joined: Dec 18, 2011 5:06 am

Re: TMPL_VAR parameter

#5 Postby rhyle0827 » Jul 15, 2013 7:05 am

Internet Consumer wrote:
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 :)
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?
yes you are right, do you know how to make it possible?

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

#6 Postby Internet Consumer » Jul 15, 2013 8:34 am

Am assuming your still using the default video jwplayer code correct.