The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Enabling HTML
I have HTML on, yet when I post this script:
<blockquote class="twitter-tweet tw-align-center"><p>Marco Belinelli has received interest from the Bulls, Magic, Warriors and Knicks.</p>— Legion Sports (@MySportsLegion) <a href="https://twitter.com/MySportsLegion/status/225675484615294976" data-datetime="2012-07-18T19:36:43+00:00">July 18, 2012</a></blockquote> <script src="//platform.twitter.com/widgets.js" charset="utf-8"></script> it never displays it. How do I fix this? |
#2
|
|||
|
|||
You say it never displays, what does happen, a blank post? I tried it and it works for me.
|
#3
|
|||
|
|||
It's from Twitter.
so I take the HTML url and I copy and paste it it shows for a second then disappears into text. |
#4
|
||||
|
||||
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
Doesn't it need to have the protocol? <script src="http://platform.twitter.com/widgets.js" charset="utf-8"></script> (Just guessing.) |
#5
|
|||
|
|||
|
#6
|
||||
|
||||
When you say you enabled HTML, did you do it for that specific forum (it is a forum permission under the Forum Manager)?
|
#7
|
|||
|
|||
Yes.
|
#8
|
|||
|
|||
I don't think it's a problem with enabling html. Apparently the javascript is suppose to run and convert the link into some html and something's not working. Do you by any chance have any mods installed that have to do with Twitter?
You could try this (as an experiment): Create a plugin using hook parse_templates and this code: Code:
if (THIS_SCRIPT == 'showthread') { $template_hook['footer_javascript'] .= '<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>'; } then try posting just the blockquote part: Code:
<blockquote class="twitter-tweet tw-align-center"><p>Marco Belinelli has received interest from the Bulls, Magic, Warriors and Knicks.</p>— Legion Sports (@MySportsLegion) <a href="https://twitter.com/MySportsLegion/status/225675484615294976" data-datetime="2012-07-18T19:36:43+00:00">July 18, 2012</a></blockquote> |
#9
|
|||
|
|||
Nope, I don't have a twitter mod installed.
It works sometimes, then it doesn't,, I don't get it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|