Easy Image Upload Plugin - Add our upload button to your website or forum.

Professional insights on website management, SEO strategies, and custom web tools. Our specialized hub for technical tutorials and digital optimization guides.
Post Reply
User avatar
Laurentiu
Site Admin
Posts: 401
Joined: Wed Jan 14, 2026 2:18 pm
Location: Cuib, Prahova, Romania
Contact:

Easy Image Upload Plugin - Add our upload button to your website or forum

Post by Laurentiu »

As I mentioned in the "About" section, we are inventive here! To make things easier for everyone, I want to present the Beautiful Romania Upload Plugin. If you have a website, a blog, or a forum (like phpBB, vBulletin, or XenForo), you can now allow your users to upload images directly to our hosting service with a single click.

No more switching tabs or manual resizing. The plugin handles everything: drag and drop, remote upload, and it automatically inserts the codes into the editor.

Key Features:
  • One-Click Integration: Just a small code in your HTML and the button appears.
  • Auto-insertion: Works perfectly with BBCode, HTML, and Markdown.
  • Customizable: You can change the button color to match your site's theme.
  • Free Service: Use our infrastructure to host your community's images for free and lifetime.
Image
How I implemented it on this forum:
In my case, since this is a phpBB forum, I configured the code in the plugin page configurator (see the page) to return the image link with the full BBCode [img] tag immediately after upload is done (You can configure yourself how is the best for your site). I placed the script in the text editor file (styles/prosilver/template/posting_buttons.html), right under the line "<!-- END custom_tags -->". As you can see in the image, the button was added automatically and fits perfectly with the layout.

This is the code I used:

Code: Select all

<script async src="//beautiful-romania.com/image-hosting/sdk/pup.js" data-url="https://beautiful-romania.com/image-hosting/upload" data-auto-insert="bbcode-embed" data-palette="black"></script>
Recommended Settings:
Our Recommendation: BBCode Full
We recommend using BBCode Full for most forums. This option inserts the image directly using the [img] tag, which allows search engines to index the file path immediately and ensures the image displays perfectly in your posts.

Color Palette:
Choose the button color that best fits your website's design and your personal preferences.

Choosing the right code for your site architecture:
Depending on how your website is built, you should choose the embed code that your editor "speaks":
  • BBCode (Full/Linked): Best for phpBB, vBulletin, XenForo, MyBB. It’s the standard for classic forum architectures.
  • HTML (Embed/Full Linked): Use this for WordPress, custom blogs, or static HTML sites. It uses the <img src="... "> tag.
  • Markdown (Full/Linked): Ideal for modern platforms like Discourse, NodeBB, or GitHub-style editors.
  • Direct Link: If you just want the simple URL (https://...) to use it manually or in custom scripts.
If you need help with that reply here, and i will help you.
If you like this article, please share it. ↗️
Post Reply