I have setup PHPBB for my IT dep and I want to get the PDF to view on the post instead of a
download link when the team upload the PDF. I had try many difference of BBCodes but i'm unable to make the pdf to display on the post. so far this the BBcode i've found on the internet. I am not sure if this PDF viewer only work with active PDF link not for the attachment.
BBCode usage
[pdfview]{URL}[/pdfview]
HTML replacement
<iframe src="http://docs.google.com/gview?url={URL}&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
image of how it upload and this is what I get