EpicNPC

Register a free account today to become a member!

Is it possible to removed embed imgur links?

Not Recently Bumped

BrunoThunder

Verified
Email: Verified
Phone: Verified
ID card: Verified
EpicMember Upgrade
A member that has upgraded their account.
Country
Brazil
Multiple Accounts
2
Hello everyone! I have a store here in epicnpc and I have many imgurs throughout my thread. Only a few get embed and I would like them to not be. To just display the links! Is it possible to remove in the thread the automatic embed?

Thanks in advance
 
Imgur links automatically use the embed mode and there is no option to disable this feature.
However, there are workarounds you can do to prevent this.

If you want it to show as a link, you can use the "Insert link" feature instead of directly posting the link. This will prevent the link from being changed to a media object.
Link to image page
Direct link to the image file


A bit more complex, but you can also make a custom thumbnail by putting the image inside an img tag, then putting all that into an url tag:





Code:
[URL='LINK_TO_IMAGE_PAGE']Link to image page[/URL]
[URL='LINK_TO_IMAGE_FILE']Direct link to the image file[/URL]

Clickable thumbnail:
[URL='LINK_TO_IMAGE_FILE'][IMG width="150px"]LINK_TO_IMAGE_FILE[/IMG][/URL]
 
Imgur links automatically use the embed mode and there is no option to disable this feature.
However, there are workarounds you can do to prevent this.

If you want it to show as a link, you can use the "Insert link" feature instead of directly posting the link. This will prevent the link from being changed to a media object.
Link to image page
Direct link to the image file


A bit more complex, but you can also make a custom thumbnail by putting the image inside an img tag, then putting all that into an url tag:





Code:
[URL='LINK_TO_IMAGE_PAGE']Link to image page[/URL]
[URL='LINK_TO_IMAGE_FILE']Direct link to the image file[/URL]

Clickable thumbnail:
[URL='LINK_TO_IMAGE_FILE'][IMG width="150px"]LINK_TO_IMAGE_FILE[/IMG][/URL]
Thank you so much! It helped a lot ❤️
 
Imgur links automatically use the embed mode and there is no option to disable this feature.
However, there are workarounds you can do to prevent this.

If you want it to show as a link, you can use the "Insert link" feature instead of directly posting the link. This will prevent the link from being changed to a media object.
Link to image page
Direct link to the image file


A bit more complex, but you can also make a custom thumbnail by putting the image inside an img tag, then putting all that into an url tag:





Code:
[URL='LINK_TO_IMAGE_PAGE']Link to image page[/URL]
[URL='LINK_TO_IMAGE_FILE']Direct link to the image file[/URL]

Clickable thumbnail:
[URL='LINK_TO_IMAGE_FILE'][IMG width="150px"]LINK_TO_IMAGE_FILE[/IMG][/URL]
1693910508077.png

Hello there, I have some question and i need your help. Why my imgur link is no longer embed it happened recently
 
Not sure. Maybe the option was completely disabled and not just the default behavior.

@EpicNPC
 
We located the issue.

It seems both albums and single images have the same URL structure. /a/ However if you change the album to /gallery/ then it will auto-embed.

/a/e0EVTHP
/gallery/e0EVTHP

We will have to make an update in the future to detect albums and single images so the system can make the change automatically. We will make this update in the next 1-2 weeks.
 
Back
Top