vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

BirdOPrey5 08-08-2012 03:31 AM

Quote:

Originally Posted by Super Cat (Post 2355339)
Not reading everything. Can this be used for 4.2?

no, only 3.8.

viper357 08-29-2012 03:22 PM

With regards to youtube video's, if they are embedded in our forums with this mod, does youtube count the views? Or does the video have to be watched on youtube.com for the views to be counted?

BirdOPrey5 08-29-2012 04:45 PM

Seems to be counted but not immediately. I have a few videos that are only embeded on my forum, not listed in youtube, and the view counts continue to grow.

viper357 08-29-2012 05:51 PM

Good to know, thanks.

infnity8x3 09-26-2012 06:23 AM

For google maps, Its becuase they use https now instead of just http...

So just edit the Regular expression in google maps definition and add a s after http so it reads like this

Code:

https://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;='%,.-]+
works for me :)

But whats up with facebook? and ebay?

TheComputerGuy 09-27-2012 03:18 AM

Is anyone having issues with Youtube videos?

BirdOPrey5 09-27-2012 03:45 PM

Quote:

Originally Posted by infnity8x3 (Post 2368610)
For google maps, Its becuase they use https now instead of just http...

So just edit the Regular expression in google maps definition and add a s after http so it reads like this

Code:

https://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;='%,.-]+
works for me :)

But whats up with facebook? and ebay?


I suggest whenever updating a regex from http to https you add an asterisks after the s, so:

Code:

https*://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;='%,.-]+
That means it will work with our without the s in the URL.

cad2go 10-25-2012 10:05 PM

Quote:

Originally Posted by TheComputerGuy (Post 2368907)
Is anyone having issues with Youtube videos?

yes I was. youtu.be urls with hyphens - weren't working. Here's the new Regular expression

Code:

http://youtu\.be/([\w]+[-\w]*\w)\??[hd=1]*[&t=]*([\d]*)[\w]*
hth

boggseric 10-26-2012 01:40 AM

So I recently installed a certificate so my users could browse via https. Well this seems to have broken youtube embeded videos. So if I log onto my forum with http, youtube video works fine, https, I get a title but a blank box.

Vimeo videos appear to work fine with either connection.

Is this something I can fix?

socialvisionsbcn 10-30-2012 06:41 PM

How can I update my current definition for youtube to allow https besides regular http ???

PHP Code:

[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]* 

Thank you!


All times are GMT. The time now is 09:31 AM.

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.02405 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete