vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Embedding podomatic player into posts (https://vborg.vbsupport.ru/showthread.php?t=314864)

JohnScag 10-13-2014 01:36 AM

Embedding podomatic player into posts
 
So I want to embed the player from podomatic for my podcasts into a post. The embed code they give for their player is iframe or object.

iframe code:

<iframe id='ei7278099' src='http://themiscreanthour.podomatic.com/embed/frame/posting/2014-10-12T18_05_46-07_00?json_url=http%3A%2F%2Fthemiscreanthour.podom atic.com%2Fentry%2Fembed_param s%2F2014-10-12T18_05_46-07_00%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebo ok%3Dtrue%26height%3D85%26mini cast%3Dfal se%26objembed%3D0%26width%3D440&notb=1' height='85' width='440' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' allowfullscreen></iframe>

object code:

<object width='440' height='85'>
<param name='wmode' value='transparent'></param>
<param name='menu' value='false'></param>
<param name='movie' value='http://themiscreanthour.podomatic.com/swf/joeplayer_v21.swf'></param>
<param name='flashvars' value='minicast=false&jsonLocation=http%3A%2F%2Fth emiscreanthour.podomatic.com%2 Fentry%2Fe mbed_params%2F2014-10-12T18_05_46-07_00%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebo ok%3Dtrue%26height%3D85%26mini cast%3Dfal se%26objembed%3D1%26width%3D440'></param>
<param name='allowFullScreen' value='true'></param>
<param name='allowscriptaccess' value='always'></param>
<embed src='http://themiscreanthour.podomatic.com/swf/joeplayer_v21.swf'
flashvars='minicast=false&jsonLocation=http%3A%2F% 2Fthemiscreanthour.podomatic.c om%2Fentry %2Fembed_params%2F2014-10-12T18_05_46-07_00%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebo ok%3Dtrue%26height%3D85%26mini cast%3Dfal se%26objembed%3D1%26width%3D440'
wmode='transparent'
menu='false'
type='application/x-shockwave-flash'
allowscriptaccess='always'
allowfullscreen='true'
version='10.0.0'
width='440' height='85'></embed>
</object>

How do I go about using that code to get the player into a post?

Thank you for your help.

JohnScag 10-17-2014 04:12 AM

Anyone have a suggestion on this?

Thanks

tbworld 10-17-2014 05:10 AM

One method is to place the code inside a BBCODE. If you can live with two parameters. Just look for a similar BBCODE on vBulletin.org to use as an example. Just remember in default vBulletin all users will have access to custom BBCODES, so you want to make sure your code is safe.

JohnScag 10-25-2014 04:09 PM

^^^

Not sure what you mean by look for similar codes? Can you point me in a direction?


All times are GMT. The time now is 05:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01473 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete