We have been thinking of you, series fan and we have something for your blog or page.
Now you can include a subtitles search in your page.

Example 1

Example 2

Example 3

Example 4


Generic subtitle search

You can use this widget to search for any subtitle.
Just copy the following html code to your web page and replace the following parameters:

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&l=<l>&s=<s>&max=<max>" 
width="150" height="200" frameborder="0" scrolling="no">
</iframe>

<s>: Search Criteria. Mandatory

You can use letters, numbers and spaces, just like the regular search.

Tv Series Subtitle Search

Although you can use the Generic Search Widget for tvseries, we recommend you use this search.
Just copy the following html code to your web page and replace the following parameters:

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&l=<l>&tv=<tv>&e=<e>&max=<max>" 
width="150" height="200" frameborder="0" scrolling="no">
</iframe>

<tv>: tv series code (check for our series section. It's at the end of the series url).Mandatory

Example:

For Lost, the code is lost and the series page is http://www.subtitlesync.com.ar/en/series/lost
For The Big Bang Theory, the code is bigbangtheory and the series page is http://www.subtitlesync.com.ar/es/series/bigbangtheory

<e>: the episode code with the format sxxezz,where xx is the season number and zz the episode number. Mandatory

Example:

s01e02 for the episode 2 of season 1

Common parameters

<max>: Max number of results. Default value: 10. Optional

<l>: Language of the subtitles. Optional

If you don't use it, a multilingual query will be performed.

The allowed language codes are:

it=Italian
es=Spanish (All)
es-la=Latinamerican Spanish
es-es=European Spanish
en=English
fr=French
de=German
pt=Portuguese (All)
pt-br=Brazillian Portuguese
pt-pt=European Portuguese
hu=Hungarian
fi=Finnish
nl=Dutch
da=Danish
bg=Bulgarian
no=Norwegian
sv=Swedish

Widget size

The size of the widget can be modified by changing the properties width and height from the iframe.
Feel free to choose the size you want. Besides we suggest the following 3 sizes:

150x200
200x250
250x250

Examples

Example 1. Subtitles for Indiana Jones in all languages

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&s=Indiana Jones" 
width="200" height="200" frameborder="0" scrolling="no">
</iframe>

Example 2. Subtitles for Indiana Jones in English

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&s=Indiana Jones&l=en" 
width="200" height="250" frameborder="0" scrolling="no">
</iframe>

Example 3. Subtitles for the final episode of Lost in French

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&tv=Lost&e=s06e17&l=fr" 
width="150" height="200" frameborder="0" scrolling="no">
</iframe>

Example 4. Subtitles for the final episode of Lost in all languages

<iframe src="http://www.subtitlesync.com.ar/en/ss3_web/server/widget?t=s&tv=Lost&e=s06e17" 
width="150" height="200" frameborder="0" scrolling="no">
</iframe>