vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   I want to embed quizzes. Can I set up a custom BB Code tag? (https://vborg.vbsupport.ru/showthread.php?t=315060)

princesspepper 10-26-2014 01:27 PM

I want to embed quizzes. Can I set up a custom BB Code tag?
 
Hi there,

I would like to be able to embed Playbuzz, Zimbio or other quizzes on my forum, rather than having members have to leave the forum to play and then return to post results.

I have see the DBTech mod to have your own quiz system, but you can't embed existing quizzes from other sites.

I was wondering if it was possible to set up a bustom BB Code tag to do this, as you cannot paste the embed code from the sites into a post.

For example :

Here is the embed code from a playbuzz quiz

Code:

<script type="text/javascript" src="//cdn.playbuzz.com/widget/feed.js"></script>
<div class="pb_feed" data-height="auto" data-game="/brittneyk11/what-part-of-a-wolpack-are-you" data-tags="All" data-recommend="false" data-margin-top="0" data-game-info="true" data-comments="false" data-shares="true" data-embed-by="03a3e667-0aac-4bce-a99f-4e76ffce0ac6" data-key="Default"></div>

From what I can see, the variable data would be /brittneyk11/what-part-of-a-wolpack-are-you

I'm not too sure what the data-embed-by variable is for either... and whether it could be omitted...

Could this be made into a BB Code tag? I have looked in the manual but I'm still a bit unsure what I can do and how to do it.

http://www.vbulletin.com/docs/html/m...rsion=40202500

Thanks in advance.

kh99 10-26-2014 03:31 PM

I don't know what the data-embed-by is either, but it seems like it works without it. So your replacement could be:
Code:

<script type="text/javascript" src="//cdn.playbuzz.com/widget/feed.js"></script>
<div class="pb_feed" data-height="auto" data-game="{param}" data-tags="All" data-recommend="false" data-margin-top="0" data-game-info="true" data-comments="false" data-shares="true" data-key="Default"></div>


and then when you wanted to use it in a post you'd insert something like
Code:

[game]/brittneyk11/what-part-of-a-wolpack-are-you[/game]

princesspepper 10-26-2014 10:02 PM

Thanks. I'll give it a try. :)

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

Thanks! That worked a treat! I can now try it for other sites. I have used the tag [playbuzz] for their site.


All times are GMT. The time now is 01:22 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.01033 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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