![]() |
|
Mod Options |
![]() |
|||||||||||||||
BBCode: Embed PDF Files (No JavaScript/No iFrames) (BB Code)
![]() Developer Last Online: Mar 2021 ![]() ![]() ![]()
This is <embed> BB Code to embed a PDF file into your forum. The user needs a compatible PDF Reader such as Adobe's free PDF Reader. If they don't have one they will still see a link to view the PDF directly.
I am aware <embed> is not "proper" HTML but it works fine in all major browsers (IE/FF/Chrome/Opera/Safari) while <object> was not working for me in IE. If you prefer to keep to strict HTML guidelines and don't care about IE users then simply change the two instances of "embed" in the replacement code to "object". This has been confirmed working in the latest releases of IE, FF, Chrome, Safari, and Opera. I am also aware there are at least 2 other PDF BB Codes out there... I believe this implementation is better because one of them uses JavaScript and another uses an iFrame and relies on a 3rd party website (google) to display the PDF. My implementation uses no JavaScript and does not reply on any other websites. Demo: http://www.juot.net/forums/showthread.php?t=46803 Add a new BBCode Title: Embed PDF BB Code Tag Name: pdf Replacement:
Example: [pdf]http://www.qapla.com/ju/PDFOpenParameters.pdf[/pdf] (I suggest using your own example if possible.) Use Option: No Button Image: (optional) Remove Tag If Empty: Yes All Disable Options: Yes Overall this tag acts a lot like the built in [img] tags. Please mark as installed if you use this. ![]() Check My Profile for other BB Code enhancements. They work on all versions. Screenshot Attached: http://www.vbulletin.org/forum/attac...1&d=1281727562 Download Now Only licensed members can download files, Click Here for more information. Show Your Support
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
BB Code Enhancements ZippyShare.com shared music BBCode (Embed MP3 files in your forum!) | BirdOPrey5 | vBulletin 3.8 Add-ons | 6 | 16 Jul 2013 23:44 |
BB Code Enhancements BBCode: Embed PDF Files (No JavaScript/No iFrames) (BB Code) | BirdOPrey5 | vBulletin 3.8 Add-ons | 23 | 27 May 2012 17:28 |
BB Code Enhancements ZippyShare.com shared music BBCode (Embed mp3 files in you forum!) | BirdOPrey5 | vBulletin 4.x Add-ons | 11 | 01 Sep 2011 11:47 |
BB Code Enhancements [BB Code] YouTube Javascript Embed | wii | vBulletin 3.8 Add-ons | 21 | 10 May 2011 09:28 |
BB Code Enhancements [BB Code] YouTube Javascript Embed | wii | Modification Graveyard | 36 | 13 May 2008 09:10 |
#91
|
||||
|
||||
When I use this bb code it will work in the test block below bb code manager but it doesn't work in a post. I get a black block.
Also the Click here to view or download the file directly dose not work. any ideas of what I could be doing wrong? I am running 4.2 Here is my post link: http://www.gonejetskifishing.com/for...&p=128#post128
__________________
http://www.gonejetskifishing.com No members have liked this post.
Last edited by kf4eok; 20 Sep 2013 at 21:25. |
#92
|
||||
|
||||
Originally Posted by kf4eok
I found what I was doing wrong. My link was incorrect.
![]()
__________________
http://www.gonejetskifishing.com No members have liked this post.
|
#93
|
|||
|
|||
installed
thank you ![]() good work ![]() No members have liked this post.
|
#94
|
||||
|
||||
No members have liked this post.
|
#95
|
||||
|
||||
Unless you have a direct link to the PDF file, you can't. The embed code is looking for an actual PDF file. Not a web page URL that happens to end in .pdf, but instead has a PDF embeded in it.
__________________
No members have liked this post.
|
#96
|
||||
|
||||
never mind, i figure out how to do for box.com
No members have liked this post.
Last edited by blackberry; 22 Jan 2014 at 20:36. |
#97
|
||||
|
||||
![]()
I have changed the bbcode so that users that see a blank pdf will have a link to click to view the file.
-----IF THE PDF IS BLANK CLICK HERE TO VIEW.----- ~~ok my bbcode settings are now as below: ---------------------------------------------------------------------------------------------------------------------- Title = embed_pdf BB Code Tag Name = pdf Replacement = <div align="center"> <p align="center"> <p><a href="{param}">---------------IF THE PDF IS BLANK CLICK HERE TO VIEW.--------------- </a></p> <br /> <object type="application/pdf" data="{param}" width="800" height="900"> <param name="src" value="{param}" /> <embed src="{param}" type="application/pdf" width="800" height="900"> <p><a href="{param}">Click here to view or download the file directly.</a></p> </object><br /> </embed> </p></div> Example = [pdf]http://www.baymeadowscommunitycouncil.net/pdf/visionplan.pdf[/pdf] Description = Allows you to embed a pdf file. Use {option} = Yes Remove Tag If Empty = Yes Disable BB Code Within This BB Code = Yes Disable Smilies Within This BB Code = Yes Disable Word Wrapping Within This BB Code = Yes Disable Automatic Link Parsing Within This BB Code = Yes ---------------------------------------------------------------------------------------------------------------------- This seems to work for now until a better solution is found. Anyone that sees a problem with this please let me know and show me a better way of doing this. Thanks
__________________
http://www.gonejetskifishing.com No members have liked this post.
|
#98
|
|||
|
|||
Working with 4.2.0. Marked as installed, thanks!
No members have liked this post.
|
#99
|
|||
|
|||
don't work with mediafire...
No members have liked this post.
|
#100
|
||||
|
||||
Hey Joe, your pfd bbcode was working great on a vb4 site before it was changed to https.
Any idea what would cause it to stop functioning? The acp is not https and the pdf bbcode example works fine there, thoughts?
__________________
![]() National Arcade Competition Club- NACC All arcade edits will work on vb4. Check out my heavily modified ibproarcade with over 50,000 games for you, free of charge! Exclusive arcade addons, edits and skins were made by stangger5 owner of Next Level Arcade No members have liked this post.
|
#101
|
||||
|
||||
Try pdf from https source. And check in browser if it blocked http scripts. And if it is, what happens if you allow them.
The following members like this post: blind-eddie
|
#102
|
||||
|
||||
Weird, but confirmed same issue on my own site. I guess browsers just don't trust pdf files, even if loaded over https. I suppose its because these days PDF files can submit data on their own outside of the security of the rest of the page it is loaded on. I haven't checked yet for any fix, too many other things to deal with on the https conversion. But if I find a fix I'll post it.
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. The following members like this post: blind-eddie
|
#103
|
|||
|
|||
I confirm to me does not work. It worked perfectly before migration
The following members like this post: blind-eddie
|
#104
|
||||
|
||||
Seems changing to an <object> tag instead of embed makes it work... There are some other small changes to the replacement code:
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. No members have liked this post.
|
#105
|
||||
|
||||
Thanks Joe, What small changes?
__________________
![]() National Arcade Competition Club- NACC All arcade edits will work on vb4. Check out my heavily modified ibproarcade with over 50,000 games for you, free of charge! Exclusive arcade addons, edits and skins were made by stangger5 owner of Next Level Arcade No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 19:29.