PDA

View Full Version : Embedding a post


Draw Planet
03-20-2014, 02:45 PM
Hi,

I'd like to embed the contents of certain posts on my forum to display elsewhere on my website. I know in vBulletin 3 the "viewfull" mode would load only the post (and in vBulletin 4 load the page, but navigate to the post). However, I need to capture the contents of the post without the postbit information. Sure, I could use an iframe with CSS to display the specific area, but that only works once the whole page has loaded.

I'm running vBulletin 4.2.2. Any solutions would be much appreciated.
Cheers.

cellarius
03-20-2014, 03:11 PM
The only feasible way is to query the post directly from the database, then including the bbcode-parser in the page where you want to show it, and parse it.