News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Advanced Callback URL

Started by lazylivin, February 16, 2011, 12:15:22 AM

Previous topic - Next topic

lazylivin

Good day, I have a question regarding Advanced Callback URL. I have added the Photobucket Media Plugin to the post page so members can upload images to their photobucket account. It does work however would like to use the Advanced Callback URL. This is so they can click a button and it will send the pre-formated URL with IMG tags to the post window so member doesn't have to copy paste. I guess the same as clicking on one of the smiles or BBC to auto insert the selection. My question is that I don't know what the advanced call back URL is. Perhaps http://mydomain/????
Thanks,
Brian

Matthew K.

Basically, you'd want to have something similar to...

<form action="', $scripturl, '?action=post2;board={BOARD_ID_HERE}" method="post">
<input type="hidden" name="message" id="message" value="{Whatever_you_want_inserted}" />
<input type="submit" value="Post this image" />
</form>

lazylivin

Thank you very much for your help. That worked.

Matthew K.

No problem, glad I could help you out!

Advertisement: