MyBB Community Forums

Full Version: imgbb.com placing code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Add it to your website

Copy and paste the plugin code into your website HTML code (preferably inside the head section).

<script async src="https://imgbb.com/upload.js" data-palette="blue" data-auto-insert="bbcode-embed-medium"></script>

I dont know where to past this code, can someone help me with this.

thanks
(2021-01-02, 02:50 AM)ziuma Wrote: [ -> ]more easy with this plugins
https://community.mybb.com/mods.php?action=view&pid=682
Hotlinks not working in that plugin
I tried both versions of that plugin both display thumbnail only
Hi,

open your Admin Control Panel, click in Templates & Style (tab) -> Templates (left column) -> YOUR Forum's THEME name -> Ungrouped Templates (at the bottom) -> headerinclude

Paste the code at the bottom, and click in the "Save and Continue Editing" button.

Now it should work.
(2021-01-02, 09:06 AM)NoRules Wrote: [ -> ]Hi,

open your Admin Control Panel, click in Templates & Style (tab) -> Templates (left column) -> YOUR Forum's THEME name -> Ungrouped Templates (at the bottom) -> headerinclude

Paste the code at the bottom, and click in the "Save and Continue Editing" button.

Now it should work.
Thank you
I already tried placing code in headerinclude problem is it work sometimes If I refresh page again and again like 10 times  upload button appear and again disappear if I refresh page
(2021-01-02, 01:45 PM)athenaxstories Wrote: [ -> ]I already tried placing code in headerinclude problem is it work sometimes If I refresh page again and again like 10 times  upload button appear and again disappear if I refresh page

Hi,

seems a problem specific of your forum, and without an URL I can't check why it's happening.
(2021-01-02, 05:02 PM)NoRules Wrote: [ -> ]
(2021-01-02, 01:45 PM)athenaxstories Wrote: [ -> ]I already tried placing code in headerinclude problem is it work sometimes If I refresh page again and again like 10 times  upload button appear and again disappear if I refresh page

Hi,

seems a problem specific of your forum, and without an URL I can't check why it's happening.
http://forums.moredesi.com
thanks
Hi,

maybe the async is the problem....

Try to remove it from the pasted line in the headerinclude template. It should be:
<script src="https://imgbb.com/upload.js"></script>
(2021-01-03, 08:29 AM)NoRules Wrote: [ -> ]Hi,

maybe the async is the problem....

Try to remove it from the pasted line in the headerinclude template. It should be:
<script src="https://imgbb.com/upload.js"></script>
I did it now it's completely gone Not showing anything 😥😥