Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-07-2016, 01:29 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ArcadeSyndicate View Post
thanks mark, just noticed that too. usually providing such a code means really embedding a video into a website and not only displaying a link. even their html embed seems to do the same.
Yes, their HTML embed just provides you with an anchor tag with which to create a link. Many video apps will give you the actual code to embed an inline doc (iframe), and then you know for sure they are fine with embedding their videos on your pages.

To the OP...it may be possible that if you contact mediafire and ask about this, they may be okay with it, and provide you with the HTML, and if so, let us know and we can put together a BBCode for you.
Reply With Quote
  #12  
Old 01-07-2016, 02:24 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your best bet would be to upload the videos to Youtube, you can set them as unpublished, so someone would have to know the link to actually see it.
Reply With Quote
  #13  
Old 01-08-2016, 09:48 AM
the one the one is offline
 
Join Date: Nov 2013
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Yes, their HTML embed just provides you with an anchor tag with which to create a link. Many video apps will give you the actual code to embed an inline doc (iframe), and then you know for sure they are fine with embedding their videos on your pages.

To the OP...it may be possible that if you contact mediafire and ask about this, they may be okay with it, and provide you with the HTML, and if so, let us know and we can put together a BBCode for you.

Hello MarkFL they have replied here http://forum.mediafiredev.com/showth...ull=1#post1121

Would we be able to put together a code with that or not i tried putting that code in but when i saved it it took me to my error page

cheers
Reply With Quote
2 благодарности(ей) от:
Dragonsys, MarkFL
  #14  
Old 01-08-2016, 01:43 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wasn't able to get that to work...
Reply With Quote
  #15  
Old 01-08-2016, 02:46 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The bbcode they gave you won't work, as it points to the user folder not the actual video.

Try this:
ACP -> Custom BB Codes -> Add New BB Code
Name: Media Fire Videos
BB Code Tag Name: mfvideo
Replacement:
HTML Code:
<iframe src="http://www.mediafire.com/watch/embed/?{option}/{param}&amp;480p" style="background:black;border:0;" allowfullscreen></iframe>
Example:
Code:
[mfvideo=7ukx6y11zh61fuv]MAH00307.MP4[/mfvideo]
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
Reply With Quote
2 благодарности(ей) от:
MarkFL, the one
  #16  
Old 01-08-2016, 07:43 PM
the one the one is offline
 
Join Date: Nov 2013
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dragonsys View Post
The bbcode they gave you won't work, as it points to the user folder not the actual video.

Try this:
ACP -> Custom BB Codes -> Add New BB Code
Name: Media Fire Videos
BB Code Tag Name: mfvideo
Replacement:
HTML Code:
<iframe src="http://www.mediafire.com/watch/embed/?{option}/{param}&amp;480p" style="background:black;border:0;" allowfullscreen></iframe>
Example:
Code:
[mfvideo=7ukx6y11zh61fuv]MAH00307.MP4[/mfvideo]
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
Just loads a blank screen.

Thank you so much for trying.

All the best.

Malc.
Reply With Quote
  #17  
Old 01-08-2016, 08:36 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the one View Post
Just loads a blank screen.

Thank you so much for trying.

All the best.

Malc.
Ok, I got it working.
Change the below:

Replacement:
HTML Code:
<iframe src="http://www.mediafire.com/watch/embed/?{param}&480p" style="background:black;border:0;" allowfullscreen></iframe>
Example:
Code:
[mfvideo]7ukx6y11zh61fuv[/mfvideo]
Use {option}: No

Save, then edit the post with the bbcode used.

if you want the box to be a bit bigger you can use this:
Replacement:
HTML Code:
<iframe src="http://www.mediafire.com/watch/embed/?{param}&480p" style="background:black;border:0;width:500px;height:500px;" allowfullscreen></iframe>
Adjust width:500px;height:500px; to the size you want
Reply With Quote
Благодарность от:
MarkFL
  #18  
Old 01-09-2016, 04:59 AM
the one the one is offline
 
Join Date: Nov 2013
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow works like a charm

many thanks

--------------- Added [DATE]1452325575[/DATE] at [TIME]1452325575[/TIME] ---------------

Thanks for all your time but can i ask one more thing
It embeds really well but when a member goes to the thread the video automatically plays when the page loads.

Is there anyway we can stop that so members can have the option to just play it when they go to the thread

Many thanks for your time on this

--------------- Added [DATE]1452336429[/DATE] at [TIME]1452336429[/TIME] ---------------

--------------- Added [DATE]1452336466[/DATE] at [TIME]1452336466[/TIME] ---------------

Quote:
Originally Posted by the one View Post
wow works like a charm

many thanks

--------------- Added [DATE]1452325575[/DATE] at [TIME]1452325575[/TIME] ---------------

Thanks for all your time but can i ask one more thing
It embeds really well but when a member goes to the thread the video automatically plays when the page loads.

Is there anyway we can stop that so members can have the option to just play it when they go to the thread

Many thanks for your time on this

--------------- Added [DATE]1452336429[/DATE] at [TIME]1452336429[/TIME] ---------------

what i meant to say was what do i need to add to the code to stop the videos playing automatically

i just need to know how to disable auto play

many thanks

--------------- Added [DATE]1452336516[/DATE] at [TIME]1452336516[/TIME] ---------------

Quote:
Originally Posted by the one View Post
wow works like a charm

many thanks

--------------- Added [DATE]1452325575[/DATE] at [TIME]1452325575[/TIME] ---------------

Thanks for all your time but can i ask one more thing
It embeds really well but when a member goes to the thread the video automatically plays when the page loads.

Is there anyway we can stop that so members can have the option to just play it when they go to the thread

Many thanks for your time on this

--------------- Added [DATE]1452336429[/DATE] at [TIME]1452336429[/TIME] ---------------

what i meant to say was what do i need to add to the code to stop the videos playing automatically

i just need to know how to disable auto play

many thanks
Reply With Quote
Благодарность от:
MarkFL
  #19  
Old 01-09-2016, 02:08 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, as the auto play is on MediaFire's end, they would need to change it
Reply With Quote
Благодарность от:
the one
  #20  
Old 01-10-2016, 04:13 AM
the one the one is offline
 
Join Date: Nov 2013
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all i have started to upload some of my videos to the JW PLAYER here is the video below

http://content.jwplatform.com/videos...i-KiinJduz.mp4

Can i ask is there a simple bbcode i can use on my forum so when i post the video links from my jwplayer url links they will work on my forum

Many thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:46 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.04403 seconds
  • Memory Usage 2,309KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (4)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (7)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete