Hi,
I need your help since i am not experienced with coding...
I have a movie review website which is running under vBulletin.
http://www.my_domain.com
And i have imdb script which fetch movie information from imdb.com website. That script is located in a different folder since i could not make it compatible with vBulletin.
http://www.my_domain.com/imdb
The result url of movie information page is :
http://www.my_domain.com/imdb/info.php?id=MOVIE_ID (movie id is numeric)
I can show the movie information with the iframe.
<iFrame src="{param}" width="100%" height="500"></iFrame>
Usage of the iframe in my forum :
[imdb]MOVIE_ID[/imdb]
Since each movie has different information, the iframe size may not be static. Ok, i can keep it static with a bigger size but then it will not look good in my page due to the space between iframe and rest of the message in post.
Is that possible to fetch the data through javascript and show it in my forum page as a part of message ?
Thanks in advanced...
Regards