• Support
  • how can i set hyperlink for a photo

[](https://)
![](https://)

You can enable this plugin, which supports pasting images into the editor and storing them locally

composer require fof/upload

Alternatively, you can upload the images to a cloud server or cloud storage and add them to the link

    panmail I mean, how do we add a hyperlink to an image that takes us to another page when we click on it

      meihuak

      Demo

      [![](https://weblate.rob006.net/widgets/flarum/-/huseyinfiliz-modern-footer/multi-auto.svg)](https://weblate.rob006.net/projects/flarum/huseyinfiliz-modern-footer/)

      [![](photo-url)](link-url)

        Markdown:

        ![](https://discuss.flarum.org/assets/logo-2q2rcevl.png)
        

        BBCode:

        [img=https://discuss.flarum.org/assets/logo-2q2rcevl.png]
        

        If you have FriendsOfFlarum/formatting installed and turn Autoimage on it will also be posted as an image as per https://s9etextformatter.readthedocs.io/Plugins/Autoimage/Synopsis/

        meihuak

        [![](https://weblate.rob006.net/widgets/flarum/-/huseyinfiliz-modern-footer/multi-auto.svg)](https://weblate.rob006.net/projects/flarum/huseyinfiliz-modern-footer/)

        I tested this markdown code only in the forum where flarum extensions are available and here. This code works. But when I tested it on a forum where many extensions are loaded, I got the problem as you said. An extension is causing this, but I don't know which one.

        the Fancybox extension disrupts the execution of Markdown and BB code when an image is linked with a URL. You can see this issue here.