MyBB Community Forums

Full Version: Request New Scribd Share Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
anyone to make new BBcode for scribd

http://www.scribd.com/doc/115048029/Fema
Regular Expression:
\[scribd=(.*?),([0-9]+)\](.*?)\[/scribd\]

HTML Replacement:
<a href="http://www.scribd.com/$1/$2">$3</a>

Example in MyCode:
[scribd=doc,115048029]Fema[/scribd]

Example in HTML:
<a href="http://www.scribd.com/doc/115048029">Fema</a>

Example in Plain Text:
Fema
yours code its only linked to scribd,can you make it to show document on forum page like this

http://dugokonaciste.com/showthread.php?...z2DnxY2lUT
Regular Expression:
\[scribd=(.*?),([0-9]+)\](.*?)\[/scribd\]

HTML Replacement:
<a title="$3" href="http://www.scribd.com/$1/$2" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">$3</a><iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/$2/content?start_page=1&view_mode=scroll&access_key=key-2bz7263zq4vieunaeews" data-auto-height="false" data-aspect-ratio="0.772727272727273" scrolling="no" width="100%" height="600" frameborder="0"></iframe>

Example in MyCode:
[scribd=doc,115048029]Fema[/scribd]

Example in HTML:
<a title="Fema" href="http://www.scribd.com/doc/115048029" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">115048029</a><iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/115048029/content?start_page=1&view_mode=scroll&access_key=key-2bz7263zq4vieunaeews" data-auto-height="false" data-aspect-ratio="0.772727272727273" scrolling="no" width="100%" height="600" frameborder="0"></iframe>

Example in Plain Text:
Fema
this code its same like first one just show link
It's got a frame to the address so its an embed. You must be using a browser that doesn't support iframes.