phpbb 3.1 bbcodes 2015
actualización al post de bbcodes para phpbb 3.0
como muchos servicios han desaparecido o han cambiado sus códigos es necesario actualizar
Canal de Youtube
Uso de BBCode
[c_youtube]{SIMPLETEXT}[/c_youtube]
Reemplazo HTML
<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list={SIMPLETEXT}" width="480" height="400"></iframe>
<script src="https://apis.google.com/js/platform.js"></script>
<script>
function onYtEvent(payload) {
if (payload.eventType == 'subscribe') {
// Add code to handle subscribe event.
} else if (payload.eventType == 'unsubscribe') {
// Add code to handle unsubscribe event.
}
if (window.console) { // for debugging only
window.console.log('YT event: ', payload);
}
}
</script>
<div class="g-ytsubscribe" data-channel="{SIMPLETEXT}" data-layout="full" data-count="default" data-onytevent="onYtEvent"></div>
Línea de ayuda
mbre del canal[/c_youtube]
_________
Lista de de Youtube
Uso de BBCode
[p_youtube]https://www.youtube.com/playlist?list={IDENTIFIER}[/p_youtube]
Reemplazo HTML
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list={IDENTIFIER}" frameborder="0" allowfullscreen></iframe>
Línea de ayuda
pon la url de la lista de youtube
_________
Tweet (twitter)
Uso de BBCode
[tweet]{SIMPLETEXT1}://twitter.com/{SIMPLETEXT2}/status/{IDENTIFIER}[/tweet]
Reemplazo HTML
<script type="text/javascript">
function loadx(data) {
document.write(data.html);
}
</script>
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id={IDENTIFIER}&callback=loadx"></script>
<div class='twitter' onLoad='loadx().html'/></div>
Línea de ayuda
pon la url del tweet
fuente:http://punyweakling.com/add-a-tweet-bbcode-for-a-phpbb-forum/
( se puede publicar fotos, video y toda clase de publicaciones)
Uso de BBCode
[facebook_post]{RELATIVE_URL}[/facebook_post]
Reemplazo HTML
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-post" data-href="{RELATIVE_URL}"></div>
Línea de ayuda
pon la url del post de facebook
_________
Google+ publicacion
Uso de BBCode
[gplus]{RELATIVE_URL}[/gplus]
Reemplazo HTML
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="{RELATIVE_URL}"></div>
Línea de ayuda
[gplus]url de post de google+[/gplus]
_________
Goear
Uso de BBCode
[goear]{SIMPLETEXT1}://www.goear.com/listen/{IDENTIFIER}/{SIMPLETEXT2}[/goear]
Reemplazo HTML
<iframe width="580" height="115" src="http://www.goear.com/embed/sound/{IDENTIFIER}" marginheight="0" align="top" scrolling="no" frameborder="0" hspace="0" vspace="0" allowfullscreen></iframe>
Línea de ayuda
pon la url del audio
_________
Goear lista de reproduccion
Uso de BBCode
[goear_list]http://www.goear.com/playlist/{IDENTIFIER}/{SIMPLETEXT}[/goear_list]
Reemplazo HTML
<iframe width="580" height="300" src="http://www.goear.com/embed/playlist/{IDENTIFIER}" marginheight="0" align="top" scrolling="no" frameborder="0" hspace="0" vspace="0" allowfullscreen></iframe>
Línea de ayuda
pon la url de la lista de reproduccion
_________
Soundcloud
Uso de BBCode
[soundcloud]{RELATIVE_URL}[/soundcloud]
Reemplazo HTML
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={URL}&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
Línea de ayuda
pon la url del audio
_________
Soundcloud lista de reproduccion
Uso de BBCode
[soundcloud_list]{RELATIVE_URL}[/soundcloud_list]
Reemplazo HTML
<object height="100%" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={RELATIVE_URL}&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={RELATIVE_URL}{URL}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{RELATIVE_URL}">{RELATIVE_URL}</a>
Línea de ayuda
url de la lista de reproduccion
_________
spotify
Uso de BBCode
[spotify]{TEXT}[/spotify]
Reemplazo HTML
<iframe src="https://embed.spotify.com/?uri={TEXT}" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
Línea de ayuda
ej:
fuente: https://www.phpbb.com/community/viewtopic.php?f=438&t=2173507
_________
Bliptv
Uso de BBCode
[bliptv]{SIMPLETEXT}[/bliptv]
Reemplazo HTML
<iframe src="http://blip.tv/play/{SIMPLETEXT}.x?p=1" width="720" height="433" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src=http://a.blip.tv/api.swf#{SIMPLETEXT} style="display:none"></embed>
Línea de ayuda
pon la id del vídeo que esta en el código de insersion
____________
Ustream Canal
Uso de BBCode
[ustream]http://www.ustream.tv/channel/{SIMPLETEXT}[/ustream]
Reemplazo HTML
<iframe width="480" height="302" src="http://www.ustream.tv/embed/{SIMPLETEXT}?v=3&wmode=direct" scrolling="no" frameborder="0" style="border: 0px none transparent;"> </iframe><br /><a href="http://www.ustream.tv" style="font-size: 12px; line-height: 20px; font-weight: normal; text-align: left;" target="_blank">Broadcast live streaming video on Ustream</a>
Línea de ayuda
pon la url del canal
Ustream video
Uso de BBCode
[ustream_video]http://www.ustream.tv/recorded/{SIMPLETEXT}[/ustream_video]
Reemplazo HTML
<iframe width="480" height="302" src="http://www.ustream.tv/embed/recorded/{SIMPLETEXT}?v=3&wmode=direct" scrolling="no" frameborder="0" style="border: 0px none transparent;"> </iframe>
<br /><a href="http://www.ustream.tv" style="font-size: 12px; line-height: 20px; font-weight: normal; text-align: left;" target="_blank">Broadcast live streaming video on Ustream</a>
Línea de ayuda
pon la url del video
twitcam
Uso de BBCode
[twitcam]{SIMPLETEXT}[/twitcam]
Reemplazo HTML
<object id="twitcamPlayer" width="320" height="265" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://static.livestream.com/grid/LSPlayer.swf?hash={SIMPLETEXT}"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="wmode" value="window"/> <embed name="twitcamPlayer" src="http://static.livestream.com/grid/LSPlayer.swf?hash={SIMPLETEXT}" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" bgcolor="#ffffff" width="320" height="265" wmode="window" ></embed></object>
Línea de ayuda
pon el id de la transmisión
ivoox
Uso de BBCode
[ivoox]{NUMBER}[/ivoox]
Reemplazo HTML
<object id="player{NUMBER}" width="240" height="133" type="application/x-shockwave-flash" data="http://www.ivoox.com/playerivoox_ee_{NUMBER}_1.html"><param name="movie" value="http://www.ivoox.com/playerivoox_ee_{NUMBER}_1.html"></param><param name="AllowScriptAccess" value="always"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><embed src="http://www.ivoox.com/playerivoox_ee_{NUMBER}_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" width="240" height="133"></embed></object>
Línea de ayuda
pon la id del audio
ivoox podcast
Uso de BBCode
[ivoox_podcast]{NUMBER}[/ivoox_podcast]
Reemplazo HTML
<iframe src="http://www.ivoox.com/player_es_podcast_{NUMBER}_1.html" width="100%" style="border: 1px solid #D7D7D7;" height="440" frameborder="0" allowfullscreen="0" scrolling="no" ></iframe>
Línea de ayuda
pon la id del podcast
ivoox canal
Uso de BBCode
[ivoox_canal]http://www.ivoox.com/escuchar-{SIMPLETEXT}_nq_{NUMBER}_1.html[/ivoox_canal]
Reemplazo HTML
<object id="playerList2392" width="206" height="182" type="application/x-shockwave-flash" data="http://www.ivoox.com/playeriVoox_em_{NUMBER}_1.html"><param name="movie" value="http://www.ivoox.com/playeriVoox_em_{NUMBER}_1.html"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><param name="AllowScriptAccess" value="always"></param><embed src="http://www.ivoox.com/playeriVoox_em_{NUMBER}_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" width="206" height="182"></embed></object>
Línea de ayuda
dirección del canal
podomatic
Uso de BBCode
[podomatic]{SIMPLETEXT}[/podomatic]
Reemplazo HTML
<iframe src='https://{SIMPLETEXT}.podomatic.com/embed/frame/multi/0?json_url=https%3A%2F%2F{SIMPLETEXT}.podomatic.com%2Fembed%2Fmulti%2F0%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebook%3Dtrue%26height%3D307%26width%3D410%26minicast%3Dfalse%26objembed%3D0¬b=1' height='307' width='410'frameborder='0' marginheight='0' marginwidth='0' scrolling='no' allowfullscreen></iframe>
Línea de ayuda
[podomatic]canal[/podomatic]
Scribd
Uso de BBCode
[scribd]{SIMPLETEXT1}://www.scribd.com/embeds/{SIMPLETEXT2}/content?start_page=1&view_mode=scroll&access_key=key-{SIMPLETEXT3}&show_recommendations={SIMPLETEXT4}[/scribd]
Reemplazo HTML
[scribd]{SIMPLETEXT1}://www.scribd.com/embeds/{SIMPLETEXT2}/content?start_page=1&view_mode=scroll&access_key=key-{SIMPLETEXT3}&show_recommendations={SIMPLETEXT4}[/scribd]
Línea de ayuda
pon la url del codigo de inserción
Slideshare
Uso de BBCode
[Slideshare]{SIMPLETEXT}[/Slideshare]
Reemplazo HTML
<iframe src="//es.slideshare.net/slideshow/embed_code/key/{SIMPLETEXT}" width="477" height="510" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
Línea de ayuda
pon la key del documento
Tu.tv
Uso de BBCode
[tutv]{NUMBER}[/tutv]
Reemplazo HTML
<iframe width="620" height="377" src="http://tu.tv/iframe/{NUMBER}/" frameborder="0" scrolling="no"></iframe>
Línea de ayuda
pon el numero id del video
Columnas
Uso de BBCode
[col]{SIMPLETEXT1}|{SIMPLETEXT2}[/col]
Reemplazo HTML
<table width="100%"><tr><td style="vertical-align: top; width:50%; padding-right:10px;">{SIMPLETEXT1}</td><td style="vertical-align: top; width:50%; padding-left:10px;">{SIMPLETEXT2}</td></tr></table>
Línea de ayuda
Columna: [col]columna 1|columna 2[/col]
Google maps
Uso de BBCode
[gmap]https://www.google.com/maps/embed?pb={TEXT}[/gmap]
Reemplazo HTML
<iframe src="https://www.google.com/maps/embed?pb={TEXT}" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
Línea de ayuda
pon la url del código de insersion
iré actualizado conforme vaya obteniendo mas códigos
update agosto 2017
- actualizado codigo soundcloud
- corregido instrucciones y codigo google+
- corregido código canal de youtube
- servicios tachados como no accesibles
Informático aficionado a la tecnología, intento de modder, artista plástico chafa, escritor vulgar y pésimo humorista
Pingback: BBcodes para tu foro phpbb3 – Etereoarte