I tried using bbcode img and it did not work out. url for the image is http://www.ziddu.com/download/10683447/ ... .jpeg.html
The site also provides script, I used it to create the custom bbcodes but the image displayed is a thumbnail.
code I added in custom bbcode is below
Code: Select all
[zidduimage]{SIMPLETEXT}[/zidduimage]
Code: Select all
<script> pid={SIMPLETEXT}; host='http://www.ziddu.com'; </script> <script src='http://www.ziddu.com/ziddu_embedphoto.js'></script>
Thanks in advance.