Twitter BBCode
Information:
Usage: [tweet]<id>[/tweet] Known Bugs: On vB4 there is currently an issue with the AJAX quick edit form while in Standard Editor mode. If you want to use the Standard Editor, you will need to do the fix listed below. Fix For The Bug Listed Above: (vB4 only) in /clientscripts/ckeditor/ckeditor.js line 134 change: Code:
for(command in y)q.getCommand(y[command]).setState(2); Code:
for(command in y){if(!typeof y[command] === "undefined"){q.getCommand(y[command]).setState(2);}} Read the install.txt file in the .zip. It is very simple. Note: I changed the tag from twitter to tweet because I noticed someone already is using twitter. github: https://github.com/kirby14/mach_bbcode_twitter Download
mach_bbcode_twitter.zip (27.9 KB, 569 downloads) Screenshots |
Similar Mods
BB Code Enhancements BB Code - Twitvid - Twitter Videos - Embed (BBCode) | vBulletin 4.x Add-ons |
Show Thread Enhancements Twitter Anywhere in Postbit and bbcode | vBulletin 4.x Template Modifications |
BB Code Enhancements BB Code - Twitvid - Twitter Videos - Embed (BBCode) | vBulletin 3.8 Add-ons |