PDA

View Full Version : I want to embed quizzes. Can I set up a custom BB Code tag?


princesspepper
10-26-2014, 01:27 PM
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


<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/main/bbcode_add?manualversion=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:
<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
/brittneyk11/what-part-of-a-wolpack-are-you

princesspepper
10-26-2014, 10:02 PM
Thanks. I'll give it a try. :)

--------------- Added 1414366111 at 1414366111 ---------------

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